Skip to content

Releases: mqttjs/MQTT.js

v1.1.3

06 Apr 09:34
Compare
Choose a tag to compare
  • Fix publishing number messages from the CLI #266

v1.1.2

16 Mar 06:59
Compare
Choose a tag to compare
  • Added the will connect option to the README.

v1.1.1

12 Mar 08:38
Compare
Choose a tag to compare

v1.0.0

28 Feb 09:18
Compare
Choose a tag to compare
  • Changed formatting of the source code and enforced validation #253 by @itavy.
  • More tweaks to the ws connection logic.

v1.0.11

28 Feb 08:46
Compare
Choose a tag to compare
  • Fixed QoS 2 support #256.
  • Correct support for paths in websocket connection #254.

v1.0.10

15 Feb 09:47
Compare
Choose a tag to compare
  • 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

13 Feb 01:27
Compare
Choose a tag to compare
  • 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

13 Feb 01:25
Compare
Choose a tag to compare
  • Fixed the README for connecting to 3.1 brokers.

v1.0.7

01 Feb 21:29
Compare
Choose a tag to compare
  • 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

29 Jan 21:43
Compare
Choose a tag to compare
  • Removed leftover default 'encoding' option.
  • Added missing ';' #242.