Releases: Cloud-Automation/node-modbus
Releases · Cloud-Automation/node-modbus
v2.0.1
v2.0.0
- Changed the promise library from Q to bluebird. Since bluebird has a different API then Q there are some changes. This also spares a lot of memory.
- Removed node.js module put as a substitute for buffers. Using node.js buffers now, which also spares a lot of memory.
- We applied the [standard[(https://github.com/feross/standard) javascript code style.
- Added Travis CI, continuous integration to check support for node.js v4.5 and v6.*.
- Refactored behaviour on incoming data packages. Incomming data that is chopped is now being handled appropriate.
Thanks to @psorowka and @GermanBluefox for the input.