Releases: Trakkasure/mikronode
Releases · Trakkasure/mikronode
Bugfix v2.3.11
Fixed regular expression issue. Thanks @feute
Bugfix
- Fix references to setupEventSubscription for callback based connect/write calls
Bugfix
Fixed issue with done_ret was only return from command and data was unavailable.
Bugfix
- Allow empty RE sentences. Found when sending SMS messages.
Bugfix
- Nicely handle errors when trying to parse data from server.
- Handles when sentence from server is split across TCP packets.
Fixed bugs
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
v2.3.1 Merge pull request #46 from Trakkasure/bugfix/multi-line-attribute-va…
Added TLS and IPv6 Support. Fixed missing event emitters.
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
v2.2.0 Update version.
v2.1.0
Updated to support promises as well as RxJS streams.