Skip to content

Releases: garrows/browser-serialport

v2.0.1 - Bug Fixes & Regression Tests

21 Jan 20:39
Compare
Choose a tag to compare

Changes:

  • Options weren't being passed to chrome.serial
  • flush was entirely broken
  • Emit errors when no callback is passed on all methods (node-serialport compatibility)
  • Callbacks are optional on all methods (node-serialport compatibility)

v2.0.0 - Better node-serialport compat

17 Jan 19:46
Compare
Choose a tag to compare

Changes:

  • Added tests from node-serialport
  • Accept most options for node-serialport
  • Use node's EventEmitter module