File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# This is the revision history of @msgpack/msgpack
2
2
3
+ ## 3.0.0-beta4 2025-02-04
4
+
5
+ https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta3...HEAD
6
+
7
+ * Added Deno test to CI
8
+ * Added Bun tests to CI
9
+ * Allowed the data alignment to support zero-copy decoding ([ #248 ] ( https://github.com/msgpack/msgpack-javascript/pull/248 ) , thanks to @EddiG )
10
+
3
11
## 3.0.0-beta3 2025-01-26
4
12
5
13
https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta2...v3.0.0-beta3
6
14
7
15
* 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 )
16
+ * Optimized GC load by reusing stack states ([ # 228 ] ( https://github.com/msgpack/msgpack-javascript/pull/228 ) , thanks to @sergeyzenchenko )
9
17
* Drop support for Node.js v16
10
18
* Type compatibility with ES2024 / SharedArrayBuffer
11
19
You can’t perform that action at this time.
0 commit comments