Skip to content

Commit ccfc7d1

Browse files
committedJan 26, 2025
v3.0.0-beta3
1 parent 63edca9 commit ccfc7d1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎CHANGELOG.md

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

3+
## 3.0.0-beta3 2025-01-26
4+
5+
https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta2...v3.0.0-beta3
6+
7+
* Added an option `rawStrings: boolean` to decoders ([#235](https://github.com/msgpack/msgpack-javascript/pull/235), thanks to @jasonpaulos)
8+
* Optimized GC load by reusing stack states (["228](https://github.com/msgpack/msgpack-javascript/pull/228), thanks to @sergeyzenchenko)
9+
* Drop support for Node.js v16
10+
* Type compatibility with ES2024 / SharedArrayBuffer
11+
312
## 3.0.0-beta2
413

514
https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta1...v3.0.0-beta2
@@ -10,7 +19,7 @@ https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta1...v3.0.0-beta
1019

1120
https://github.com/msgpack/msgpack-javascript/compare/v2.8.0...v3.0.0-beta1
1221

13-
* Add an option `useBigInt64` to map JavaScript's BigInt to MessagePack's int64 and uint64 ([#223](https://github.com/msgpack/msgpack-javascript/pull/223))
22+
* Added an option `useBigInt64` to map JavaScript's BigInt to MessagePack's int64 and uint64 ([#223](https://github.com/msgpack/msgpack-javascript/pull/223))
1423
* Drop IE11 support ([#221](https://github.com/msgpack/msgpack-javascript/pull/221))
1524
* It also fixes [feature request: option to disable TEXT_ENCODING env check #219](https://github.com/msgpack/msgpack-javascript/issues/219)
1625
* Change the interfaces of `Encoder` and `Decoder`, and describe the interfaces in README.md ([#224](https://github.com/msgpack/msgpack-javascript/pull/224)):

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@msgpack/msgpack",
3-
"version": "3.0.0-beta2",
3+
"version": "3.0.0-beta3",
44
"description": "MessagePack for ECMA-262/JavaScript/TypeScript",
55
"author": "The MessagePack community",
66
"license": "ISC",

0 commit comments

Comments
 (0)
Failed to load comments.