Releases: antham/envh
Releases · antham/envh
v1.5.0
Upgrade go version
v1.4.0 Update go version
Switch to go mod
v1.3.0 Upgrade logrus
Struct handling and unsecured functions
- Complex field validation or setting a custom field when using PopulateStruct function could be handled by implementing StructWalker on given structure
- Add several counterpart functions of existing getters, but without returning any errors, to ease value fetching when all checking have already been done
Add ability to populate existing struct
- Add PopulateStruct and PopulateStructWithStrictMode to fills existing struct with config tree
Remove glide
- Use go get -t instead of glide, external dependencies are only for testing.
First release
v1.0.0 Update README