What's Changed
What's new
- Allow
int
,uint
, andfloat
as map keys by @daniel-weisse in https://github.com/pelletier/go-toml/pull/958
Performance
- Remove unstable.Parser allocation when creating Decoder by @mvdan in https://github.com/pelletier/go-toml/pull/953
Fixed bugs
- Fix reflect.Pointer backward compatibility by @xxxVitoxxx in https://github.com/pelletier/go-toml/pull/956
Documentation
- Fix readme typo by @testwill in https://github.com/pelletier/go-toml/pull/951
Other changes
- go.mod: bump minimum language version to 1.21 by @mvdan in https://github.com/pelletier/go-toml/pull/949
- Bump testing to go 1.23 by @pelletier in https://github.com/pelletier/go-toml/pull/961
New Contributors
- @mvdan made their first contribution in https://github.com/pelletier/go-toml/pull/949
- @testwill made their first contribution in https://github.com/pelletier/go-toml/pull/951
- @xxxVitoxxx made their first contribution in https://github.com/pelletier/go-toml/pull/956
Full Changelog: https://github.com/pelletier/go-toml/compare/v2.2.2...v2.2.3