Releases: mqttjs/MQTT.js
Releases · mqttjs/MQTT.js
v1.1.3
- Fix publishing number messages from the CLI #266
v1.1.2
- Added the
will
connect option to the README.
v1.0.0
- Changed formatting of the source code and enforced validation #253 by @itavy.
- More tweaks to the ws connection logic.
v1.0.11
- Fixed QoS 2 support #256.
- Correct support for paths in websocket connection #254.
v1.0.10
- Pass the MQTT websocket subprotocol in the browser #251.
- Use the default port for 'ws' and 'wss' protocols when none is provided #246.
v1.0.9
- added switch to secure protocol when crt and key are present #250
- fixed passing the qos on bin/sub.js
- cleared up the CLI tools docs
v1.0.8
- Fixed the README for connecting to 3.1 brokers.
v1.0.7
- Fixed a misleading deprecation warning on
createConnection
.
- Added instructions on how to use in the browser via Browserify.
- Improved layout of the README on NPM.
v1.0.6
- Removed leftover default
'encoding'
option.
- Added missing ';' #242.