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