Skip to content

Releases: serialport/node-serialport

v2.0.7-beta3

06 Apr 04:17
Compare
Choose a tag to compare
v2.0.7-beta3 Pre-release
Pre-release

Version 2.0.7-beta3

  • Fix support systems who provide 0 as a valid file descriptor
  • Integration tests on CI's that support it or for the folks at home with an arduino handy
  • Many documentation improvements
  • Listing serialports on unix/linux (non osx) now include more ports and have less bugs in the output
  • Fix race conditions when opening and closing ports that led to errors while reading and writing while closing or opening the port.
  • Fix a double open bug on OSX that would cause opening and closing ports repetitively to error.
  • Fix a 100% cpu and possible hang bug when ports were disconnected on windows.
  • Fix a memory leak on windows
  • Upgraded to nan-2.2.1 for memory leak fixes and node 6 support (still not supported)

v2.0.7-beta2

29 Mar 03:14
Compare
Choose a tag to compare
v2.0.7-beta2 Pre-release
Pre-release
  • Code cleanup due to moving to eslint internally
  • Bugfixes around JS handling of file descriptors

v2.0.7-beta1

10 Mar 19:32
Compare
Choose a tag to compare
v2.0.7-beta1 Pre-release
Pre-release
  • Remove deprecated BuildCommDCB for windows support
  • Cleanup callback handling

v2.0.6

24 Dec 02:52
Compare
Choose a tag to compare
  • Add 5.x build to matrix, thanks @deadprogram
  • Re add nmpignore, thanks @rwaldron
  • Swap to upstream version of node-pre-gyp-github

v2.0.5

12 Nov 04:05
Compare
Choose a tag to compare
  • Fix linux port listing crash since 2.0.3 refactor, thanks @monkbroc

v2.0.4

09 Nov 20:37
Compare
Choose a tag to compare
  • Fix heap corruption issue affecting windows users since 2.0.0, thanks @kunalspathak

v2.0.3

09 Nov 15:43
Compare
Choose a tag to compare
  • Move node-pre-gyp binaries away from Amazon S3 to Github Releases page
  • Fix for missing node-pre-gyp binaries, especially for windows users, since the 2.0.0 refactor which forced windows users to build from source -- generally failing due to lack of dependencies
  • Unix port listing moved away from udev which was not available on all platforms, to whitelisting ttyS ttyACM ttyUSB ttyAMA devices, see #610

v2.0.2

09 Nov 23:38
Compare
Choose a tag to compare
  • Cleanup minor Unix gcc warnings, Thanks @rwaldron

v2.0.1

09 Nov 23:38
Compare
Choose a tag to compare
  • El Capitan Support, thanks @tmpvar

v2.0.0

09 Nov 23:41
Compare
Choose a tag to compare