Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Releases: boneskull/mqttletoad

v1.3.0

02 Feb 19:54
1ee3fac

Choose a tag to compare

1.3.0 (2018-02-02)

Features

  • mitm: support "mitm" behavior (1ee3fac)

v1.2.1

02 Feb 06:01
407cdf2

Choose a tag to compare

1.2.1 (2018-02-02)

Bug Fixes

  • ipc: disable resubscription (407cdf2)

v1.2.0

02 Feb 01:09

Choose a tag to compare

1.2.0 (2018-02-02)

Features

  • ipc: add support for IPC connections (176f390)

v1.1.1

02 Feb 01:02
119e0e9

Choose a tag to compare

1.1.1 (2018-02-02)

Bug Fixes

  • ci: remove Node.js 6 from build (119e0e9)
  • security: upgrade mqtt (a5c9845)

v1.1.0

14 Oct 03:34

Choose a tag to compare

1.1.0 (2017-10-14)

Features

  • encoders/decoders: add encoder/decoder support, closes #1 (75363a3)

v1.0.1

13 Oct 23:09

Choose a tag to compare

1.0.1 (2017-10-13)

Bug Fixes

  • api: avoid Proxy objects, always set sessionPresent upon reconnect (91128a1)

v1.0.0

13 Oct 04:11

Choose a tag to compare

1.0.0 (2017-10-13)

Bug Fixes

  • api: don't proxy EventEmitter (7863d26)

BREAKING CHANGES

  • api: This significant API change proxies subscribe and
    publish instead of on, once, and emit.

There is no longer an equivalent for once.

This was done to keep compatibility with the "interface" of an
EventEmitter, among other things.

Also it will require Node.js v7 or newer due to use of features
unsupported in earlier versions.

Furthermore, it fixes connection issues arising from misuse of the
pify module.

v0.2.0

26 Sep 03:28

Choose a tag to compare

0.2.0 (2017-09-26)

Features

  • main: export Store from mqtt (82511e9)

v0.1.0

26 Sep 03:49

Choose a tag to compare

nothing to see here folks