event_bus_arch 2.1.0
event_bus_arch: ^2.1.0 copied to clipboard
This package is a part of Event-driven architecture providing sending, listening, processing and receiving the events.
2.1.0 #
- update dependencies
- add test for EventBus and EventBusIsolate
- change readme
- fix problem in haveHandler and add getter in Node isHaveHandler
2.0.6 #
- update intl to 0.19.0
2.0.5 #
- fix bug with Topic where type YouClass?
- add Scope and change Command
2.0.4 #
- add method: void addAllHandlerFromOtherBus(EventBus fromBus);
- add method: void removeAllHandlerPresentInOtherBus(EventBus otherBus);
2.0.3 #
- add EventBusMixin
- change EvenBusImpl to EvenBusImpl with mixin
2.0.2 #
- fix initalData for EventBusIsolate
2.0.1 #
- add method haveListener and haveHandler
- add initalData for EventBusIsolate
2.0.0 #
- change api. reduced the code base. simplified work with the bus
- add EventBusIsolate
- add Command pattern
- remove EventBusMaster
1.3.2 #
- add groupListen method to EventBus
- add getAllTopic method to EventBus
- add clearAll method to EvenModelController
1.3.1+1 #
- change version
1.3.1 #
- add new method getAllTopics
1.3.0+8 #
- change in pubignore
1.3.0+7 #
- change readme
1.3.0+6 #
- change package name
1.3.0+5 #
- remove warning from eventDTO
1.3.0+4 #
- change scripts and some code style fix
1.3.0 #
- !! change EventHandler (need customer code fix)!!
- add method "call" to EventBus and EvenBusMaster
- add contain method to EvenBusMaster
1.2.0 #
- add logger, generator uuid, fix bugs
0.1.0 #
- Initial version.