notification_dispatcher 0.1.0 notification_dispatcher: ^0.1.0 copied to clipboard
Passes information around to registered observers.
0.0.1 #
- Initial pre-release.
0.1.0 #
Features #
NotificationDispatcher.post
now sends along aNotificationMessage
to the observer.
Fixes #
- Fixed an issue where notifications could not be differentiated between instances of the same class.
Documentation #
- Added documentation for all
NotificationDispatcher
methods.
Workflow #
- Added CI to run tests on commit.
- Added some linting options.