Skip to content

Releases: caarlos0/env

v6.1.0

03 Oct 13:43
Compare
Choose a tag to compare
  • feat: support traversing non-defined type fields (#96)

v6.0.0

15 May 02:13
4bd75bf
Compare
Choose a tag to compare
  • feat: accept []*types by default (#95)
  • fix: make it work on dep again
  • test: 100% coverage

v5.1.4

03 May 18:53
Compare
Choose a tag to compare

Try encoding.TextUnmarshaler before trying other types.

v5.1.3

29 Apr 12:20
1928784
Compare
Choose a tag to compare

v5.1.2

29 Apr 12:20
0b4f1fc
Compare
Choose a tag to compare

v5.1.1

29 Apr 12:19
cdbb914
Compare
Choose a tag to compare

v5.1.0

29 Apr 11:08
1cc821d
Compare
Choose a tag to compare
  • improved unexported fields handling

v5.0.0

25 Apr 10:47
eaa3c66
Compare
Choose a tag to compare
  • major refactor
  • removed OnEnvVarSet
  • improved error messages
  • default custom parsers for durations and urls

Check the diff for more info!

v4.0.0

08 Mar 14:26
9a320ff
Compare
Choose a tag to compare
  • no longer testing on go versions bellow 1.10.x
  • now testing on go 1.12.x
  • added go.mod and etc so it should work better with go modules
  • added nested struct support
  • added more native types

v3.5.0

20 Oct 01:54
518fcfb
Compare
Choose a tag to compare

A little change in behavior / bugfix (#52) and we are now also testing agains go 1.9, 1.10 and 1.11!