- Fix constants not in camel case form.
- Require dbus 0.7.
- Only list as supporting Linux.
- Remove wrong assertions when activating WiFi connections with hidden access points.
- Add NetworkManagerClient.state.
- Fix device state reason.
- Add NetworkManagerClient.addAndActivateConnection().
- Improve test coverage.
- Fix detection of removed device/connection device when they re-appear.
- Add NetworkManagerClient.activate/deactivateConnection().
- Fix typo in NetworkManagerWifiAccessPointFlag, NetworkManagerWifiAccessPointSecurityFlag enum names.
- Reliably detect when an object is removed, rather than just some of its interfaces.
- Add more toString() methods for easier debugging.
- Use dbus 0.5.
- Rename test file so can just run 'dart test'.
- Various new API additions and fixes.
- Make device interface objects null if the interface is not present.
- Add equality operators to public classes.
- Replace setters with methods so they can be async.
- Added many more tests.
- Initial release