Skip to content

Releases: Trakkasure/mikronode

Bugfix v2.3.11

Choose a tag to compare

@Trakkasure Trakkasure released this 15 Apr 20:05
567d1ca

Fixed regular expression issue. Thanks @feute

Bugfix

Choose a tag to compare

@Trakkasure Trakkasure released this 17 Nov 03:02
e5f0412
  • Fix references to setupEventSubscription for callback based connect/write calls

Bugfix

Choose a tag to compare

@Trakkasure Trakkasure released this 05 Nov 00:15
f8ebf61

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

Bugfix

Choose a tag to compare

@Trakkasure Trakkasure released this 25 Oct 23:22
  • Allow empty RE sentences. Found when sending SMS messages.

Bugfix

Choose a tag to compare

@Trakkasure Trakkasure released this 10 Sep 22:16
  • Nicely handle errors when trying to parse data from server.
  • Handles when sentence from server is split across TCP packets.

Fixed bugs

Choose a tag to compare

@Trakkasure Trakkasure released this 26 Aug 04:58

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

Choose a tag to compare

@Trakkasure Trakkasure released this 24 Aug 03:46
v2.3.1

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

Added TLS and IPv6 Support. Fixed missing event emitters.

Choose a tag to compare

@Trakkasure Trakkasure released this 21 Aug 04:50

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

Choose a tag to compare

@Trakkasure Trakkasure released this 20 Aug 02:23
v2.2.0

Update version.

v2.1.0

Choose a tag to compare

@Trakkasure Trakkasure released this 08 Aug 05:52

Updated to support promises as well as RxJS streams.