Releases: peers/js-binarypack
Releases · peers/js-binarypack
v2.1.0
v3.0.0-rc.1
3.0.0-rc.1 (2023-12-01)
Bug Fixes
- re-add Blob support (12f0e75)
Features
- return
ArrayBuffer
instead ofBlob
(689eafd)
BREAKING CHANGES
- Blobs require making the
pack
interface async - Return type of
pack
is nowArrayBuffer
v2.0.0
2.0.0 (2023-06-22)
Bug Fixes
- empty TypedArray can now be packed (3475f45)
- undefined will stay undefined instead of null (83af274)
Features
- return
ArrayBuffer
instead ofBlob
(6b70875)
Reverts
- Revert "fix: undefined will stay undefined instead of null" (da49137)
BREAKING CHANGES
- Return type of
pack
is nowArrayBuffer
v2.0.0-rc.1
2.0.0-rc.1 (2023-02-25)
Features
- return
ArrayBuffer
instead ofBlob
(689eafd)
BREAKING CHANGES
- Return type of
pack
is nowArrayBuffer
v1.0.3-rc.1
1.0.3-rc.1 (2023-02-25)
Bug Fixes
- empty TypedArray can now be packed (3475f45)
- undefined will stay undefined instead of null (83af274)
Reverts
- Revert "fix: undefined will stay undefined instead of null" (da49137)