Skip to content

v2.0.0

Compare
Choose a tag to compare
@stefanpoeter stefanpoeter released this 28 Nov 09:43
· 276 commits to v4.0-dev since this release
  • 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.