Mikronode Versions Save

Mikrotik API for Node

v2.3.11

6 years ago

Fixed regular expression issue. Thanks @feute

v2.3.7

6 years ago
  • Fix references to setupEventSubscription for callback based connect/write calls

v2.3.6

6 years ago

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

v2.3.5

6 years ago
  • Allow empty RE sentences. Found when sending SMS messages.

v2.3.4

6 years ago
  • Nicely handle errors when trying to parse data from server.
  • Handles when sentence from server is split across TCP packets.

v2.3.3

6 years ago

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

v2.3.1

6 years ago

v2.3.0

6 years ago

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.

v2.2.0

6 years ago

v2.1.0

6 years ago

Updated to support promises as well as RxJS streams.