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

v3.0.0

Compare
Choose a tag to compare
@vmx vmx released this 08 May 20:03
· 30 commits to master since this release

Bug Fixes

  • package: update cids to version 0.6.0 (c38363a)
  • package: update multihashing-async to version 0.6.0 (4eaa791)

Features

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.

If you want to access the original JavaScript Ethereum object, it is
now stored in a property called _ethObj. So if you e.g. called
deserialized.hash(), you now have to call
deserialized._ethObj.hash().

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