Skip to content

Releases: serialport/node-serialport

@serialport/[email protected]

19 Dec 22:48
Compare
Choose a tag to compare

@serialport/[email protected]

27 Nov 15:42
Compare
Choose a tag to compare

@serialport/[email protected]

29 Aug 03:55
Compare
Choose a tag to compare

6.2.2 (2018-07-21)

21 Jul 04:18
Compare
Choose a tag to compare

v6.2.1

30 Jun 04:13
Compare
Choose a tag to compare

Thanks to @shodan8192 for finding and fixing a memory leak on unix systems!

v6.2.0 (2018-04-18)

18 Apr 12:26
Compare
Choose a tag to compare

v6.2.0 (2018-04-18)

This is a recommended release for everyone on windows as it fixes a memory leak in write operations.

v6.1.1

28 Feb 02:23
Compare
Choose a tag to compare
  • chore(docs): Minor spelling and grammer changes. (093c85d)
  • fix(linux): Adds missing header file for musl libc (eg alpine) (#1487) (02e2bfe), closes #1487 #1470
  • docs: Add appropriate thanks to the changelog (a3b3663)
  • docs(api): commit docs for github pages (792459d)
  • docs(changelog) :fix typo (#1484) (2da025e), closes #1484

v6.1.0

06 Feb 01:59
Compare
Choose a tag to compare
v6.1.0 Pre-release
Pre-release
  • chore(github): lock old issues and prs (c8d2655)
  • chore(package): update eslint-plugin-node to version 6.0.0 (#1466) (bac94a0), closes #1466
  • feat(linux): Custom baud rates for linux (eg 250k baudrate) (#1464) (910438c), closes #1464 Thanks to @Fumon for closing this long standing issue!

v6.0.5

04 Feb 23:26
Compare
Choose a tag to compare
  • fix(changelog): drop the augular changelog as it misses commits (7d0ff88)
  • fix(docs): Put gitter link back (f8f3ce5)
  • fix(terminal): specifying a port now behaves correctly (#1463) (1fa20e7), closes #1463
  • chore(build): build on node 9 (a819bca)
  • chore(docs): fix appveyor links in readme (388d37b)
  • chore(package): update commander to version 2.13.0 (a94fea0)
  • chore(package): update mocha to version 5.0.0 (#1446) (e728ff3), closes #1446
  • chore(package): update prebuild to version 7.0.0 (bc46149)
  • chore(package): update prebuild-install to version 2.4.1 (13e8d0a)
  • chore(package): update sinon to version 4.1.5 (699a907)
  • chore(packages): upgrade eslint (416cfe3)
  • chore(packages): upgrade sinon (17148df)
  • Add null check code (602793d)
  • Adding in port selection to serialport-term. (#1448) (9f543b6), closes #1448
  • Bumping prebuild version and updating docs with info about building against NW.js headers. (#1461) (672c198), closes #1461
  • docs(readme): Fix broken link to gitter (#1457) (3e68e8f), closes #1457
  • docs(readyParser): correct the required parameters (#1392) (dcd256d), closes #1392
  • feat(docs): Switch to JSDOC docs not in the readme (#1383) (60fc047), closes #1383
  • feat(parsers): Adding option to include delimiter in the DelimiterParser transform. (#1453) (6a3ab65), closes #1453
  • feat(parsers): ByteLength is now more efficient (#1402) (f7eb2f0), closes #1402

v6.0.4

26 Oct 03:03
Compare
Choose a tag to compare

Commits 6.0.4 (2017-10-26)

Bug Fixes

  • packages: just-extend isn't necessary anymore (#1376) (8f650c3)
  • windows: bad parameter for ReadThread (windows) (#1377) (6f3afbe)