Skip to content

Commit 9c964c2

Browse files
committed
bump to 5.0.0-beta9
1 parent c65bfc3 commit 9c964c2

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

.docs/README.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We're not against firmware but we're better than it.
3232

3333
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.
3434

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We're not against firmware but we're better than it.
4141

4242
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.
4343

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

changelog.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
Version 5.0.0-beta9
22
-------------
3-
- [all] `Serialport.list` now has more consistent output across all platforms.
4-
- [linux] `Serialport.list` is now faster and less resource intensive thanks to @akaJes for contributing this!
3+
This closes all known bugs!
4+
5+
- [all] `SerialPort.list` now has more consistent output across all platforms.
6+
- [all] Add promise support to serialport-repl
7+
- [all] Add write recording capabilities to the mock bindings
8+
- [all] calls to `.drain` now queue behind port open and in progress writes reported by and with lots of testing help from @tuna-f1sh
9+
- [all] Change the default high water mark to 64k to match `fs.ReadStream`
10+
- [all] fix(package): update bindings to version 1.3.0
11+
- [all] SerialPort can now be compressed with `uglify-es` thanks to @rwaldron
12+
- [docs] fixed a typo thanks to @amilajack
13+
- [linux] `SerialPort.list` is now faster and less resource intensive thanks to @akaJes!
14+
- [osx] `SerialPort.list` now returns the `tty` instead of the `cu` thanks to @@kishinmanglani
15+
- [unix] fix a bug when poller errors would be unhandled thanks to @thiago-sylvain for reporting
516

617
Version 5.0.0-beta8
718
-------------

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serialport",
3-
"version": "5.0.0-beta8",
3+
"version": "5.0.0-beta9",
44
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
55
"author": {
66
"name": "Chris Williams",
@@ -10,7 +10,7 @@
1010
"binary": {
1111
"module_name": "serialport",
1212
"module_path": "build/{configuration}/",
13-
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta8"
13+
"host": "https://github.com/EmergingTechnologyAdvisors/node-serialport/releases/download/5.0.0-beta9"
1414
},
1515
"main": "lib",
1616
"repository": {

0 commit comments

Comments
 (0)