Skip to content

Releases: suransea/dbus-swift

0.0.5

09 Oct 06:51
Compare
Choose a tag to compare
Add match rule automatically for signals

0.0.4

09 Oct 06:48
Compare
Choose a tag to compare
Add match rule automatically for signals

0.0.3

08 Oct 06:14
Compare
Choose a tag to compare
Fix Linux build

0.0.2

07 Oct 12:35
Compare
Choose a tag to compare
Add signals to the message bus proxy

0.0.1: Refactor code and improve documentation

07 Oct 11:07
Compare
Choose a tag to compare
- Refactor `Member.swift` to represent member names and provide documentation [Link](https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names-member)
- Refactor `ObjectPath.swift` to represent object paths in D-Bus and provide documentation [Link](https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-marshaling-object-path)
- Refactor `PendingCall.swift` to improve code readability and add documentation
- Refactor `Dispatch.swift` to improve code organization and add documentation
- Refactor `Bus.swift` to improve code structure, add missing documentation, and improve error handling
- Update tests to include additional assertions for D-Bus signatures