File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 0.28.0 " ></a >
2
+ # [ 0.28.0] ( https://github.com/ipfs/js-ipfs-repo/compare/v0.27.1...v0.28.0 ) (2019-09-20)
3
+
4
+
5
+ ### Features
6
+
7
+ * accept async iterators into blockstore.putMany ([ #209 ] ( https://github.com/ipfs/js-ipfs-repo/issues/209 ) ) ([ 9c06303] ( https://github.com/ipfs/js-ipfs-repo/commit/9c06303 ) )
8
+
9
+
10
+ ### BREAKING CHANGES
11
+
12
+ * you must pass an iterable or async iterable to putMany
13
+ - this should be relatively painless as the current API is to pass an
14
+ array which is iterable, but it does change the API.
15
+
16
+ * chore: remove CI commitlint
17
+ * chore: add node 12 to CI
18
+ * docs: update docs with new api
19
+
20
+
21
+
1
22
<a name =" 0.27.1 " ></a >
2
23
## [ 0.27.1] ( https://github.com/ipfs/js-ipfs-repo/compare/v0.27.0...v0.27.1 ) (2019-08-21)
3
24
You can’t perform that action at this time.
0 commit comments