What's Changed
What's new
- Encode: support pointers to embedded structs by @dangra in https://github.com/pelletier/go-toml/pull/924
- Encode: support
json.Number
type by @dangra in https://github.com/pelletier/go-toml/pull/923 - Decode: unstable/Unmarshal interface by @rszyma in https://github.com/pelletier/go-toml/pull/940
Fixed bugs
- Decode: fix reuse of slice for array tables by @pelletier in https://github.com/pelletier/go-toml/pull/934
Documentation
- Fix typo in README by @jwilk in https://github.com/pelletier/go-toml/pull/925
- Fix indentation of README examples by @rdbo in https://github.com/pelletier/go-toml/pull/928
- Fix marshaler typos by @pelletier in https://github.com/pelletier/go-toml/pull/927
Other changes
- Go 1.22 support by @pelletier in https://github.com/pelletier/go-toml/pull/935
New Contributors
- @dangra made their first contribution in https://github.com/pelletier/go-toml/pull/924
- @jwilk made their first contribution in https://github.com/pelletier/go-toml/pull/925
- @rdbo made their first contribution in https://github.com/pelletier/go-toml/pull/928
- @rszyma made their first contribution in https://github.com/pelletier/go-toml/pull/940
Full Changelog: https://github.com/pelletier/go-toml/compare/v2.1.1...v2.2.0