Skip to content

v1.6.0

Compare
Choose a tag to compare
@sagikazarmark sagikazarmark released this 19 Dec 20:57
· 59 commits to main since this release
v1.6.0
8110e71

This is a maintenance release after forking the library to make some of the fixes available without major changes.

Usage:

go get github.com/mitchellh/mapstructure
go mod edit -replace github.com/mitchellh/mapstructure=github.com/go-viper/mapstructure
go mod tidy

Consider upgrading to the new v2 release once it's out.

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0