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

v0.6.0

Compare
Choose a tag to compare
@vasco-santos vasco-santos released this 11 Aug 10:02
· 76 commits to master since this release

Bug Fixes

  • replace node buffers with uint8arrays (#70) (92632b5)

BREAKING CHANGES

    • The .data, .from and .seq properties of messages used to be
      node Buffers, now they are Uint8Arrays
  • All deps of this module now use Uint8Arrays instead of Buffers