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