Skip to content

Releases: mqttjs/async-mqtt

Version 2.5.0 - Added reconnect method

03 Feb 17:38
Compare
Choose a tag to compare
  • Merge pull request #32 from LI-NA/LI-NA-patch-2 48c7574
  • Add reconnect method and test. 685ac95

v2.4.2...v2.5.0

Version 2.4.2 - Added connectAsync docs

19 Aug 14:51
Compare
Choose a tag to compare
  • Merge pull request #25 from flodan/fix/add-async-connect-to-types 9cc1bc1
  • fix: add 'connectAsync' method to types 03565b7

v2.4.1...v2.4.2

v2.4.1

13 Aug 18:59
Compare
Choose a tag to compare
  • replaced client.off() for client.removeListener() edd1588

v2.4.0...v2.4.1

Version 2.4.0 - connectAsync

07 Aug 21:17
Compare
Choose a tag to compare
  • Added connectAsync docs 2387c18
  • Merge pull request #21 from 123joshuawu/add-async-connect b937299
  • Added connectAsync which returns a promise that resolves and rejects on connect and error events respectively. Added a quick test. f8ff21b

b7d0a9a...v2.4.0