@msgpack/msgpack
Advanced tools
Changelog
v2.5.1 2021/03/21
https://github.com/msgpack/msgpack-javascript/compare/v2.5.0...v2.5.1
Changelog
v2.5.0 2021/03/21
https://github.com/msgpack/msgpack-javascript/compare/v2.4.1...v2.5.0
DecodeError
in decoding errors__proto__
as a map key, throwing DecodeError
tslib
as a dependencyChangelog
v2.4.1 2021/03/01
https://github.com/msgpack/msgpack-javascript/compare/v2.4.0...v2.4.1
TextEncoder
and TextDecoder
were never used even if available (reported as #157 by @ChALkeR)Changelog
v2.4.0 2021/02/15
https://github.com/msgpack/msgpack-javascript/compare/v2.3.1...v2.4.0
decodeStream()
to decodeMultiStream()
decodeStream()
is kept as a deprecated function but will be removed in a futuredecodeMulti()
, a synchronous variant for decodeMultiStream()
(thanks to @Bilge for the request in #152)decodeAsync()
and its family to accept BufferSource
(thanks to @rajaybasu for the suggestion in #152-issuecomment-778712021))Changelog
v2.3.1 2021/02/13
https://github.com/msgpack/msgpack-javascript/compare/v2.3.0...v2.3.1
noImplicitReturns
and noUncheckedIndexedAccess
in tsconfigChangelog
v2.2.1 2020/10/11
https://github.com/msgpack/msgpack-javascript/compare/v2.2.0...v2.2.1
package.json
for webpack to use module
fieldChangelog
v2.2.0 2020/10/04
https://github.com/msgpack/msgpack-javascript/compare/v2.1.1...v2.2.0
package.json
has a module
field to support ES modulesChangelog
v2.1.1 2020/10/04
https://github.com/msgpack/msgpack-javascript/compare/v2.1.0...v2.1.1