Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 792 Bytes

CHANGELOG.md

File metadata and controls

22 lines (10 loc) · 792 Bytes

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