Socket
Socket
Sign inDemoInstall

@serialport/binding-abstract

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serialport/binding-abstract - npm Package Versions

1

8.0.4

Diff

Changelog

Source

8.0.4 (2019-10-27)

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)
reconbot
published 8.0.3 •

Changelog

Source

8.0.3 (2019-10-03)

Chores

BREAKING CHANGES

  • drop callback argument on SerialPort.list() (#1943) (145b906)
reconbot
published 8.0.1 •

Changelog

Source

8.0.1 (2019-09-18)

Bug Fixes

  • Add missing return statement (#1911) (288e6ac)
  • bindings no longer error when closed during empty writes (#1872) (9d01492)
  • fix open collective link (#1928) (6426214)
  • missing maintainer name (a626103)
  • 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)

Chores

Features

BREAKING CHANGES

  • flush behavior on windows no longer cancels inflight reads
  • bindings now use async functions so they’ll never throw, only reject
reconbot
published 3.0.0 •

Changelog

Source

@serialport/bindings@3.0.0 (2019-05-16)

Bug Fixes

chore

BREAKING CHANGES

  • flush behavior on windows no longer cancels inflight reads
  • bindings now use async functions so they’ll never throw, only reject
reconbot
published 2.0.5 •

Changelog

Source

@serialport/bindings@2.0.5 (2019-01-08)

Bug Fixes

hipsterbrown
published 2.0.4 •

Changelog

Source

@serialport/bindings@2.0.4 (2018-12-19)

Bug Fixes

  • deprecated c++ functions for update to Node v12 (#1743) (1eecd60)
hipsterbrown
published 2.0.3 •

Changelog

Source

@serialport/bindings@2.0.3 (2018-11-27)

Bug Fixes

  • packages/bindings#write: do not call native binding for empty buffers (d347f3b)
reconbot
published 2.0.2 •

Changelog

Source

Version 2.0.2

  • Cleanup minor Unix gcc warnings, Thanks @rwaldron
reconbot
published 2.0.1 •

Changelog

Source

Version 2.0.1

  • El Capitan Support, thanks @tmpvar
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc