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

v0.5.2

Compare
Choose a tag to compare
@vasco-santos vasco-santos released this 30 Sep 09:27
· 1119 commits to master since this release

Bug Fixes

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

Chores

Features

BREAKING CHANGES

  • records now marshal as Uint8Array instead of Buffer

  • fix: refactor remaining Buffer usage to Uint8Array

    • The peer id dep of this module has replaced node Buffers with Uint8Arrays
  • chore: update gh deps