Skip to content

Releases: mqttjs/MQTT.js

Release 5.1.4

30 Oct 13:23
Compare
Choose a tag to compare

5.1.4 (2023-10-30)

Bug Fixes

Release 5.1.3

20 Oct 12:05
Compare
Choose a tag to compare

5.1.3 (2023-10-20)

Bug Fixes

  • add all EventListener methods to TypedEventEmitter interface (#1718) (b96882a)

Release 5.1.2

10 Oct 06:13
Compare
Choose a tag to compare

5.1.2 (2023-10-10)

Bug Fixes

Release 5.1.1

09 Oct 07:52
Compare
Choose a tag to compare

5.1.1 (2023-10-09)

Bug Fixes

Release 5.1.0

04 Oct 12:20
Compare
Choose a tag to compare

5.1.0 (2023-10-04)

Bug Fixes

Features

Release 5.0.5

08 Sep 13:48
Compare
Choose a tag to compare

5.0.5 (2023-09-08)

Bug Fixes

  • publish/subscribe/unsubscribe types and missing types exports (#1688) (2df6af7)

Release 5.0.4

31 Aug 07:54
Compare
Choose a tag to compare

5.0.4 (2023-08-31)

Bug Fixes

Release 5.0.3

16 Aug 12:34
Compare
Choose a tag to compare

5.0.3 (2023-08-16)

Bug Fixes

  • browser detection (183b35a), closes #1671
  • close and end callbacks not executed in the WeChat mini program (#1664) (15ff607)

Release 5.0.2

03 Aug 08:30
Compare
Choose a tag to compare

5.0.2 (2023-08-03)

Bug Fixes

  • cli: cli commands not working (#1660) (1bea132)
  • import mqtt correctly in test (8f15557)
  • tests: abstract store test types (0ddd097)

Release 5.0.1

31 Jul 16:13
Compare
Choose a tag to compare

5.0.1 (2023-07-31)

Bug Fixes

  • resubscribe when no session present (#895) (#1650) (37acda6)
  • types: wrong incomingStore and outgoingStore (8133eba)