Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Releases: ipld/js-ipld-block

v0.11.1

05 Mar 11:06
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.11.0

21 Oct 16:14
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • account error msg diff betwenn browsers (85bef56)
  • change deprecation to cover 0.11 (36a4b61)
  • type mapping dir (ddd1843)

Features

v0.10.1

01 Sep 11:53
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.10.1

v0.10.0

04 Aug 16:28
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • replace node buffers with uint8arrays (0696e4d)

BREAKING CHANGES

    • The .data property used to be a Buffer, now it is a Uint8Array

v0.9.2

12 Jun 13:19
@vmx vmx
Compare
Choose a tag to compare

Features

v0.9.1

01 Apr 11:42
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.9.0

09 May 19:57
@vmx vmx
Compare
Choose a tag to compare

Features

  • this module is now named ipld-block (5a3bbde)

BREAKING CHANGES

  • The symbol for comparing blocks changed

This means that if you are a user of this module, updating to this version
is also a breaking change for your module. Don't forgot to make the corresponding
version bump on your next release.

v0.8.0

26 Oct 14:42
Compare
Choose a tag to compare
chore: release version v0.8.0

v0.7.1

09 Apr 15:34
Compare
Choose a tag to compare
chore: release version v0.7.1

v0.7.0

09 Apr 15:31
Compare
Choose a tag to compare

Features

  • use class-is module for type checks (958cd09)