Skip to content

Releases: homebridge/dbus-native

v0.6.0

10 Apr 17:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.0

03 Nov 06:47
fc1a5bf
Compare
Choose a tag to compare

What's Changed

  • Expose error name for MessageBus.invoke() errors by @elyscape in #2
    Breaking change: When an error occurs in MessageBus.invoke() or MessageBus.invokeDbus(), the first argument passed to the callback (err) is now an object containing two keys: name is the D-Bus error name, and message is what previously was passed in as this argument.

New Contributors

Full Changelog: v0.4.2...v0.5.0