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

Commit 81b7ffe

Browse files
committedAug 27, 2019
chore: release version v0.2.0
1 parent 0c785db commit 81b7ffe

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="0.2.0"></a>
2+
# [0.2.0](https://github.com/ipfs/js-ipfs-multipart/compare/v0.1.1...v0.2.0) (2019-08-27)
3+
4+
5+
### Chores
6+
7+
* refactor to async/await ([#17](https://github.com/ipfs/js-ipfs-multipart/issues/17)) ([55d926e](https://github.com/ipfs/js-ipfs-multipart/commit/55d926e))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* This module used to export a class that extended EventEmitter,
13+
now it exports a function that returns an async iterable.
14+
15+
I also updated the deps to use the latest http api, though it's removed
16+
the ability to add whole paths at once, along with some special logic
17+
to handle symlinks. The `Dicer` module that this module depends on
18+
will still emit events for when it encounters symlinks so I left the
19+
handlers in though am unsure if we actually use them.
20+
21+
22+
123
<a name="0.1.1"></a>
224
## [0.1.1](https://github.com/ipfs/js-ipfs-multipart/compare/v0.1.0...v0.1.1) (2019-07-12)
325

0 commit comments

Comments
 (0)
This repository has been archived.