Skip to content

Releases: mrshiposha/serde-env-field

Release 0.3.2

07 Nov 04:03
Compare
Choose a tag to compare

Fix: #[env_field_wrap(generics_only)] won't wrap the EnvField again. The same applies to optional and vector fields.

Release 0.3.1

06 Nov 04:54
Compare
Choose a tag to compare

Fix for the #[env_field_wrap]: skip fields already with the EnvField type.

Release 0.3.0

06 Nov 04:01
Compare
Choose a tag to compare
  • Added the UseDeserialize and UseFromStr markers.
  • Added the corresponding tests
  • Updated docs

Release 0.2.0

30 Oct 04:43
Compare
Choose a tag to compare
  • Implemented the env_field_wrap attribute
  • Implemented the corresponding tests
  • Updated docs

Release 0.1.4

28 Oct 22:37
Compare
Choose a tag to compare

Same as 0.1.2 but with a better top-level description.

Release 0.1.2

28 Oct 21:29
Compare
Choose a tag to compare
  • Implemented EnvField
  • Added docs
  • Added tests