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-cbor

v0.14.0

08 May 19:54
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • make cbor Decoder configurable (#90) (dfb9137)
  • remove console.log statement (a413cb2)
  • typo in travis badge (94122f0)
  • package: update cids to version 0.6.0 (1d507f7)
  • package: update multihashing-async to version 0.6.0 (b328072)

Features

  • allow decoder heap to grow dynamically (1f7b7f1), closes #73
  • new IPLD Format API (cfc8519)

BREAKING CHANGES

  • The API is now async/await based

There are numerous changes, the most significant one is that the API
is no longer callback based, but it using async/await.

For the full new API please see the IPLD Formats spec.

v0.13.1

08 Jan 16:44
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

Features

  • support the hashLen option of multihashing (#83) (9ffb5e2)

v0.13.0

01 Oct 17:42
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

Features

  • serialize and de-serialize CID instances (8585d65)

BREAKING CHANGES

  • return values from de-serializer are now CID instances.
    Serializer still supports old link objects.

v0.12.1

29 Jun 12:04
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • pass serialized blob to util.cid (#67) (1ec7744)

Features

BREAKING CHANGES

v0.12.0

12 Feb 15:37
@vmx vmx
Compare
Choose a tag to compare

Bug Fixes

  • use binary blobs directly (5321d6a)

BREAKING CHANGES

  • Everyone calling the functions of resolve need to
    pass in the binary data instead of an IPFS block.

So if your input is an IPFS block, the code changes from

resolver.resolve(block, path, (err, result) => {…}

to

resolver.resolve(block.data, path, (err, result) => {…}

v0.11.2

07 Nov 08:33
Compare
Choose a tag to compare

Features

  • next Aegir (fix tests in the middle) (#53) (02940a0)

v0.8.6

31 Jan 13:00
Compare
Choose a tag to compare

Features

v0.8.5

29 Jan 20:38
Compare
Choose a tag to compare
Tagging as v0.8.5

v0.8.4

29 Jan 16:56
Compare
Choose a tag to compare
Tagging as v0.8.4

v0.8.2

01 Dec 15:17
Compare
Choose a tag to compare
Tagging as v0.8.2