Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Releases: aluisiora/node-routeros

v1.6.6

25 Mar 21:52
28abcd0
Compare
Choose a tag to compare
Version 1.6.6

TLS Fix

18 Sep 00:19
Compare
Choose a tag to compare

TLS should now work normally.

Localization removal

06 Mar 14:38
Compare
Choose a tag to compare

Localization got removed as of version 1.4.0, this is due to the bloat of responsibility on a single library. If you are using the english messages, nothing will change. From now on, all errors and messages thrown will be in english. In order to translate to other languages, you can do it inside your app where you are consuming this lib, you can find all errno messages here: https://github.com/aluisiora/node-routeros/blob/master/src/messages.ts

v1.2.1

27 Dec 14:25
Compare
Choose a tag to compare

Changes:

  • Added the setOptions() function to the api to change all options in a row, instead of using the public properties of the class.

v1.2.0

27 Dec 14:22
Compare
Choose a tag to compare

Changes:

  • When streaming content from menus that has the .section property, the API will put them in a single array and return it instead of each setence of the section.

v1.1.0

04 Dec 17:29
Compare
Choose a tag to compare
  • Added source map when running tests.
  • Connection is now held until a response from a command is given, this will prevent timeout from long executing processes.