-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be4f36b
commit bc0f373
Showing
1 changed file
with
193 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,193 @@ | ||
<a name="2.0.0"></a> | ||
# [2.0.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v1.2.1...v2.0.0) (2020-01-24) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* also support ipfs.libp2p ([f4f8ebd](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/f4f8ebd)) | ||
* update to async iterators ([#73](https://github.com/ipfs-shipyard/ipfs-pubsub-room/issues/73)) ([b8556ec](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/b8556ec)) | ||
|
||
|
||
### Features | ||
|
||
* js-ipfs 0.30 ([3ab02a1](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/3ab02a1)) | ||
|
||
|
||
|
||
<a name="1.2.1"></a> | ||
## [1.2.1](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v1.2.0...v1.2.1) (2018-05-03) | ||
|
||
|
||
|
||
<a name="1.2.0"></a> | ||
# [1.2.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v1.1.5...v1.2.0) (2018-03-12) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* leave room before ending test ([f91cffc](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/f91cffc)) | ||
|
||
|
||
|
||
<a name="1.1.5"></a> | ||
## [1.1.5](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v1.1.4...v1.1.5) (2017-12-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* leave stops peer poller ([74d57da](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/74d57da)) | ||
|
||
|
||
|
||
<a name="1.1.4"></a> | ||
## [1.1.4](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v1.1.3...v1.1.4) (2017-12-15) | ||
|
||
|
||
|
||
<a name="1.1.3"></a> | ||
## [1.1.3](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/1.1.3...v1.1.3) (2017-12-12) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* handling not connecting by emitting disconnect event. Should fix [#2](https://github.com/ipfs-shipyard/ipfs-pubsub-room/issues/2) ([2a1b2b7](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/2a1b2b7)) | ||
|
||
|
||
|
||
<a name="1.1.2"></a> | ||
## [1.1.2](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v1.1.1...v1.1.2) (2017-12-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* sending messages after connection ([e050c27](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/e050c27)) | ||
|
||
|
||
|
||
<a name="1.1.1"></a> | ||
## [1.1.1](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v1.1.0...v1.1.1) (2017-12-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* handling disconnects ([47a8e33](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/47a8e33)) | ||
|
||
|
||
|
||
<a name="1.1.0"></a> | ||
# [1.1.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v1.0.1...v1.1.0) (2017-12-05) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* not emitting errors when network error occurs ([2094577](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/2094577)) | ||
|
||
|
||
|
||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v1.0.0...v1.0.1) (2017-12-05) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* adding a peer to the list of connections so that we can clean up when leaving the room ([634b5b8](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/634b5b8)) | ||
* sendTo uses shared connection - part 2: making sure messages get delivered to the correct rooms by using a global handler. Should fix [#25](https://github.com/ipfs-shipyard/ipfs-pubsub-room/issues/25) ([88f2ff0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/88f2ff0)) | ||
|
||
|
||
|
||
<a name="1.0.0"></a> | ||
# [1.0.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.6.1...v1.0.0) (2017-12-04) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* sendTo uses shared connection: making sure messages get delivered to the correct rooms. Should fix [#25](https://github.com/ipfs-shipyard/ipfs-pubsub-room/issues/25) ([2edf576](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/2edf576)) | ||
* sendTo uses shared connection: making sure messages get delivered to the correct rooms. Should fix [#25](https://github.com/ipfs-shipyard/ipfs-pubsub-room/issues/25) ([6d091d0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/6d091d0)) | ||
|
||
|
||
|
||
<a name="0.6.1"></a> | ||
## [0.6.1](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.5.1...v0.6.1) (2017-11-21) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* producing the pubsub message field topicIDs, which was renamed from topicCIDs ([d55839d](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/d55839d)) | ||
|
||
|
||
|
||
<a name="0.5.1"></a> | ||
## [0.5.1](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.5.0...v0.5.1) (2017-11-10) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Private message tests ([9f5b568](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/9f5b568)) | ||
|
||
|
||
|
||
<a name="0.5.0"></a> | ||
# [0.5.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.4.2...v0.5.0) (2017-11-03) | ||
|
||
|
||
|
||
<a name="0.4.2"></a> | ||
## [0.4.2](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.4.1...v0.4.2) (2017-11-03) | ||
|
||
|
||
|
||
<a name="0.4.1"></a> | ||
## [0.4.1](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.4.0...v0.4.1) (2017-10-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Direct message's shape to match pubsub messages ([#16](https://github.com/ipfs-shipyard/ipfs-pubsub-room/issues/16)) ([b9bd6f3](https://github.com/ipfs-shipyard/ipfs-pubsub-room/commit/b9bd6f3)) | ||
|
||
|
||
|
||
<a name="0.4.0"></a> | ||
# [0.4.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.3.0...v0.4.0) (2017-10-20) | ||
|
||
|
||
|
||
<a name="0.3.0"></a> | ||
# [0.3.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.2.0...v0.3.0) (2017-09-26) | ||
|
||
|
||
|
||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.5...v0.2.0) (2017-09-01) | ||
|
||
|
||
|
||
<a name="0.1.5"></a> | ||
## [0.1.5](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.4...v0.1.5) (2017-08-23) | ||
|
||
|
||
|
||
<a name="0.1.4"></a> | ||
## [0.1.4](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.3...v0.1.4) (2017-08-16) | ||
|
||
|
||
|
||
<a name="0.1.3"></a> | ||
## [0.1.3](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.2...v0.1.3) (2017-07-14) | ||
|
||
|
||
|
||
<a name="0.1.2"></a> | ||
## [0.1.2](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.1...v0.1.2) (2017-06-23) | ||
|
||
|
||
|
||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.0...v0.1.1) (2017-06-17) | ||
|
||
|
||
|
||
<a name="0.1.0"></a> | ||
# 0.1.0 (2017-06-17) | ||
|
||
|
||
|