Releases: kaandesu/vue-paho-mqtt
Releases · kaandesu/vue-paho-mqtt
v0.2.7
vue-paho-mqtt
0.2.7
Patch Changes
- 6b5d623: Added authentication support with
username
and password
.
v0.2.6
vue-paho-mqtt
0.2.6
Patch Changes
- 4c9a20a: fixed an issue that disabled changing the default mqtt options
0.2.5
Patch Changes
- 14258c9: included utility broker tests to the build, fixed client unit test
v0.2.4
vue-paho-mqtt
0.2.4
Patch Changes
- da48f75: Removed unnecessary packages from
package.json
, added a security policy, added scripts to contribution guidelines.
v0.2.3
vue-paho-mqtt
0.2.3
Patch Changes
- 7deec53: added $mqtt global instance and fixed readme Options/Composition api example usage
v0.2.2
vue-paho-mqtt
0.2.2
Patch Changes
0.2.1
Patch Changes
0.2.0
Minor Changes
- 2a5cdd2: Added tests and refactored code
0.1.0
Minor Changes
- 2fbc6bc: Added
changesets
and workflows