v2.0.0
mapstructure v2 release 🎉🎉🎉🎉
⚠️ Breaking changes
Error
is removed in favor oferrors.Join
(backported from Go 1.20 to preserve compatibility with earlier versions)
What's Changed
- feat!: update module path by @sagikazarmark in #9
- build: update dev env by @sagikazarmark in #14
- feature: add StringToBasicTypeHookFunc and support complex by @tlipoca9 in #13
- Add an example showing how to use a DecodeHookFunc to parse a custom … by @carlohamalainen in #10
- Remove exposed error type by @sagikazarmark in #24
- Replace internal joined error with errors.Join by @sagikazarmark in #25
- Prepare release by @sagikazarmark in #23
New Contributors
- @tlipoca9 made their first contribution in #13
- @carlohamalainen made their first contribution in #10
Full Changelog: v1.6.0...v2.0.0