Sourced from github.com/pelletier/go-toml/v2's releases.
v2.2.3
What's Changed
What's new
- Allow
int
,uint
, andfloat
as map keys by@daniel-weisse
in pelletier/go-toml#958Performance
- Remove unstable.Parser allocation when creating Decoder by
@mvdan
in pelletier/go-toml#953Fixed bugs
- Fix reflect.Pointer backward compatibility by
@xxxVitoxxx
in pelletier/go-toml#956Documentation
- Fix readme typo by
@testwill
in pelletier/go-toml#951Other changes
- go.mod: bump minimum language version to 1.21 by
@mvdan
in pelletier/go-toml#949- Bump testing to go 1.23 by
@pelletier
in pelletier/go-toml#961New Contributors
@mvdan
made their first contribution in pelletier/go-toml#949@testwill
made their first contribution in pelletier/go-toml#951@xxxVitoxxx
made their first contribution in pelletier/go-toml#956Full Changelog: https://github.com/pelletier/go-toml/compare/v2.2.2...v2.2.3
b730b2b
Bump testing to go 1.23 (#961)a437caa
Fix reflect.Pointer backward compatibility (#956)be6c57b
Fix readme typo(#951)d553047
Allow int, uint, and floats as map keys (#958)0977c05
Update goreleaser action to v6
and set goreleaser binary to v2
(#959)bccd6e4
allocate unstable.Parser as part of decoder (#953)9b890cf
go.mod: bump minimum and language to 1.21 (#949)