Skip to content

Commit 67e35c2

Browse files
committed
chore: release version v0.2.2
1 parent 9e50a35 commit 67e35c2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a name="0.2.2"></a>
2+
## [0.2.2](https://github.com/ChainSafe/gossipsub-js/compare/v0.0.5...v0.2.2) (2020-01-24)
3+
4+
5+
### Bug Fixes
6+
7+
* bind is not needed ([7faae98](https://github.com/ChainSafe/gossipsub-js/commit/7faae98))
8+
* fix double publish bug ([519f868](https://github.com/ChainSafe/gossipsub-js/commit/519f868)), closes [/github.com/ChainSafe/gossipsub-js/blob/master/test/floodsub.spec.js#L21](https://github.com//github.com/ChainSafe/gossipsub-js/blob/master/test/floodsub.spec.js/issues/L21) [/travis-ci.com/ChainSafe/gossipsub-js/jobs/278427804#L270](https://github.com//travis-ci.com/ChainSafe/gossipsub-js/jobs/278427804/issues/L270)
9+
* fix heartbeat startup/shutdown timing bug ([a8302f9](https://github.com/ChainSafe/gossipsub-js/commit/a8302f9))
10+
* parameter to _onPeerDisconnected ([d43ceb5](https://github.com/ChainSafe/gossipsub-js/commit/d43ceb5))
11+
12+
13+
### Chores
14+
15+
* update dependencies ([7a44b66](https://github.com/ChainSafe/gossipsub-js/commit/7a44b66))
16+
17+
18+
### Code Refactoring
19+
20+
* switch to async iterators ([3027835](https://github.com/ChainSafe/gossipsub-js/commit/3027835))
21+
22+
23+
### BREAKING CHANGES
24+
25+
* getPeersSubscribed from parent class renamed to getSubscribers to remove redundant wording
26+
* Switch to using async/await and async iterators for all the API. Moreover, gossipsub does not need the libp2p instance anymore, receiving a registerar that enables it to receive the necessary events from libp2p
27+
28+
29+
130
<a name="0.2.1"></a>
231
## 0.2.1 (2019-01-14)
332

0 commit comments

Comments
 (0)