Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Releases: ipld/js-ipld-dag-pb

v0.22.3

11 Aug 08:05
Compare
Choose a tag to compare
chore: release version v0.22.3

v0.22.2

07 Apr 10:02
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.22.2

v0.22.1

12 Mar 11:03
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.22.0

11 Mar 13:16
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.21.1

03 Mar 09:22
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.21.1

v0.21.0

18 Feb 13:47
@vmx vmx
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • is-class is not longer used, use instanceof instead

The DAGNode.isDAGNode() and DAGLink.isDAGLink() methods no longer exist,
use instanceof DAGNode and instanceof DAGLink instead.

Please note that the newly added TypeScript types might lead to warnings/errors
if you use it in a TypeScript types checking environment.

v0.20.0

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

Bug Fixes

  • replace node Buffers with Uint8Arrays (bef3f26)

BREAKING CHANGES

    • dagNode.Data can now be a Uint8Array

v0.19.0

09 Jul 19:36
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • immutable CID test (d82441c)
  • lack of TextEncoder in older nodejs (afd52fe)

Features

  • package: backwards compatible pure data model API (0f11d5c)

v0.18.5

24 Apr 13:37
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • revert stable module removal (8640b22)

v0.18.4

21 Apr 09:23
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • cleanup and remove deps (886b06d)
  • encode with multibase (f709ec9)
  • native sort is stable now (3048e3e)
  • remove node globals (98d9ac6)
  • package: update cids to version 0.8.0 (aa2709b)