@msgpack/msgpack
Advanced tools
Changelog
3.0.0-beta2
https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta1...v3.0.0-beta2
Changelog
3.0.0-beta1
https://github.com/msgpack/msgpack-javascript/compare/v2.8.0...v3.0.0-beta1
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
2.8.0 2022-09-02
https://github.com/msgpack/msgpack-javascript/compare/v2.7.2...v2.8.0
Encoder#encode()
return a copy of the internal buffer, instead of the reference of the buffer (fix #212).
Encoder#encodeSharedRef()
to return the shared reference to the internal buffer.Changelog
2.7.1 2021/09/01
https://github.com/msgpack/msgpack-javascript/compare/v2.7.0...v2.7.1
Changelog
2.6.3 2021/05/04
https://github.com/msgpack/msgpack-javascript/compare/v2.6.2...v2.6.3
mod.ts
for Deno supportChangelog
2.6.2 2021/05/04
https://github.com/msgpack/msgpack-javascript/compare/v2.6.1...v2.6.2