Releases: zigcc/zig-msgpack
Releases · zigcc/zig-msgpack
0.0.8
What's Changed
- docs: add getty-msgpack to related projects by @LordMZTE in #10
- fix: write array len after array16 && array32 header definitions by @Pix-xiP in #11
New Contributors
Full Changelog: 0.0.7...0.0.8
0.0.7
support zig 0.14.0
Full Changelog: 0.0.6...0.0.7
0.0.6
For the last version of zig 0.13
0.0.5
What's Changed
- support master version
0.14
and release0.13.0
by @jinzhongjia in #6
Full Changelog: 0.0.4...0.0.5
0.0.4
Update build.zig
What's Changed
- [Nothing]: Update
build.zig
by @jinzhongjia in #5
Full Changelog: 0.0.3...0.0.4
0.0.3
Just some version update
Full Changelog: 0.0.2...0.0.3
v0.0.2
- Reconstructed zig-msgpack to make the API more concise
- Added support for online documentation
v0.0.1
Supports all MessagePack types(except timestamp)