All Versions
18
Latest Version
Avg Release Cycle
65 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.2.3 Changes
April 27, 2020- ๐ Fix duplicate entries in Keys list with pointer values. [GH-185]
-
v1.2.2 Changes
March 20, 2020- ๐ Do not add unsettable (unexported) values to the unused metadata key or "remain" value. [GH-150]
-
v1.2.1 Changes
March 19, 2020- Go modules checksum mismatch fix
-
v1.2.0 Changes
March 19, 2020- โ Added support to capture unused values in a field using the
",remain"
value in the mapstructure tag. There is an example to showcase usage. - โ Added
DecoderConfig
option to always squash embedded structs json.Number
can decode intouint
types- Empty slices are preserved and not replaced with nil slices
- ๐ Fix panic that can occur in when decoding a map into a nil slice of structs
- ๐ Improved package documentation for godoc
- โ Added support to capture unused values in a field using the
-
v1.1.2 Changes
October 05, 2018- ๐ Fix error when decode hook decodes interface implementation into interface type. [GH-140]
-
v1.1.1 Changes
October 01, 2018- ๐ Fix panic that can happen in
decodePtr
- ๐ Fix panic that can happen in
-
v1.1.0 Changes
October 01, 2018- โ Added
StringToIPHookFunc
to convertstring
tonet.IP
andnet.IPNet
[GH-133] - ๐ Support struct to struct decoding [GH-137]
- If source map value is nil, then destination map value is nil (instead of empty)
- If source slice value is nil, then destination slice value is nil (instead of empty)
- If source pointer is nil, then destination pointer is set to nil (instead of allocated zero value of type)
- โ Added
-
v1.0.0 Changes
August 24, 2018- ๐ Initial tagged stable release.