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

Commit 52d1716

Browse files
committed
chore: release version v0.11.0
1 parent c6e7ccf commit 52d1716

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="0.11.0"></a>
2+
# [0.11.0](https://github.com/ipfs/js-ipfs-mfs/compare/v0.10.4...v0.11.0) (2019-05-18)
3+
4+
5+
### Features
6+
7+
* convert to async/await ([#49](https://github.com/ipfs/js-ipfs-mfs/issues/49)) ([f02a941](https://github.com/ipfs/js-ipfs-mfs/commit/f02a941))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* 1. Everything is now async/await
13+
2. No more callbacks, Readable Streams or Pull Streams
14+
3. `stat` and `ls` commands return `cid` objects instead of string hashes
15+
4. `stat` and `ls` commands return all fields, `hash`, `long` etc options are now ignored
16+
17+
* chore: standardise error codes, use latest cids and ipld formats
18+
19+
* chore: update importer and exporter
20+
21+
* chore: update importer again
22+
23+
* chore: update deps
24+
25+
26+
127
<a name="0.10.4"></a>
228
## [0.10.4](https://github.com/ipfs/js-ipfs-mfs/compare/v0.10.3...v0.10.4) (2019-04-08)
329

0 commit comments

Comments
 (0)