File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# This is the revision history of @msgpack/msgpack
22
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+
311## 3.0.0-beta3 2025-01-26
412
513https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta2...v3.0.0-beta3
614
715* 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 )
917* Drop support for Node.js v16
1018* Type compatibility with ES2024 / SharedArrayBuffer
1119
You can’t perform that action at this time.
0 commit comments