serialport v6.0.0 Release Notes

Release Date: 2017-10-09 // over 6 years ago
  • ๐Ÿ”‹ Features

    • open: Throw on incorrect baudrate option (#1347) (a3b8d35)
    • ๐Ÿ“œ parsers: Add cctalk parsers (#1342) (bcb492f)
    • โœ… test: tone down codecov comments (#1289) (749ffac)
    • ๐Ÿ windows: Add ERROR_INVALID_PARAMETER to supported bindings errors (#1354) (4ff9c67)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“„ docs: Add a note about windows support (76b7191), closes #1299
    • ๐Ÿ“„ docs: add missing parsers to properties list (3faadac)
    • ๐Ÿ“„ docs: correct default highWaterMark to 65536 bytes (e83ec4e)
    • ๐Ÿ“„ docs: Fixed typo in upgrade guide (#1321) (bf251a9)
    • ๐Ÿง linux: The productID should be a number not a description string (#1279) (bf46f68)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#1292) (4987750)
    • โœ… tests: fixup for #1279 (#1285) (56074f6)
    • ๐Ÿ windows: Add option to disable RTS (#1277) (5b8d163)
    • ๐Ÿ windows: Asynchronous callbacks for reading and writing (#1328) (69de595), closes #1221
    • ๐Ÿ windows: Parse more types of pnpIds (#1288) (0b554d7), closes #1220

    Chores

    ๐Ÿ’ฅ BREAKING CHANGES

    • binaries: We switched to prebuild a breaking change because it's substantially changes our install processes. It's also possible the install flags to ensure downloading or building from source has changed slightly. That's not our api per say, but it's enough.
    • ๐Ÿ windows: We previously hard coded to have RTS on for windows at all times it now default to off.