This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
v3.0.0
Bug Fixes
- install step (25daf7a)
- package: update cids to version 0.6.0 (5f70e4e)
- package: update multihashing-async to version 0.6.0 (b2bb041)
Features
- new IPLD Format API (88dfb29)
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.