This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
Releases: ipld/js-ipld-bitcoin
Releases · ipld/js-ipld-bitcoin
v0.4.1
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.0
Bug Fixes
- package: update bitcoinjs-lib to version 5.0.0 (ef99508)
- package: update cids to version 0.6.0 (cd36640)
- package: update multihashing-async to version 0.6.0 (9dc7bb7)
Features
- new IPLD Format API (1a799aa)
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.