Skip to content

Commit

Permalink
bump to 5.0.0-beta9
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Jul 30, 2017
1 parent c65bfc3 commit 9c964c2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .docs/README.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- [`[email protected]beta8` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta8/README.md) the latest `5.x` release.
- [`[email protected]beta9` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta9/README.md) the latest `5.x` release.
- [`[email protected]` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7/README.md) the latest `4.x` release.
- [`[email protected]` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/3.1.2/README.md) the last `3.x` release.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- [`[email protected]beta8` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta8/README.md) the latest `5.x` release.
- [`[email protected]beta9` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/5.0.0-beta9/README.md) the latest `5.x` release.
- [`[email protected]` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7/README.md) the latest `4.x` release.
- [`[email protected]` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/3.1.2/README.md) the last `3.x` release.

Expand Down
15 changes: 13 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
-------------
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 9c964c2

Please sign in to comment.