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

v0.14.0

Choose a tag to compare

@vmx vmx released this 08 May 19:54
· 40 commits to master since this release

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.