All Versions
111
Latest Version
Avg Release Cycle
19 days
Latest Release
1115 days ago

Changelog History
Page 4

  • v8.0.8 Changes

    May 07, 2020

    πŸ› Bug Fixes

  • v8.0.7 Changes

    January 30, 2020

    πŸ› Bug Fixes

    • πŸ“¦ uncomment node shebang line in terminal package (#2023) (2a59726)
  • v8.0.6 Changes

    December 25, 2019

    πŸ› Bug Fixes

    • bindings.close() should cause a canceled read error (#1972) (50f967e)
    • πŸ— No prebuilt binaries found with electron-builder (#2003) (16f9662)
    • 🀑 stream required bindings-mock as a dep (#1970) (e978b7e)
    • ⬆️ upgrade npm on GitHub actions to fix bug (#1973) (d500a5b)
  • 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

    • πŸ‘Œ improve the options and output of terminal (#1962) (4b23928)
    • πŸ”’ learn now needs the package-lock.json files (4b8fc24)
    • npmignore should ignore .DS_Store files (#1954) (eb6b57b)
  • v8.0.3 Changes

    October 03, 2019

    πŸ› Bug Fixes

    πŸ”‹ Features

    • ⬇️ drop callback argument on SerialPort.list() (#1943) (145b906)
    • πŸ”€ Test merges with master (#1952) (bfb47c7)
  • v8.0.2 Changes

    September 24, 2019

    πŸ› Bug Fixes

    πŸ”‹ Features

    • βž• add optional end event for piping (#1926) (275315a)
  • v8.0.1 Changes

    September 18, 2019

    πŸ› Bug Fixes

    chore

    • βœ‚ remove node6 support and upgrade codebase (#1851) (d4f15c0)

    πŸ”‹ 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
  • v8.0.0

    May 16, 2019
  • v7.1.0 Changes

    November 27, 2018

    πŸ”‹ Features