@msgpack/msgpack
Advanced tools
Changelog
3.1.2 2025-05-25
https://github.com/msgpack/msgpack-javascript/compare/v3.1.1...v3.1.2
node --experimental-strip-types
Changelog
3.0.0 2025-02-07
https://github.com/msgpack/msgpack-javascript/compare/v2.8.0...v3.0.0
encode()
and decode()
were not re-entrant in reusing instances (#257)rawStrings: boolean
to decoders (#235, thanks to @jasonpaulos)useBigInt64
to map JavaScript's BigInt to MessagePack's int64 and uint64 (#223)Encoder
and Decoder
, and describe the interfaces in README.md (#224):
new Encoder(options: EncoderOptions)
: it takes the same named-options as encode()
new Decoder(options: DecoderOptions)
: it takes the same named-options as decode()
Changelog
3.0.0-beta6 2025-02-07
https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta5...v3.0.0-beta6
Changelog
3.0.0-beta3 2025-01-26
https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta2...v3.0.0-beta3