Skip to content

Commit 058217a

Browse files
committed
changelog for 3.0.0
1 parent e2767e1 commit 058217a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# This is the revision history of @msgpack/msgpack
22

3+
## 3.0.0 2025-02-07
4+
5+
https://github.com/msgpack/msgpack-javascript/compare/v2.8.0...v3.0.0
6+
7+
* Set the compile target to ES2020, dropping support for the dists with the ES5 target
8+
* Fixed a bug that `encode()` and `decode()` were not re-entrant in reusing instances ([#257](https://github.com/msgpack/msgpack-javascript/pull/257))
9+
* Allowed the data alignment to support zero-copy decoding ([#248](https://github.com/msgpack/msgpack-javascript/pull/248), thanks to @EddiG)
10+
* Added an option `rawStrings: boolean` to decoders ([#235](https://github.com/msgpack/msgpack-javascript/pull/235), thanks to @jasonpaulos)
11+
* Optimized GC load by reusing stack states ([#228](https://github.com/msgpack/msgpack-javascript/pull/228), thanks to @sergeyzenchenko)
12+
* Added an option `useBigInt64` to map JavaScript's BigInt to MessagePack's int64 and uint64 ([#223](https://github.com/msgpack/msgpack-javascript/pull/223))
13+
* Drop IE11 support ([#221](https://github.com/msgpack/msgpack-javascript/pull/221))
14+
* It also fixes [feature request: option to disable TEXT_ENCODING env check #219](https://github.com/msgpack/msgpack-javascript/issues/219)
15+
* Change the interfaces of `Encoder` and `Decoder`, and describe the interfaces in README.md ([#224](https://github.com/msgpack/msgpack-javascript/pull/224)):
16+
* `new Encoder(options: EncoderOptions)`: it takes the same named-options as `encode()`
17+
* `new Decoder(options: DecoderOptions)`: it takes the same named-options as `decode()`
18+
319
## 3.0.0-beta6 2025-02-07
420

521
https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta5...v3.0.0-beta6

0 commit comments

Comments
 (0)