Sourced from github.com/go-viper/mapstructure/v2's releases.
v2.4.0
What's Changed
- refactor: replace interface{} with any by
@sagikazarmark
in go-viper/mapstructure#115- build(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by
@dependabot
[bot] in go-viper/mapstructure#114- Generic tests by
@sagikazarmark
in go-viper/mapstructure#118- Fix godoc reference link in README.md by
@peczenyj
in go-viper/mapstructure#107- feat: add StringToTimeLocationHookFunc to convert strings to *time.Location by
@ErfanMomeniii
in go-viper/mapstructure#117- feat: add back previous StringToSlice as a weak function by
@sagikazarmark
in go-viper/mapstructure#119New Contributors
@ErfanMomeniii
made their first contribution in go-viper/mapstructure#117Full Changelog: https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0
b9794a5
Merge pull request #119
from go-viper/string-to-weak-slice17cdcb0
feat: add back previous StringToSlice as a weak function3caca36
Merge pull request #117
from ErfanMomeniii/main9a861bc
Merge pull request #107
from peczenyj/patch-286ed5b5
refactor: updateace5b4e
chore: add interface any linter1a4f1ae
Merge pull request #118
from go-viper/generic-testsa268909
fix: lint17f1fd4
test: add more commentsb48c856
test: expand tests