Releases: mcollina/msgpack5
Releases · mcollina/msgpack5
v5.0.0
📚 PR:
- implement Timestamp96 (#88)
- Handle NaN (#75)
- Refactoting of decoder for better maintainability (#76)
- Improve internals and add some features (#78)
- ci: use gh-actions (#87)
- encode date is null fix (#85)
v4.5.0
- Restored previous v4.2.1 as semver-major commits landed
v4.4.0
📚 PR:
- implement Timestamp96 (#88)
v4.3.0
- Handle NaN (#75)
- Refactoting of decoder for better maintainability (#76)
- Improve internals and add some features (#78)
- ci: use gh-actions (#87)
- encode date is null fix (#85)
v4.2.0
- Better support for floats #71
v4.1.0
- Support for Map32 #69
- Fix
new Buffer()
warnings #70
- Fix decoding null #68
v4.0.2
- Add mandatory offset in next Node core major #66
v4.0.1
- Updated bundles
- Updated dependencies
v4.0.0
- Dropped support for Node 0.10 and 0.12
- Support timestamp extension #60
v3.6.0
- Added support for UInt8Array as a binary type #59 by @moozzyk