All Versions
111
Latest Version
Avg Release Cycle
19 days
Latest Release
784 days ago

Changelog History
Page 9

  • v1.7.1 Changes

    • ๐Ÿ›  Fixed breaking issues in underlying code. (@voodootikigod)
  • v1.7.0 Changes

    • ๐Ÿ›  Fix for #518 and #498 If you pass to SerialPort function (constructor) the same object for argument "options", inside SerialPort will use it as internal object and adds handlers to it. That causes only one callback to work on different SerialPort instances. (@bullmastiffo)
    • โšก๏ธ Update README.md #515 (@arahlf)
    • ๐Ÿ›  Fix a memory leak in SerialportPoller::New (@jpilet)
    • โšก๏ธ unix support for update baudrate #502 (@jacobrosenthal)
    • set cloexec after open, possible fix for #468 (@jacobrosenthal)
    • โž• Added hang up on close option to constructor. #495 (@jbendes)
    • โฌ†๏ธ Upgraded NAN to 1.8.4 due to complaints from io.js 2.x users. (@imyller)
  • v1.6.1 Changes

    • โฌ†๏ธ Upgraded to NAN 1.7.0
    • ๐Ÿšฆ #476 adding break signal
  • v1.6.0 Changes

    • ๐Ÿšฆ Long standing issue resolved thanks to @jacobrosenthal for adding control signals into the serialport. YAY!
    • ๐Ÿ›  Fix for #426
    • Ability to return from inside loop #453
    • Emits for close/disconnect. #452
  • v1.5.0 Changes

    • ๐Ÿ›  Fixed to work with io.js and node 0.11.x by upgrading to recent nan 1.6.2
  • v1.4.8 Changes

    • Simple bump for the binary.
  • v1.4.7 Changes

    • ๐Ÿ›  Fix for Issue #398 - Dropped sent characters on OSX and Linux
    • ๐Ÿ›  Fix for Issue #387 - added isOpen
    • โœ‚ removed a residual comment
    • โž• Added osx control signalling
    • ๐Ÿ›  Fix for Issue #401
    • ๐Ÿ›  Fix for double write callbacks.
    • ๐Ÿง detect a serialport disconnect on linux.
  • v1.4.6 Changes

    • ๐Ÿ›  Emit error on serialport when explicit handler present. Fixes gh-369
    • ๐Ÿ›  Fix for windows and Node 0.11.13 (atom-shell)
    • ๐Ÿ›  Fix for broken Travis-CI build.
  • v1.4.5 Changes

    • Identified and report issue to node.js core about recent 0.11.x system.
    • โœ‚ Removed support for 0.8.x
    • โšก๏ธ Updated dependencies
  • v1.4.4 Changes

    • ๐Ÿ›  Fix for delete error.