- Fixed breaking issues in underlying code. (@voodootikigod)
- 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)
- Upgraded to NAN 1.7.0
- #476 adding break signal
- 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
- Fixed to work with io.js and node 0.11.x by upgrading to recent nan 1.6.2
- Simple bump for the binary.
- 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.
- 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.
- Identified and report issue to node.js core about recent 0.11.x system.
- Removed support for 0.8.x
- Updated dependencies
- Fix for delete error.
- Merged NAN integration for Node 0.8->0.11+ compatibility (#270)
- Fixed an issue with pool handlers being global instead of instance isolation (Issue #252 and #255 thanks: foobarth !!! )
- Resolved parity error under linux as reported here: serialport#219
- Remove ATL dependency on Windows (added Visual Studio Pro requirement)
- Update build instructions
- Four small bugfixes
- Guaranteed in-order delivery of messages thanks to Jay Beavers and bnoordhuis
- Support higher baud rates in Mac OS X
- Added flush support.
- Fix for arduino firmata support on windows thanks to @jgautier.
- Fixed issue 65 - serialport#65
- Added note in readme about what is required for the system to be able to compile module, should solve 90% of issues.
- Fixed issue 59 - serialport#59
- Fixed items from Firmata
- Added flexibility for options (camelcase or all lower)
- Added Windows support thanks to Joe Ferner.
- Merged in the various underlying changes from node-serialport2 complete thanks to Joe Ferner for that!
- Verified against known installations.
- Added SetBaudRate, SetDTR; Custom Baud Rates
- New "close" listener when device being disconnected
- BufferSize fix for readstream (thanks jgautier, you rock)
- Make no port available be an exception not error emitted - Ticket #12.
- Debugging issue with IOWatcher not holding in the event loop in node.js.
- Converted to ReadStream instead of IOWatcher.
- Integrated arduino tests (rwaldron)
- Integrated options bug fix (w1nk)
- Integrated hardware flow control for crazier serial port action (w1nk)
- Something amazing that has since been lost and forgotten.
- Integrated enhanced version of arduino/readline that actually buffers the data (epeli)
- Refactored the parsing code upon data receipt, now allows for dynamic specification of how incoming data is handled.
- Revised creation interface to use named parameters as an object versions positional parameters.
- Upgraded to node v. 0.4.X compatibility
All other version are not recorded.