Releases: sethvargo/go-envconfig
Releases · sethvargo/go-envconfig
v0.7.0
What's Changed
-
Change custom unmarshaling order by @gust1n in #59. This changes the order of resolution for unmarshalling to:
envconfig.Decoder
encoding.TextUnmarshaler
json.Unmarshaler
encoding.BinaryUnmarshaler
gob.GobDecoder
New Contributors
Full Changelog: v0.6.2...v0.7.0
v0.6.2
What's Changed
- Fixing struct pointer initialization with no values set by @williamgcampbell in #57
New Contributors
- @williamgcampbell made their first contribution in #57
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Sort struct fields for reduce memory by @zchee in #51
- Fix GitHub Actions badge url and query by @zchee in #52
- Fix typo in README.md by @ucpr in #53
- Extend
noinit
to all pointer fields by @sethvargo in #55
New Contributors
Full Changelog: v0.6.0...v0.6.1