Skip to content

Commit 9a2efa9

Browse files
committed
Merge branch 'stable'
2 parents 2646a81 + 38539d5 commit 9a2efa9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# [2.0.0](https://github.com/peers/js-binarypack/compare/v1.0.2...v2.0.0) (2023-06-22)
2+
3+
4+
### Bug Fixes
5+
6+
* empty TypedArray can now be packed ([3475f45](https://github.com/peers/js-binarypack/commit/3475f450a7bc97b757325cd54bc7ba7ffc84118b))
7+
* undefined will stay undefined instead of null ([83af274](https://github.com/peers/js-binarypack/commit/83af274ea82fdd44d93546f18cbcf547abe77804))
8+
9+
10+
### Features
11+
12+
* return `ArrayBuffer` instead of `Blob` ([6b70875](https://github.com/peers/js-binarypack/commit/6b70875b4d7db791fdd14a1f3ff3776d12febfb2))
13+
14+
15+
### Reverts
16+
17+
* Revert "fix: undefined will stay undefined instead of null" ([da49137](https://github.com/peers/js-binarypack/commit/da4913787d9ab96845bd8e512d5f501574746a35))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* Return type of `pack` is now `ArrayBuffer`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "peerjs-js-binarypack",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "BinaryPack serialization",
55
"homepage": "https://github.com/peers/js-binarypack",
66
"main": "dist/binarypack.cjs",

0 commit comments

Comments
 (0)