Skip to content

Releases: peers/js-binarypack

v2.1.0

03 Dec 10:26
Compare
Choose a tag to compare

2.1.0 (2023-12-03)

Features

v3.0.0-rc.1

01 Dec 16:59
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

3.0.0-rc.1 (2023-12-01)

Bug Fixes

Features

  • return ArrayBuffer instead of Blob (689eafd)

BREAKING CHANGES

  • Blobs require making the pack interface async
  • Return type of pack is now ArrayBuffer

v2.0.0

22 Jun 04:40
Compare
Choose a tag to compare

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 of Blob (6b70875)

Reverts

  • Revert "fix: undefined will stay undefined instead of null" (da49137)

BREAKING CHANGES

  • Return type of pack is now ArrayBuffer

v2.0.0-rc.1

25 Feb 19:12
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

2.0.0-rc.1 (2023-02-25)

Features

  • return ArrayBuffer instead of Blob (689eafd)

BREAKING CHANGES

  • Return type of pack is now ArrayBuffer

v1.0.3-rc.1

25 Feb 19:03
Compare
Choose a tag to compare
v1.0.3-rc.1 Pre-release
Pre-release

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)