Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 509 Bytes

CHANGELOG.md

File metadata and controls

34 lines (18 loc) · 509 Bytes

Change Log

v1.1.0 (2017-07-20)

New Feature:

  • findById function to find a serialport by-id.

v1.0.1 (2017-06-04)

Fixed bugs:

  • Replaced undefined function close with destroy.

v1.0.0 (2017-05-30)

Breaking changes:

  • Rewrote whole package!
  • Replaced function callbacks with Promises.
  • Replaced tty module with Duplex for better error handling.

Fixed bugs:

  • Find function resolves before it is done.

Closed issues:

  • No unit tests for main functions

v0.2.2

...