Skip to content

v5.0.1

Compare
Choose a tag to compare
@yaacov yaacov released this 29 Jan 14:16
· 463 commits to master since this release

Breaking changes

  • Errors sent back to callbacks are now Error objects instead of strings.

None Breaking changes

  • The .connect[...] methods can return an optional Promise object, if no callback is given as argument.
  • Added a new .isOpen method to the odbus instance.
  • Added a debug option for emitting debug messages on read and write.
  • Clean up the examples