Releases: dbusjs/node-dbus-next
Releases Β· dbusjs/node-dbus-next
Version 0.4.1
This release contains breaking changes to how interfaces are exported on the bus with the public api. See the README and example service for the current way to export interfaces.
- Add continuous integration
- Give DBusError to clients when services throw errors (#11)
- get dbus session bus address from the filesystem when
DBUS_SESSION_BUS_ADDRESSis not set in the environment (addresses #14) - Add constants for name request flags
- remove
bus.export()andbus.unexport()(breaking) - Add
bus.requestName()to the public api which now returns a promise which resolves to aNameobject which is now also part of the public api. - Add
name.release()to remove a name from the bus
Version 0.3.2
- Add bus name validators
- bugfix: allow "-" in bus names
- bugfix: Use Long.js internally to fix issues with sending and receiving negative numbers
Version 0.3.1
- Export dbus interface and member validators.
- Set required node engine to 6.3.0
Version 0.1.0
- Remove optimist dependency
- Allow throwing DBusError in getter and setter for interfaces
- Use BigInt for 'x' and 't' types
First release
This is the first release of dbus-next.