Codebase list golang-github-mitchellh-mapstructure / 74e07d1
update CHANGELOG Mitchell Hashimoto 2 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 without `mapstructure` (or the configured tag name) set [GH-277]
44 * New option `ErrorUnset` which makes it an error if any fields
55 in a target struct are not set by the decoding process. [GH-225]
6 * New function `OrComposeDecodeHookFunc` to help compose decode hooks. [GH-240]
67 * Decoding to slice from array no longer crashes [GH-265]
78 * Decode nested struct pointers to map [GH-271]
89 * Fix issue where `,squash` was ignored if `Squash` option was set. [GH-280]