- Fixed broken link to docs in the README.
- Changed the MongoAscoltatore setup API #83.
- Fixed binary payload support in Redis #85.
- Fixed Redis duplicate messages when using wildcards #84.
- Updated MQTT.js
optionalDependency
to v0.3.1.
- New README, thanks to Andrea Reginato.
- Reverted "Handling of duplicate topics "/hello/world" and "hello/world" on MQTT, which are the same."
- MQTTAscolatore should send a
clientId.length
< 23 chars #73. Made theclientId
an option in MQTTAscoltatore. - Handling of duplicate topics "/hello/world" and "hello/world" on MQTT, which are the same.
- 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.
- Removed MemoryAscoltatore.
- Removed 'newTopic' event from every Ascoltatore.
- Made consistent behaviour for the wildcards (moscajs#62).
- Added EventEmitter2Ascoltatore (moscajs#61).
- Made ascoltatori.build return a TrieAscoltatore.
- Setted TrieAscoltatore as the default ascoltatore.
- README fixes.
- README fixes.
- Added the TrieAscolatore, thanks to @davedoesdev.
- Using the TrieAscoltatore as the basis of all the other Ascoltatori.
- Removed the option object from #subscribe, thanks to @davedoesdev.
- Ascoltatore#publish and #subscribe accepts an option, just before the callbacks (moscajs#55), thanks to @davedoesdev.
- Ascoltatori.build now accepts a custom
type
, so that it is pluggable with a new Ascoltatore (moscajs#52), thanks to @davedoesdev.
- Replaced mongoskin with mongodb.
- Stabilized MongoAscoltatore on node v0.10.
- Stabilized AMQP on node v0.10.
- Suppor for node v0.10.
- Added error handling for amqp (@unlucio).
- Updated MQTT.js to v0.2.6.
- Updated node-zeromq to v2.4.0.
- More docs for MongoAscoltatore.
- Bugfixes to MQTTAscoltatore.
- Fixed Mosca version at 0.2.0.
- Added MongoAscoltatore, thanks to filnik.
- Fixed Mosca version at 0.2.0.
- Using QoS 1 for MQTTAscoltatore (#36).
- Added peer discovery in ZeromqAscolatore (#26).
- Fixed RedisAscoltatore to work without hiredis (#42).
- Uses node-uuid for identifiers (#27).
- Introduced a JSONAscoltatore;
ascoltatori.build
now wraps all ascoltatori using a JSONAscoltatore, pass{ json: false }
to disable;- Upgraded MQTT.js to version 0.2.0.
- Published inside the package the 'behaveLikeAnAscoltatore' test.
- Correctly handling
false
(#30).
- Not converting everything as JSON inside MQTTAscoltatore.
- Changed debug key schema to not use '-'.
- Doc polishing.
- Added ascoltatori.build method.
- Added debug support.
- Added dox comments to all files.
- Published docs using dox.
- Upgraded MQTT.js to version 0.1.8.
- Added PrefixAscoltatore.
- Initial release