Releases: mrshiposha/serde-env-field
Releases · mrshiposha/serde-env-field
Release 0.3.2
Fix: #[env_field_wrap(generics_only)]
won't wrap the EnvField
again. The same applies to optional and vector fields.
Release 0.3.1
Fix for the #[env_field_wrap]
: skip fields already with the EnvField
type.
Release 0.3.0
- Added the
UseDeserialize
andUseFromStr
markers. - Added the corresponding tests
- Updated docs
Release 0.2.0
- Implemented the
env_field_wrap
attribute - Implemented the corresponding tests
- Updated docs
Release 0.1.4
Same as 0.1.2
but with a better top-level description.
Release 0.1.2
- Implemented
EnvField
- Added docs
- Added tests