From bc0f37398dc17f131ac9da02fd2cb1f421c86d0f Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 24 Jan 2020 18:18:58 +0000 Subject: [PATCH] chore: release version v2.0.0 --- CHANGELOG.md | 193 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5b9054e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,193 @@ + +# [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)) + + + + +## [1.2.1](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v1.2.0...v1.2.1) (2018-05-03) + + + + +# [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)) + + + + +## [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)) + + + + +## [1.1.4](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v1.1.3...v1.1.4) (2017-12-15) + + + + +## [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)) + + + + +## [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)) + + + + +## [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)) + + + + +# [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)) + + + + +## [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)) + + + + +# [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)) + + + + +## [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)) + + + + +## [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)) + + + + +# [0.5.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.4.2...v0.5.0) (2017-11-03) + + + + +## [0.4.2](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.4.1...v0.4.2) (2017-11-03) + + + + +## [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)) + + + + +# [0.4.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.3.0...v0.4.0) (2017-10-20) + + + + +# [0.3.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.2.0...v0.3.0) (2017-09-26) + + + + +# [0.2.0](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.5...v0.2.0) (2017-09-01) + + + + +## [0.1.5](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.4...v0.1.5) (2017-08-23) + + + + +## [0.1.4](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.3...v0.1.4) (2017-08-16) + + + + +## [0.1.3](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.2...v0.1.3) (2017-07-14) + + + + +## [0.1.2](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.1...v0.1.2) (2017-06-23) + + + + +## [0.1.1](https://github.com/ipfs-shipyard/ipfs-pubsub-room/compare/v0.1.0...v0.1.1) (2017-06-17) + + + + +# 0.1.0 (2017-06-17) + + +