Skip to content

Releases: Cloud-Automation/node-modbus

v2.0.1

09 Dec 22:09
Compare
Choose a tag to compare
  • Removed deprecated new Buffer and replaced it with Buffer.alloc. No warnings are produced anymore.

v2.0.0

28 Nov 09:43
Compare
Choose a tag to compare
  • 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.