Releases: ipfs/js-ipfs-repo
Releases · ipfs/js-ipfs-repo
v0.29.1
14 Nov 15:00
Compare
Sorry, something went wrong.
No results found
v0.29.0
06 Nov 12:14
Compare
Sorry, something went wrong.
No results found
v0.28.1
29 Oct 12:08
Compare
Sorry, something went wrong.
No results found
chore: release version v0.28.1
v0.28.0
20 Sep 11:40
Compare
Sorry, something went wrong.
No results found
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.1
21 Aug 11:22
Compare
Sorry, something went wrong.
No results found
v0.27.0
04 Jun 10:29
Compare
Sorry, something went wrong.
No results found
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
13 May 11:00
Compare
Sorry, something went wrong.
No results found
chore: release version v0.26.6
v0.26.5
09 May 11:57
Compare
Sorry, something went wrong.
No results found
chore: release version v0.26.5
v0.26.4
18 Mar 12:36
Compare
Sorry, something went wrong.
No results found
v0.26.3
13 Mar 12:11
Compare
Sorry, something went wrong.
No results found
Bug Fixes
update lock file package to fix compromised lock check (#193 ) (73d95cd )