Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 58ddf77

Browse files
committed
v18.0.0
1 parent a71a9be commit 58ddf77

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="18.0.0"></a>
2+
# [18.0.0](https://github.com/ipfs/js-ipfs-api/compare/v17.5.0...v18.0.0) (2018-02-14)
3+
4+
5+
### Bug Fixes
6+
7+
* exception when dir is empty ([#680](https://github.com/ipfs/js-ipfs-api/issues/680)) ([ec04f6e](https://github.com/ipfs/js-ipfs-api/commit/ec04f6e))
8+
* support all the Buffer shims and load fixtures correctly ([066988f](https://github.com/ipfs/js-ipfs-api/commit/066988f))
9+
* update stats API ([#684](https://github.com/ipfs/js-ipfs-api/issues/684)) ([4f7999d](https://github.com/ipfs/js-ipfs-api/commit/4f7999d))
10+
11+
12+
### Features
13+
14+
* (breaking change) stats spec, spec repo, stream to value on files read ([#679](https://github.com/ipfs/js-ipfs-api/issues/679)) ([118456e](https://github.com/ipfs/js-ipfs-api/commit/118456e))
15+
* **breaking change:** use stream on stats.bw ([#686](https://github.com/ipfs/js-ipfs-api/issues/686)) ([895760e](https://github.com/ipfs/js-ipfs-api/commit/895760e))
16+
* ipfs.stop ([5091115](https://github.com/ipfs/js-ipfs-api/commit/5091115))
17+
18+
19+
120
<a name="17.5.0"></a>
221
# [17.5.0](https://github.com/ipfs/js-ipfs-api/compare/v17.3.0...v17.5.0) (2018-01-24)
322

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-api",
3-
"version": "17.5.0",
3+
"version": "18.0.0",
44
"description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)