Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 2a90b88

Browse files
committedSep 18, 2019
chore: release version v0.9.0
1 parent 2dff14d commit 2a90b88

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="0.9.0"></a>
2+
# [0.9.0](https://github.com/libp2p/js-libp2p-mplex/compare/v0.8.5...v0.9.0) (2019-09-18)
3+
4+
5+
### Code Refactoring
6+
7+
* async iterators ([#94](https://github.com/libp2p/js-libp2p-mplex/issues/94)) ([c9bede5](https://github.com/libp2p/js-libp2p-mplex/commit/c9bede5))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* All places in the API that used callbacks are now replaced with async/await while pull-streams are replaced with async iterators. The API has also been updated according to the latest `interface-stream-muxer` version, https://github.com/libp2p/interface-stream-muxer/tree/v0.7.0.
13+
14+
License: MIT
15+
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
16+
17+
18+
119
<a name="0.8.5"></a>
220
## [0.8.5](https://github.com/libp2p/js-libp2p-mplex/compare/v0.8.4...v0.8.5) (2019-03-18)
321

0 commit comments

Comments
 (0)
This repository has been archived.