Releases: sclausen/ngx-mqtt
Releases · sclausen/ngx-mqtt
v16.1.0
Fix
- #235 Add missing payload to
onPacketsend
and onPacktreceive
. (75923af)
16.0.0
Bumped version to angular 16
6.13.0
Features
- #143 Now allows to set a connection url which will override the parametrized url parts. Also port and path will not be filled with default values, if not provided. (0f27388)
6.11.0
Features
- #134 Fixed version constraints to allow newer angular versions. (977fa10)
Tasks
6.8.2
Bugfixes
Missed the mqtt package, which is needed for some typings. (95516c5)
6.8.1
Bugfixes
- #123 Missed the browserified
mqtt.js
vendor dependency. (3adeb44)
6.8.0
Features
- #121 Added latest master of
mqtt.js
as dev-dependency and removed copied typings. This means the recently merged mqtt 5 features are available. (6805b51)