Skip to content

Commit

Permalink
Bump to Version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed May 14, 2016
1 parent 77b1cbc commit 55a0c1e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For support you can open a [github issue](https://github.com/voodootikigod/node-

You're reading the README for the master branch of serialport. You might want to look at the README of our latest release. See our [change log](changelog.md) for what's new.

- [`[email protected].1` docs are here](https://github.com/voodootikigod/node-serialport/blob/3.1.0/README.md) it is the latest `3.x` releases.
- [`[email protected].2` docs are here](https://github.com/voodootikigod/node-serialport/blob/3.1.2/README.md) it is the latest `3.x` releases.
- [`[email protected]` docs are here](https://github.com/voodootikigod/node-serialport/blob/2.1.2/README.md) it was the last `2.x` release
- [`[email protected]` docs are here](https://github.com/voodootikigod/node-serialport/blob/v1.7.4/README.md) it was the last `1.x` release

Expand Down
30 changes: 7 additions & 23 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
Version 3.1.2-beta5
Version 3.1.2
-------------
- remove the prepublish scripts because npm 2 can't guarantee they'll have the packages they need

Version 3.1.2-beta4
-------------
- Attempting to find a version of npm that lets us publish and be consumed by the most platforms

Version 3.1.2-beta3
-------------
- Add some pre-publish warnings to help bad builds from being published
- Add some pre-publish logging
- Refactor setBaudrate for Unix making it easier for custom baudRate support

Version 3.1.2-beta2
-------------
- Add back in the bundle dependency to support node 0.12 with npm3.
- bug fix in listUnix where we weren't filtering out non block devices that are named like serial ports
- Better unix error messages

Version 3.1.2-beta1
-------------
- Better windows error messages for opening ports
- Documentation around "Illegal Instruction" errors
- Unbundle node-pre-gyp which should solve a few install issues
- Resolve some ambiguities around publishing that was causing some issues on some versions and platforms of npm and node
- [linux] bug fix in `.list()` where we weren't filtering out non block devices that are named like serial ports
- [unix] Better unix error messages
- [unix] Refactor `setBaudrate` for Unix making it easier for custom baudRate support
- [unix] Update now has less memory leaks, documentation and better error messages
- [windows] Better error messages for opening ports

Version 3.1.1
-------------
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": "3.1.2-beta7",
"version": "3.1.2",
"description": "Node.js package to access serial ports. 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/voodootikigod/node-serialport/releases/download/3.1.2-beta7"
"host": "https://github.com/voodootikigod/node-serialport/releases/download/3.1.2"
},
"main": "./lib/serialport",
"repository": {
Expand Down

0 comments on commit 55a0c1e

Please sign in to comment.