Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Releases: moscajs/ascoltatori

v0.12.2

15 Jan 11:19
Compare
Choose a tag to compare
  • Fixed PrefixAscoltatore support on Windows
    #86.
  • Pass through message options in PrefixAscoltatore
    #86.

v0.12.1

28 Nov 17:59
Compare
Choose a tag to compare
  • Fixed broken link to docs in the README.

v0.12.0

28 Nov 17:57
Compare
Choose a tag to compare
  • Changed the MongoAscoltatore setup API
    #83.

v0.11.4

22 Oct 08:21
Compare
Choose a tag to compare
  • Fixed Redis duplicate messages when using wildcards
    (#84).

v0.11.3

22 Aug 12:07
Compare
Choose a tag to compare
  • Updated MQTT.js to v0.3.1.

v0.11.2

03 Aug 09:59
Compare
Choose a tag to compare

v0.11.1

17 Jul 11:11
Compare
Choose a tag to compare
  • Reverted "Handling of duplicate topics "/hello/world" and "hello/world" on
    MQTT, which are the same."

v0.11.0

16 Jul 14:03
Compare
Choose a tag to compare
  • MQTTAscolatore should send a clientId.length < 23 chars #73.
    Made the clientId an option in MQTTAscoltatore.
  • Handling of duplicate topics "/hello/world" and "hello/world" on
    MQTT, which are the same.

v0.10.0

07 Jul 15:18
Compare
Choose a tag to compare
  • Refactoring of the MongoAscoltatore close method, to close up everything for real #68.
  • Add the TrieAscoltatore 'global' testing #69.
  • Ascoltatori.build should allow a function as a type #70.
  • Added code coverage with istanbul #67.