- Environment variable name prefix
- Custom types
- Inferring of an environment variable name
- Prefix of an environment variable
- Complete public interface rework
- Default value has a type
- Support nested structures
- Fix
Result
overlapping bug
- Support
default
attribute to specify default values
- Support of
Option<T>
types - Rewrite
envconfig_derive
to use the latests versions ofsyn
andquote
crates - Improve error messages on panics
- Add
skeptic
to generate tests based on README code examples
- [breaking] Use
envconfig
attribute instead offrom
in the derive macro - [breaking] Remove init_or_die() function from Yasec trait
- [breaking] In yasec_derive: rename function yasec() -> derive()
- [improvement] Add better documentation to the crate
- [breaking] Use derive macro instead of macro_rules
- First public release