From 9c964c2acfe154e88937ae246d6e7bbd1811540e Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Sat, 29 Jul 2017 20:20:11 -0400 Subject: [PATCH] bump to 5.0.0-beta9 --- .docs/README.hbs | 2 +- README.md | 2 +- changelog.md | 15 +++++++++++++-- package.json | 4 ++-- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.docs/README.hbs b/.docs/README.hbs index 08e883cfa..b55915151 100644 --- a/.docs/README.hbs +++ b/.docs/README.hbs @@ -32,7 +32,7 @@ We're not against firmware but we're better than it. You're reading the README for Node-Serialport's master branch. You probably want to see the README for our most recent release. See our [changelog](changelog.md) for what's new, and our [upgrade guide](UPGRADE_GUIDE.md) for a walk-through on differences between major versions. -- [`serialport@5.0.0-beta8` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta8/README.md) the latest `5.x` release. +- [`serialport@5.0.0-beta9` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta9/README.md) the latest `5.x` release. - [`serialport@4.0.7` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7/README.md) the latest `4.x` release. - [`serialport@3.1.2` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/3.1.2/README.md) the last `3.x` release. diff --git a/README.md b/README.md index 012e6796b..ae7a87b7e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ We're not against firmware but we're better than it. You're reading the README for Node-Serialport's master branch. You probably want to see the README for our most recent release. See our [changelog](changelog.md) for what's new, and our [upgrade guide](UPGRADE_GUIDE.md) for a walk-through on differences between major versions. -- [`serialport@5.0.0-beta8` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta8/README.md) the latest `5.x` release. +- [`serialport@5.0.0-beta9` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta9/README.md) the latest `5.x` release. - [`serialport@4.0.7` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7/README.md) the latest `4.x` release. - [`serialport@3.1.2` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/3.1.2/README.md) the last `3.x` release. diff --git a/changelog.md b/changelog.md index 6a5915169..4573b78cd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,18 @@ Version 5.0.0-beta9 ------------- -- [all] `Serialport.list` now has more consistent output across all platforms. -- [linux] `Serialport.list` is now faster and less resource intensive thanks to @akaJes for contributing this! +This closes all known bugs! + +- [all] `SerialPort.list` now has more consistent output across all platforms. +- [all] Add promise support to serialport-repl +- [all] Add write recording capabilities to the mock bindings +- [all] calls to `.drain` now queue behind port open and in progress writes reported by and with lots of testing help from @tuna-f1sh +- [all] Change the default high water mark to 64k to match `fs.ReadStream` +- [all] fix(package): update bindings to version 1.3.0 +- [all] SerialPort can now be compressed with `uglify-es` thanks to @rwaldron +- [docs] fixed a typo thanks to @amilajack +- [linux] `SerialPort.list` is now faster and less resource intensive thanks to @akaJes! +- [osx] `SerialPort.list` now returns the `tty` instead of the `cu` thanks to @@kishinmanglani +- [unix] fix a bug when poller errors would be unhandled thanks to @thiago-sylvain for reporting Version 5.0.0-beta8 ------------- diff --git a/package.json b/package.json index 4ac608fde..ff3b3fd90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serialport", - "version": "5.0.0-beta8", + "version": "5.0.0-beta9", "description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!", "author": { "name": "Chris Williams", @@ -10,7 +10,7 @@ "binary": { "module_name": "serialport", "module_path": "build/{configuration}/", - "host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta8" + "host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta9" }, "main": "lib", "repository": {