Releases: homebridge/dbus-native
Releases · homebridge/dbus-native
v0.6.0
v0.5.0
What's Changed
- Expose error name for MessageBus.invoke() errors by @elyscape in #2
Breaking change: When an error occurs inMessageBus.invoke()
orMessageBus.invokeDbus()
, the first argument passed to the callback (err) is now an object containing two keys:name
is the D-Bus error name, andmessage
is what previously was passed in as this argument.
New Contributors
Full Changelog: v0.4.2...v0.5.0