All notable changes to this project will be documented in this file.
1.1.3 (2026-03-13)
- reduce parse node allocations when deserializing primitive types collections (d871ef8)
- extract private helpers and avoid parse node allocations in primitive collection deserialization (ba61e0b)
- reduce parse node allocations when deserializing primitive types (61219f6)
1.1.2 (2025-04-02)
1.1.1 (2025-03-24)
- upgrades common go dependency to solve triming issues (d3e8da1)
- upgrades common go dependency to solve triming issues (6dda99a)
1.1.0 (2025-03-13)
- upgrades required go version from go1.18 to go 1.22 (d92bfde)
- GA Release.
- Update version number to 0.9.0. Fixes error in release number
- Adds support for serialization of collections by serialization writer and parsenode.
- Added support for backing store.
- Fixed key encoding
- Initial release of the package.