Node Modbus Versions Save

Modbus TCP Client/Server implementation for Node.JS

v2.0.1

7 years ago
  • Removed deprecated new Buffer and replaced it with Buffer.alloc. No warnings are produced anymore.

v2.0.0

7 years ago
  • 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.