Skip to content

Releases: binsoul/net-mqtt-client-react

0.2.2

16 May 20:15
Compare
Choose a tag to compare
  • Require react/socket-client version 0.5.x

0.2.1

26 Aug 16:39
Compare
Choose a tag to compare
  • Emit "connect" and "disconnect" events after internal state is updated

0.2.0

21 Aug 22:11
Compare
Choose a tag to compare
  • 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

0.1.2

18 Aug 10:52
Compare
Choose a tag to compare
  • Send only one packet per tick
  • Extend integration test

0.1.1

12 Aug 11:06
Compare
Choose a tag to compare
  • Make underlying stream accessible
  • Add integration test (#2 by @aedart).

0.1.0

11 Aug 09:34
Compare
Choose a tag to compare

Initial release