Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@jacobheun jacobheun released this 24 Aug 10:23
· 1125 commits to master since this release
c4be5ee

Bug Fixes

  • replace remaining Buffer usage with Uint8Array (#62) (4130e7f)

BREAKING CHANGES

  • records now marshal as Uint8Array instead of Buffer

  • fix: refactor remaining Buffer usage to Uint8Array