Releases: moscajs/ascoltatori
Releases · moscajs/ascoltatori
v0.12.2
- Fixed PrefixAscoltatore support on Windows
#86.
- Pass through message options in PrefixAscoltatore
#86.
v0.12.1
- Fixed broken link to docs in the README.
v0.12.0
- Changed the MongoAscoltatore setup API
#83.
v0.11.4
- Fixed Redis duplicate messages when using wildcards
(#84).
v0.11.3
- Updated MQTT.js to v0.3.1.
v0.11.1
- Reverted "Handling of duplicate topics "/hello/world" and "hello/world" on
MQTT, which are the same."
v0.11.0
- 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
- 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.