Releases: serialport/node-serialport
Releases · serialport/node-serialport
v4.0.0-beta4
- All callbacks now have the port as
this
- Disconnections now always attempt to close the port, and you'll always get a
close
event after adisconnect
event - Removed undocumented callbacks from the options object
disconnectedCallback
anddataCallback
- [unix] Ports are now locked by default with the new
lock
options matches windows default behavior - [windows] known issue
lock
false doesn't work (no change in behavior)
v4.0.0-beta3
- Contributors guide
- Requiring
serialport
now returns the SerialPort constructor function instead of a factory object.SerialPort.SerialPort
is now depreciated. SerialPort
constructor now throws on argument errors.openImmediately
is now part of the options object and renamed toautoOpen
- [unix]
.drain
and.set
now properly report errors - [windows]
.update()
now supports windows for changing baud rates
v4.0.0-beta2
serialport 4.0.0-beta2
v3.2.0-beta1
Version 3.2.0-beta1 - Fix bug where write callback was being called multiple times when write operations blocked - [windows] refactored write code to be less complex - [unix] refactored write code to be less complex - added arduino required integration tests
v3.1.2
Version 3.1.2 - Documentation around "Illegal Instruction" errors - Resolve some ambiguities around publishing that was causing some issues on some versions and platforms of npm and node - [linux] bug fix in `.list()` where we weren't filtering out non block devices that are named like serial ports - [unix] Better unix error messages - [unix] Refactor `setBaudrate` for Unix making it easier for custom baudRate support - [unix] Update now has less memory leaks, documentation and better error messages - [windows] Better error messages for opening ports
v3.1.2-beta7
serialport 3.1.2-beta7
v3.1.2-beta5
serialport 3.1.2-beta5
v3.1.2-beta4
serialport 3.1.2-beta4
v3.1.2-beta3
Version 3.1.2-beta3 - Add some pre-publish warnings to help bad builds from being published - Add some pre-publish logging - Refactor setBaudrate for Unix making it easier for custom baudRate support
v3.1.2-beta2
Bump to Version 3.1.2-beta2 - Add back in the bundle dependency to support node 0.12 with npm3. - bug fix in listUnix where we weren't filtering out non block devices that are named like serial ports - Better unix error messages