Skip to content

v0.7.0

Compare
Choose a tag to compare
@sethvargo sethvargo released this 09 Jun 13:46
· 31 commits to main since this release
v0.7.0
39c9bc7

What's Changed

  • Change custom unmarshaling order by @gust1n in #59. This changes the order of resolution for unmarshalling to:

    1. envconfig.Decoder
    2. encoding.TextUnmarshaler
    3. json.Unmarshaler
    4. encoding.BinaryUnmarshaler
    5. gob.GobDecoder

New Contributors

Full Changelog: v0.6.2...v0.7.0