Releases: mcollina/msgpack5
Releases · mcollina/msgpack5
v3.5.0
- npm README and metadata fixes #55 #56
- added safe-buffer as a dependency, and moved to Buffer.from and Buffer.allocUnsafe
- updated dependencies
v3.4.0
- Support str8 compatibility mode #45
v3.2.0
- Fix maximum uint32 value (4294967295) being encoded as uint64 #37 by @sgerace
v3.1.0
- add
forceFloat64
option to encoder #31 by @hden
v3.0.0
- Updated readable-stream to 2.0.0
v2.3.1
- Rebuilt browserify bundles.