This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
v0.16.0
Bug Fixes
- package: update multihashing-async to version 0.6.0 (63b7986)
Features
- new IPLD Format API (1de1bcc)
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.
The properties of DAGNode and DAGLink are now in sync with the paths
that are used for resolving. This means that e.g. name
is now called
Name
and size
is Tsize
.
All return values from resolve()
now conform to the IPLD Data Model,
this means that e.g. links are no longer represented as
{'/': "baseecodedcid"}
, but as CID instances instead.
For the full new API please see the IPLD Formats spec.