Skip to content

Releases: serialport/node-serialport

v5.0.0-beta6

05 Jul 13:36
Compare
Choose a tag to compare
v5.0.0-beta6 Pre-release
Pre-release

Version 5.0.0-beta6

  • [all] The disconnect event now more reliable. Will be emitted as an error if there are no listeners.
  • [all] SerialPort.list now returns a usable promise if a callback is not provided @MikeKovarik
  • [unix] New read/write subsystem. Write CPU dropped from 100% to 0-2%. @reconbot (Thanks to @indutny for getting me unstuck many times!)

v5.0.0-beta5

20 Jun 01:23
Compare
Choose a tag to compare
v5.0.0-beta5 Pre-release
Pre-release
Version 5.0.0-beta5

- [docs] An overhaul of the format and language in our docs thanks to @LappleApple
- [all] Remove the c++ write queue
- [all] Add node 8 support and drop node 7 support

v5.0.0-beta4

17 Jun 16:45
Compare
Choose a tag to compare
v5.0.0-beta4 Pre-release
Pre-release
Version 5.0.0-beta4

- [all] add regex stream parser and tests
- [all] upgrade to non deprecated buffer methods
- [docs] Add socketio example
- [windows] Fix unhandled promise rejection when calling read on Windows

v5.0.0-beta3

12 Jan 06:11
Compare
Choose a tag to compare
v5.0.0-beta3 Pre-release
Pre-release
  • [all] Streams rewrite, node serialport is now a node stream! 🎉
  • [all] Introduce a binding layer to provide a common low level interface to work with different platforms.
  • [all] add #get to retrieve modem status flags thanks to @jgillick!
  • [all] Add electron precompiled binaries thanks to @Mike-Dax
  • [all] Allow node-pre-gyp path and host to be overridden thanks to @thom-nic
  • [all] Conform to NodeJS error message formats
  • [all] Drop NodeJS 0.10 and 0.12 support
  • [all] Fix baud rate parsing in serialport-terminal thanks to @radio-miskovice for reporting it!
  • [all] Fix memory leak during opening a port thanks to @indutny
  • [all] Refactor internals to make use of es6 and promises
  • [all] Remove unnecessary dependencies and polyfills thanks to @mscdex
  • [all] Remove v8 deprecation warnings thanks to @indutny again
  • [all] Upgrade debug and node-pre-gyp
  • [all] Upgrade nan to fix compile issues on some platforms thanks to @thom-nic
  • [docs] Add more installation notes on sudo, windows 10, electron and node 7
  • [docs] Mark new features in 5.0.0 with the fact they started in 5.0.0
  • [windows] Fix file handle leak during opens when errors occur thanks to @enami
  • [windows] Refactoring of .list for Windows so it's significantly smaller thanks to @Zensey
  • [windows] Rewrite reading so it's pausable thanks to @munyirik

v4.0.7

12 Dec 04:31
Compare
Choose a tag to compare
  • Fix baud rate parsing in serialport-terminal thanks to @radio-miskovice for reporting it!
  • [windows] Refactor SerialPort.list to be a lot smaller and pickup vendorId, productId and locationId thanks to @Zensey for #877!

v4.0.7-beta4

12 Dec 03:29
Compare
Choose a tag to compare
v4.0.7-beta4 Pre-release
Pre-release

serialport 4.0.7-beta4

v4.0.7-beta3

12 Dec 01:22
Compare
Choose a tag to compare
v4.0.7-beta3 Pre-release
Pre-release
stop doing weird ssl things with windows builds

v4.0.7-beta2

12 Dec 01:03
Compare
Choose a tag to compare
v4.0.7-beta2 Pre-release
Pre-release

Update node-pre-gyp

v4.0.7-beta1

11 Dec 18:24
Compare
Choose a tag to compare
v4.0.7-beta1 Pre-release
Pre-release
Version 4.0.7-beta1

- [all] Fix baud rate parsing in serialport-terminal thanks to @radio-miskovice for reporting it!
- [windows] Refactor `SerialPort.list` to be a lot smaller and pickup vendorId, productId and locationId thanks to @zensey for #877!

v4.0.6

11 Nov 04:22
Compare
Choose a tag to compare
  • [all] Upgrade nan to fix compile issues on some platforms thanks to @thom-nic
  • [all] Upgrade debug and node-pre-gyp