This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 22.0.0 " ></a >
2
+ # [ 22.0.0] ( https://github.com/ipfs/js-ipfs-api/compare/v21.0.0...v22.0.0 ) (2018-05-20)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * callback from unsub after stream ends ([ 51a80f2] ( https://github.com/ipfs/js-ipfs-api/commit/51a80f2 ) )
8
+ * do not fail stop node if failed start node ([ 533760f] ( https://github.com/ipfs/js-ipfs-api/commit/533760f ) )
9
+ * ** ping:** convert the ping messages to lowercase ([ 632af40] ( https://github.com/ipfs/js-ipfs-api/commit/632af40 ) )
10
+ * more robust ping tests ([ fc6d301] ( https://github.com/ipfs/js-ipfs-api/commit/fc6d301 ) )
11
+ * remove .only ([ 0e21c8a] ( https://github.com/ipfs/js-ipfs-api/commit/0e21c8a ) )
12
+ * result.Peers can be null, ensure callback is called ([ f5f2e83] ( https://github.com/ipfs/js-ipfs-api/commit/f5f2e83 ) )
13
+ * update asserted error message ([ 17c1f1c] ( https://github.com/ipfs/js-ipfs-api/commit/17c1f1c ) )
14
+ * use async/setImmediate vs process.nextTick ([ faa51b4] ( https://github.com/ipfs/js-ipfs-api/commit/faa51b4 ) )
15
+
16
+
17
+
1
18
<a name =" 21.0.0 " ></a >
2
19
# [ 21.0.0] ( https://github.com/ipfs/js-ipfs-api/compare/v20.2.1...v21.0.0 ) (2018-05-12)
3
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-api" ,
3
- "version" : " 21 .0.0" ,
3
+ "version" : " 22 .0.0" ,
4
4
"description" : " A client library for the IPFS HTTP API" ,
5
5
"leadMaintainer" :
" Alan Shaw <[email protected] >" ,
6
6
"main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments