File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments