Skip to content

Releases: Trakkasure/mikronode

Bugfix v2.3.11

15 Apr 20:05
567d1ca
Compare
Choose a tag to compare

Fixed regular expression issue. Thanks @feute

Bugfix

17 Nov 03:02
e5f0412
Compare
Choose a tag to compare
  • Fix references to setupEventSubscription for callback based connect/write calls

Bugfix

05 Nov 00:15
f8ebf61
Compare
Choose a tag to compare

Fixed issue with done_ret was only return from command and data was unavailable.

Bugfix

25 Oct 23:22
Compare
Choose a tag to compare
  • Allow empty RE sentences. Found when sending SMS messages.

Bugfix

10 Sep 22:16
Compare
Choose a tag to compare
  • Nicely handle errors when trying to parse data from server.
  • Handles when sentence from server is split across TCP packets.

Fixed bugs

26 Aug 04:58
Compare
Choose a tag to compare

Resolved #47: Fixed arguments handling for print. Added ability to pass pre-formated arguments using array instead of object in channel.write(...) .

Fixed issue when attribute values are multi-line

24 Aug 03:46
Compare
Choose a tag to compare
v2.3.1

Merge pull request #46 from Trakkasure/bugfix/multi-line-attribute-va…

Added TLS and IPv6 Support. Fixed missing event emitters.

21 Aug 04:50
Compare
Choose a tag to compare

Breaking change: The connect and login phases have been separated to allow finer grained control.
Added SSL/TLS support.
Added ipv6 support.
Fixed missing event emitters for trap,done, and close of Channel and Connection objects.

Fixed issues with consistency. Added Connection.connected

20 Aug 02:23
Compare
Choose a tag to compare

v2.1.0

08 Aug 05:52
Compare
Choose a tag to compare

Updated to support promises as well as RxJS streams.