Skip to content

Releases: widesky/node-modbus-serial

9.0.1: Widesky modbus serial - Maintenance release

09 Sep 03:27
Compare
Choose a tag to compare

Change Log

[9.0.1] - 2020-09-09

FIXED

  • Memory leak that can be caused by calling .open()
  • Exposed the close event for a connection.
  • The close event is now emitted if the TCP connection is lost.

CHANGED

  • The ModbusRTU class is now inherits from the EventEmitter class from nodejs's core.
  • The isDebugEnabled property is now made public.

9.0.0: Widesky modbus serial - First release

09 Sep 00:59
Compare
Choose a tag to compare

This is the first release of the project, since its fork.

Please file a github issue if you encounter a problem.