Releases: iamolegga/enviper
Releases · iamolegga/enviper
v1.4.2: add support for maps with as value with primitive types
v1.4.1: fix unmarshal error when the tag contains omitempty
What's Changed
- fix unmarshal error when the tag contains omitempty by @garenchan in #15
New Contributors
- @garenchan made their first contribution in #15
Full Changelog: v1.4.0...v1.4.1
v1.4.0: support custom tag
fix coverage publishing
Unmarshal env variables without config file (without support of `map`)
v1.3.0 skip map check for env-only test
Support `Unmarshal` opts
v1.2.1 Add a way to pass viper.DecoderConfigOption to Unmarshal()
Support pointers
v1.2.0 ptr tests and docs
Support maps
v1.1.0 Support maps in configuration structure