Releases: binsoul/net-mqtt-client-react
Releases · binsoul/net-mqtt-client-react
0.2.2
0.2.1
0.2.0
- Use interfaces instead of simple parameters for all methods and promises to allow extension/decoration
- Call promises with either the result or the error of the deferred operation
- Rewrite client to use packet flows
- Emit new events "open" and "close" when the network connection is established or closed
- Ensure correct order of emitted events (e.g. open -> connect -> publish ->disconnect ->close)
- Unify parameter order for events to $result, $client or $error, $client