Skip to content

Releases: antham/envh

v1.5.0

05 May 21:23
Compare
Choose a tag to compare

Changes

Upgrade go version

28 Feb 17:35
Compare
Choose a tag to compare
v1.4.0

Update go version

Switch to go mod

03 Dec 22:06
Compare
Choose a tag to compare
v1.3.0

Upgrade logrus

Struct handling and unsecured functions

03 May 10:59
Compare
Choose a tag to compare
  • 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

15 Apr 14:15
Compare
Choose a tag to compare
  • Add PopulateStruct and PopulateStructWithStrictMode to fills existing struct with config tree

Remove glide

31 Jan 20:31
Compare
Choose a tag to compare
  • Use go get -t instead of glide, external dependencies are only for testing.

First release

31 Jan 19:42
Compare
Choose a tag to compare
v1.0.0

Update README