Skip to content

Releases: theseyan/mpack-zig

v0.2.1

15 Jan 07:13
Compare
Choose a tag to compare
  • Added support for MessagePack Extension types.
  • Added Writer.writeEncodedObject function to write a pre-encoded MessagePack object buffer as value to a larger object.
  • Minor fixes using u32 instead of usize.

v0.2.0

14 Jan 21:01
Compare
Choose a tag to compare
  • The tree-based reader API is now Tree API, and it's cursor is TreeCursor.
  • Added primitive, non-allocating, fast Reader and Cursor APIs.
  • Refactor TreeCursor for much faster runtimes.
  • Add Tree.Pool to pre-allocate a pool of nodes to avoid dynamic allocations in hot paths.
  • Add benchmarks using zBench.
  • Minor fixes

v0.1.1

22 Dec 18:50
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

07 Dec 12:57
Compare
Choose a tag to compare

Initial release