2.0.1 (2020-01-28)
- support old constructor (c742cd9)
2.0.0 (2020-01-24)
- js-ipfs 0.30 (3ab02a1)
1.2.1 (2018-05-03)
1.2.0 (2018-03-12)
- leave room before ending test (f91cffc)
1.1.5 (2017-12-30)
- leave stops peer poller (74d57da)
1.1.4 (2017-12-15)
1.1.3 (2017-12-12)
1.1.2 (2017-12-07)
- sending messages after connection (e050c27)
1.1.1 (2017-12-07)
- handling disconnects (47a8e33)
1.1.0 (2017-12-05)
- not emitting errors when network error occurs (2094577)
1.0.1 (2017-12-05)
- adding a peer to the list of connections so that we can clean up when leaving the room (634b5b8)
- sendTo uses shared connection - part 2: making sure messages get delivered to the correct rooms by using a global handler. Should fix #25 (88f2ff0)
1.0.0 (2017-12-04)
- sendTo uses shared connection: making sure messages get delivered to the correct rooms. Should fix #25 (2edf576)
- sendTo uses shared connection: making sure messages get delivered to the correct rooms. Should fix #25 (6d091d0)
0.6.1 (2017-11-21)
- producing the pubsub message field topicIDs, which was renamed from topicCIDs (d55839d)
0.5.1 (2017-11-10)
- Private message tests (9f5b568)