Skip to content

Commit 62a0aa8

Browse files
committed
chore: release version v0.28.0
1 parent 2900272 commit 62a0aa8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
122
<a name="0.27.1"></a>
223
## [0.27.1](https://github.com/ipfs/js-ipfs-repo/compare/v0.27.0...v0.27.1) (2019-08-21)
324

0 commit comments

Comments
 (0)