Releases: widesky/node-modbus-serial
Releases · widesky/node-modbus-serial
9.0.1: Widesky modbus serial - Maintenance release
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
This is the first release of the project, since its fork.
Please file a github issue if you encounter a problem.