Skip to content

Commit 38539d5

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.2...v2.0.0) (2023-06-22) ### Bug Fixes * empty TypedArray can now be packed ([3475f45](3475f45)) * undefined will stay undefined instead of null ([83af274](83af274)) ### Features * return `ArrayBuffer` instead of `Blob` ([6b70875](6b70875)) ### Reverts * Revert "fix: undefined will stay undefined instead of null" ([da49137](da49137)) ### BREAKING CHANGES * Return type of `pack` is now `ArrayBuffer`
1 parent 51d0678 commit 38539d5

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
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-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)