All Versions
111
Latest Version
Avg Release Cycle
19 days
Latest Release
1075 days ago
Changelog History
Page 11
Changelog History
Page 11
-
v1.0.1 Changes
- ๐ Fixed items from Firmata
- โ Added flexibility for options (camelcase or all lower)
-
v1.0.0 Changes
- โ 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.
-
v0.6.5 Changes
- โ Added SetBaudRate, SetDTR; Custom Baud Rates
- ๐ New "close" listener when device being disconnected
-
v0.2.8 Changes
- BufferSize fix for readstream (thanks jgautier, you rock)
-
v0.2.7 Changes
- ๐ป Make no port available be an exception not error emitted - Ticket #12.
-
v0.2.5 Changes
- Debugging issue with IOWatcher not holding in the event loop in node.js.
- Converted to ReadStream instead of IOWatcher.
-
v0.2.4 Changes
- โ Integrated arduino tests (rwaldron)
- โ Integrated options bug fix (w1nk)
- โ Integrated hardware flow control for crazier serial port action (w1nk)
-
v0.2.3 Changes
- Something amazing that has since been lost and forgotten.
-
v0.2.2 Changes
- โ Integrated enhanced version of arduino/readline that actually buffers the data (epeli)
-
v0.2.1 Changes
- ๐จ 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.