We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2900272 commit 62a0aa8Copy full SHA for 62a0aa8
CHANGELOG.md
@@ -1,3 +1,24 @@
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
22
<a name="0.27.1"></a>
23
## [0.27.1](https://github.com/ipfs/js-ipfs-repo/compare/v0.27.0...v0.27.1) (2019-08-21)
24
0 commit comments