Codebase list golang-github-mitchellh-mapstructure / 08183c2
update CHANGELOG Mitchell Hashimoto 3 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ## Untagged
1
2 * A new decode hook type `DecodeHookFuncValue` has been added that has
3 access to the full values. [GH-183]
4 * Squash is now supported with embedded fields that are struct pointers [GH-205]
5
06 ## 1.3.3
17
28 * Decoding maps from maps creates a settable value for decode hooks [GH-203]