Skip to content

Releases: serialport/node-serialport

@serialport/bindings@2.0.5

08 Jan 19:37
Compare
Choose a tag to compare
@serialport/bindings@2.0.5

@serialport/bindings@2.0.4

19 Dec 22:48
Compare
Choose a tag to compare
@serialport/bindings@2.0.4

@serialport/bindings@2.0.3

27 Nov 15:42
Compare
Choose a tag to compare
@serialport/bindings@2.0.3

@serialport/bindings@2.0.2

29 Aug 03:55
Compare
Choose a tag to compare
@serialport/bindings@2.0.2

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.

  • docs: fix missing options objects and descriptions (#1504) (e8b73c2), closes #1504
  • docs: node 9 is working well these days (b585c11)
  • docs: Switch to @reconbot/jsdoc-theme for docs (a31078f)
  • docs(contributing): clean up the instructions a little bit (71f2480)
  • docs(parsers): improve the parser examples (41f1d2d)
  • fix(windows): Reset Buffer after write operations are complete to free memory (#1547) (a1eef11), closes #1547
  • chore: Avoid using deprecated Buffer constructor (#1510) (0c1533b), closes #1510 /nodejs.org/api/deprecations.html#deprecations_dep0005
  • chore: fix package json indents (7c9b609)
  • chore: move parsers to their new packages and clean up docs (4bccb62)
  • chore: remove old doc file (37a8373)
  • chore(docs): Minor spelling change (8a13e9f)
  • chore(package): update eslint-config-standard to version 11.0.0 (#1492) (cf5b8fb), closes #1492
  • chore(package): update proxyquire to version 2.0.0 (#1511) (bac0237), closes #1511
  • chore(package): update sinon to version 5.0.0 (9dbccbc)
  • chore(packages): ugprade conventional-changelog-cli@1.3.15 (270c2be)
  • chore(packages): ugprade nan@2.9.2 (#1503) (557afa4), closes #1503
  • chore(packages): upgrade conventional-changelog@1.3.12 (2b8f957)
  • feat: upgrade socket-io example to latest serialport and fix bug (#1505) (86e5ab0), closes #1505
  • feat(linter): Added 'cc' to lint the C++ code on 'npm lint' (#1501) (59960a3), closes #1501
  • feat(windows): Fetch USB serial number by lookups in win registry (#1483) (45b3a2f), closes #1483 #1459

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