Skip to content

Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0

Bumps github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0.

Changelog

Sourced from github.com/mitchellh/mapstructure's changelog.

1.5.0

  • New option IgnoreUntaggedFields to ignore decoding to any fields without mapstructure (or the configured tag name) set GH-277
  • New option ErrorUnset which makes it an error if any fields in a target struct are not set by the decoding process. GH-225
  • New function OrComposeDecodeHookFunc to help compose decode hooks. GH-240
  • Decoding to slice from array no longer crashes GH-265
  • Decode nested struct pointers to map GH-271
  • Fix issue where ,squash was ignored if Squash option was set. GH-280
  • Fix issue where fields with ,omitempty would sometimes decode into a map with an empty string key GH-281
Commits
  • ab69d8d update CHANGELOG to 1.5.0
  • bd687ea update CHANGELOG
  • c9b585b update test to not rely on fmt
  • 5a2eb61 Merge pull request #281 from semrekkers/issue-238
  • 74e07d1 update CHANGELOG
  • 3a684c7 Merge pull request #240 from julnicolas/feature/add_or_compose_decode_hook_func
  • 0bb6a2e Merge branch 'master' into feature/add_or_compose_decode_hook_func
  • ac10e22 update CHANGELOG
  • 8385cfa Merge pull request #225 from SaschaRoland/unset-fields
  • 17e49ec update CHANGELOG
  • Additional commits viewable in compare view

Merge request reports