Releases: mqttjs/mqtt-packet
Releases · mqttjs/mqtt-packet
v9.0.0
What's Changed
- fix: correctly import
EventEmitter
to prevent errors with bundlers by @robertsLando in #145 - chore: bump deps/actions by @robertsLando in #146
Full Changelog: v8.2.1...v9.0.0
v8.2.1
What's Changed
- fix: IUnsubackPacket types definition by @ogis-yamazaki in #144
Full Changelog: v8.2.0...v8.2.1
v8.2.0
v8.1.2
What's Changed
- fix: suback fails validation of packets with QoS 128 by @robertsLando in #134
Full Changelog: v8.1.1...v8.1.2
v8.1.1
What's Changed
- Subscription Identifier: Typescript array not typescript tuple by @bretambrose in #133
Full Changelog: v8.1.0...v8.1.1
v8.1.0
What's Changed
- Typescript updates: improve subscription identifier support by @bretambrose in #132
New Contributors
- @bretambrose made their first contribution in #132
Full Changelog: v8.0.0...v8.1.0
v8.0.0
What's Changed
- fix: buffer is not defined in browser by @flyfishzy in #128
- stream.emit('error', err) -> stream.destroy(err) by @vishnureddy17 in #127
New Contributors
- @flyfishzy made their first contribution in #128
Full Changelog: v7.1.2...v8.0.0
v7.1.2
What's Changed
- fix: change writeToStream return type void to bool by @vishnureddy17 in #125
New Contributors
- @vishnureddy17 made their first contribution in #125
Full Changelog: v7.1.1...v7.1.2