File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
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 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " peerjs-js-binarypack" ,
3
- "version" : " 1 .0.1 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " BinaryPack serialization" ,
5
5
"homepage" : " https://github.com/peers/js-binarypack" ,
6
6
"main" : " dist/binarypack.cjs" ,
You can’t perform that action at this time.
0 commit comments