Releases: ipfs/js-ipfs-repo
Releases · ipfs/js-ipfs-repo
v0.28.1
chore: release version v0.28.1
v0.28.0
Features
- accept async iterators into blockstore.putMany (#209) (9c06303)
BREAKING CHANGES
- you must pass an iterable or async iterable to putMany
- this should be relatively painless as the current API is to pass an
array which is iterable, but it does change the API.
- chore: remove CI commitlint
- chore: add node 12 to CI
- docs: update docs with new api
v0.27.0
Features
BREAKING CHANGES
- ipfs-repo has been refactored to use async/await. All callback support has been dropped. See the README for the new api.
v0.26.6
chore: release version v0.26.6
v0.26.5
chore: release version v0.26.5
v0.26.3
Bug Fixes
- update lock file package to fix compromised lock check (#193) (73d95cd)