Releases: serialport/node-serialport
Releases · serialport/node-serialport
v3.1.2-beta1
Version 3.1.2-beta1 - Better windows error messages for opening ports - Documentation around "Illegal Instruction" errors - Unbundle node-pre-gyp which should solve a few install issues
v3.1.1
- fix an issue with bundled deps for node-pre-gyp on npm
v3.1.0
v3.0.1
v3.0.0
close
anddisconnect
events no longer callremoveAllListeners
and removes your event listeners. This was particularly bad for theerror
event. This is the only change and if you didn't have a special code to deal with this behavior you should probably upgrade from v2.1.2
v2.1.2
v2.1.1
.list
errors are consistent across platforms and no longer has blockingstatSync
calls- Stop bundling node-pre-gyp to prevent issues when it's already installed
- Internal restructuring
v2.1.0
- Major refactor, bug fixes and docs improvements thanks to @ecksun, @fivdi, @gfcittolin, @jacobrosenthal, @mhart, @nebrius, @pabigot, @paulkaplan, @reconbot, @rodovich, @rwaldron, @sayanee, @tigoe and everyone who reported and helped debug issues!
- Fix binary paths to confirm with modern standards
- Integration tests on CI's that support it or for the folks at home with an arduino handy
- Upgrade to nan-2.2.1 for memory leak fixes and node 6 compatibility (still not supported)
- Confirm nw.js and electron compatibility
- Make the outpout of
.list
consistent between platforms and docs - Define ambiguous flow control flags and document them
- Fix support systems who provide 0 as a valid file descriptor
- Fix race conditions when opening and closing ports that led to errors while reading and writing while closing or opening the port.
- [unix] Fix a double open bug on unix that would cause opening and closing ports repetitively to error.
- [unix] Listing serialports on linux now include more ports (including bluetooth devices eg.
/dev/rfcommXX
) and have less bugs in the output - [windows] Remove deprecated BuildCommDCB for windows 10 support
- [windows] Fix a memory leak on windows
- [windows] Fix a 100% cpu and possible hang bug when ports were disconnected on windows.
v2.0.7-beta5
Version 2.0.7-beta5
- Fix binary paths to confirm with modern standards
- Confirm ns.js and electron compatibility
- Make the outpout of
.list
consistent between platforms and docs - Define ambiguous flow control flags and document them
- Add support for bluetooth devices in
.list
/dev/rfcommXX
v2.0.7-beta4
- Fix pre-gyp paths so bindings can be found