This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
Releases: ipld/js-ipld-git
Releases · ipld/js-ipld-git
v0.6.6
v0.6.5
chore: release version v0.6.5
v0.6.4
v0.6.1
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.0
Bug Fixes
- package: update cids to version 0.6.0 (fe0ac8b)
- package: update multihashing-async to version 0.6.0 (784c464)
Features
- new IPLD Format API (e39a7d9)
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.