Releases: yaacov/node-modbus-serial
Releases · yaacov/node-modbus-serial
v8.0.17
What's Changed
- Fix readme by @yarosdev in #533
- fix: ServerTCP causes uncaught exception if listen fails by @everhardt in #537
- Fix destroy callback never to be called by @narttmk in #542
- fix: catch error thrown in getMultipleHoldingRegisters by @everhardt in #543
- Feature: Expand error codes by @sjlongland in #545
- ServerSerial types and usage by @cplepage in #550
New Contributors
Full Changelog: v8.0.16...v8.0.17
v8.0.16
v8.0.15
v8.0.14
What's Changed
- TypeScript definition to listen to error events. by @everhardt in #516
- Allow to pass socket options to TCP client by @AndreMaz in #519
- Cancel pending transactions when calling destroy by @AndreMaz in #521
- issues/522 - fix minimum buffer length check by @cordellcalitz in #523
New Contributors
- @AndreMaz made their first contribution in #519
- @cordellcalitz made their first contribution in #523
Full Changelog: v8.0.13...v8.0.14
v8.0.13: Bump dependencies versions (#512)
- revert Enron modification support
v8.0.12: bump bugfix release number
Signed-off-by: yzamir <[email protected]>
v8.0.11: Update version
Signed-off-by: yzamir <[email protected]>
v8.0.10: bump bugfix version
bugfixes:
- ModbusRTU Slave (Server Serial) fix a serialport timeout-parser for SerialServer
- getPort method will return Serialport
- doc typos