Skip to content

Commit

Permalink
docs: add a note to the upgrade guide about 9x (#2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot authored May 10, 2020
1 parent 36d3abc commit 45f83ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UPGRADE_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Upgrading from 8.x to 9.x
-------------
- Serialport no longer supports Node 8
- We no longer provide 32 bit linux prebuild builds, you may still build these binaries yourself however.


Upgrading from 7.x to 8.x
-------------
- Serialport cli tools are now their own packages. See https://serialport.io/docs/guide-cli for more information on how to use them.
Expand All @@ -11,6 +17,7 @@ Upgrading from 6.x to 7.x
-------------
We dropped support for Node.js 4, so you'll have to upgrade if you're running 4. We also split into many packages. See https://serialport.io/docs/api-overview for an overview of the new packages. Binaries have moved into `@serialport/bindings` so if you're distributing serialport in an electron app, you may have to make some changes.


Upgrading from 5.x to 6.x
-------------
TLDR: You probably don't have to change anything. You might need to enable `rtscts` in your open options.
Expand Down

0 comments on commit 45f83ab

Please sign in to comment.