Changelog History
Page 4
-
v8.0.8 Changes
May 07, 2020 -
v8.0.7 Changes
January 30, 2020 -
v8.0.6 Changes
December 25, 2019 -
v8.0.5 Changes
October 27, 2019π Bug Fixes
- β¬οΈ cctalk wasnβt upgraded in serialport (3e568f7)
-
v8.0.4 Changes
October 27, 2019π This is the first non beta release of serialport version 8! π The biggest change in 8x is our version numbers. We now user lerna's "fixed versioning" to allow for a much easier documentation experience. This makes all our packages share a version number when they're released. Our website now has versioned docs so you can see what they looked like for the version of serialport you're using today. (Check out our 7x docs if you still need them.)
π With this change we've moved a centralized changelog (this file!) and we'll be moving older release notes here. We also moved the website to it's own repo.
π A few breaking api changes have been introduced over the 8x beta releases. You can find out more about them in the Upgrade Guide
π We dropped node6 support and now support node12 (and we work on node 13) which allowed us to migrate to async/await. The reduced a fair bit of code and was a welcome change.
π Windows got a few notable bug fixes from contributors and RTS/CTS flow control should now work as expected.
π And lastly our CI system has mostly been moved to GitHub Actions, they are much much faster than our travis/appveyor combo and cheaper too (free!). We still pay for Appveyor because we still use them with travis for binary builds. When that process is migrated we should be able to drop both services completely.
π This is also our first major release since starting the serialport collective! Like a lot of projects we rely on volunteers, students, professionals and the backing of companies using the project for their businesses. If you find serialport helpful, please read about why you might want to donate to the project and our project's goals.
π Thanks to @boneskull, @BryanHunt, @hipsterbrown, @Holger-Will, @icebob, @jacobq, @jowy, @krutkay, @maxvgi, @nornagon, @podarok, @reconbot, and @warp for their help with this release!
And Thanks to our first 5 open collective backers! https://opencollective.com/serialport#backers for help with sustaining this project!
π Bug Fixes
-
v8.0.1 Changes
September 18, 2019π Bug Fixes
- β Add missing
return
statement (#1911) (288e6ac) - bindings now error when closed during empty writes (#1872) (9d01492)
- conflicting website npm script name (f6a800e)
- β‘οΈ deprecated c++ functions for update to Node v12 (#1743) (1eecd60)
- β¬οΈ deps for parser-readline need upgrading (aa7c0b2)
- π fix open colelctive link (#1928) (6426214)
- π make node 12 work! (00dc272)
- missing maintainer name (a626103)
- mocha opts (e6742db)
- prebuild now pays attention to lerna tags (#1639) (d3d553f)
- prebuild on mojave (#1759) (d4f5128), closes /github.com/nodejs/node/pull/23685#issuecomment-430408541
- propagate async context in callbacks (#1765) (9b5dbdb), closes #1751
- readme badges and images for backers and contributors (#1881) (1fd88e1)
- β remove PURGE_RXABORT flag on flush for Windows (#1817) (1daa919)
- π RTS/CTS flow control for Windows (#1809) (cd112ca)
- π¦ packages/bindings#write: do not call native binding for empty buffers (d347f3b)
- stream read not working past 1 read (#1925) (3a13279)
- π use correct casts to/from HANDLE/int (#1766) (ce503b3)
- π§ writing issue on Linux (#1908) (a7d1937)
chore
π Features
- β add eslint mocha (#1922) (afbc431)
- β Added packet timeout for cctalk parser (#1887) (714e438)
- π¦ generators for new packages (#4) (94ede44)
- π inter byte timeout parser (#1779) (cbb8e41)
- π Make it possible to compile on vanilla Android (#1912) (ba2b69c)
- π¦ move cli tools to their own packages (#1664) (103498e), closes #1659
- π¦ namespace all packages in the new serialport npm org! (b722062)
- π€‘ reset info.serialNumber when resetting mock ports (#1899) (6acaac1)
- π support Exar ttyXRUSB (#1893) (3d34d0f)
- β test on node 12 (#1846) (46da21f)
- π Use GitHub actions for linting (#1927) (fb05c2d)
- π use lerna run! (#1643) (7b37a36)
π₯ BREAKING CHANGES
- π flush behavior on windows no longer cancels inflight reads
- bindings now use async functions so theyβll never throw, only reject
- β Add missing
-
v8.0.0
May 16, 2019 -
v7.1.0 Changes
November 27, 2018