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.15.3

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

Bug Fixes

  • add a return to callback (eb73e70)
  • package: update is-ipfs to version 0.6.0 (0935e53)

v0.15.2

17 Dec 12:58
@vmx vmx
Compare
Choose a tag to compare

Performance Improvements

  • memoize the Name buffer in DAGLink to avoid unneeded allocations (83edf36)

v0.15.1

11 Dec 13:21
@vmx vmx
Compare
Choose a tag to compare

Performance Improvements

  • remove unneeded Buffer.from() call during deserialize (4632596)

v0.15.0

09 Nov 17:40
@vmx vmx
Compare
Choose a tag to compare

Performance Improvements

BREAKING CHANGES

  • These properties are removed from the DAGNode class.

  • .multihash is removed because they aren't multihashes any more

  • .cid is removed to bring dag-pb in line with other ipld types

  • .serialized is removed because storing data buffers and the
    serialized form uses too much memory - we can use the utils.serialize
    method to create the serialized form when we need it, which in this
    module is just during the tests

.multihash has also changed to .cid in the output of
DAGLink.toJSON and DAGNode.toJSON because since CIDv1 they are
not just multihashes any more; the multihash is contained within
the CID.

v0.14.11

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

Features

v0.14.10

24 Sep 15:54
@vmx vmx
Compare
Choose a tag to compare
chore: release version v0.14.10

v0.14.9

24 Sep 15:29
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • resolve link Name or Tsize (981cb9f), closes #85

v0.14.8

13 Aug 18:42
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

v0.14.7

13 Aug 15:10
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • support cids in DagLink (4c701aa)

Performance Improvements

  • make this._json calculation lazy (d138c95)

v0.14.6

20 Jul 12:16
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • add support for resolving links by name (#78) (3f6f094)