- Correctly deserialize empty strings into empty sequence #51
- Add support for unit-variant enums as values, without using the
#[serde(field_identifier)]attribute #46
- include field name and provided value in error messages #28 #36
- add support for new type struct types in fields #32
- fix warnings with now deprecated
trim_left_matches#34 - switch to 2018 edition rust #37
- update
from_iter(..)to acceptstd::iter::IntoIteratortypes
This is a backwards compatible change because all Iterators have a provided impl for IntoIterator by default.
- add new
envy::prefixed(...)interface for prefixed env var names
- fix option support
- upgrade to the latest serde (1.0)
- upgrade to the latest serde (0.9)
- upgrade to latest serde (0.8)
- allow for customization via built in serde field annotations
- initial release