Skip to content

Commit 8b16b80

Browse files
committed
chore: release version v0.26.0
1 parent 4d0218c commit 8b16b80

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
<a name="0.26.0"></a>
2+
# [0.26.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.25.1...v0.26.0) (2019-09-24)
3+
4+
5+
### Code Refactoring
6+
7+
* callbacks -> async / await ([#202](https://github.com/ipfs/js-ipfs-bitswap/issues/202)) ([accf53b](https://github.com/ipfs/js-ipfs-bitswap/commit/accf53b))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* All places in the API that used callbacks are now replaced with async/await
13+
14+
* feat: make `get()` a generator
15+
16+
* make `getMany()` AsyncIterable
17+
18+
* feat: make `put()` a generator
19+
20+
* make `putMany()` AsyncIterable
21+
22+
* remove check in `_findAndConnect()`
23+
24+
* feat: make `start()` and `stop()` async/await
25+
26+
* refactor: make `connectTo()` async/await
27+
28+
* refactor: make `findProviders()` and `findAndConnect()` async/await
29+
30+
* refactor: cb => async
31+
32+
* refactor: async/await
33+
34+
* chore: update travis
35+
36+
* refactor: update benchmark tests and allow streaming to putMany
37+
38+
* chore: address pr comments
39+
40+
* chore: remove callback hell eslint disables
41+
42+
* chore: wrap list of tasks in promise.all
43+
44+
* chore: callbackify methods inside pull stream
45+
46+
* chore: accept PR suggestions
47+
48+
* chore: fix typo
49+
50+
51+
152
<a name="0.25.1"></a>
253
## [0.25.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.25.0...v0.25.1) (2019-06-26)
354

0 commit comments

Comments
 (0)