jozz_events 1.0.1
jozz_events: ^1.0.1 copied to clipboard
Domain-first, framework-agnostic event system built for Clean Architecture
Changelog #
All notable changes to this project will be documented in this file.
1.0.1 - 2024-04-02 #
Added #
- Initial release of
jozz_events JozzBusinterface andJozzBusServiceimplementation- Strongly-typed domain event system
- Fluent API (
emitEvent) - Lifecycle support with
JozzLifecycleMixin - Subscription helpers (
JozzBusSubscription) - Auto disposal of event listeners
Fixed #
- Nothing yet
Changed #
- Nothing yet