Releases: spinettaro/delphi-event-bus
Releases · spinettaro/delphi-event-bus
Delphi Event Bus 2.1
NEW! Introduced dedicated thread pool for DEB threading
Delphi Event Bus 2.0
New features
- NEW! Added new Interface based mechanism to declare and handle events!
- NEW! Added channels for simple string-based events
- NEW! Removed internal CloneEvent because now events are interface based!
Breaking Changes
- A subscriber method can only have 1 parameter that is an IInterface or descendants
- EventBus.Post method can accept only an interface as parameter now
Delphi Event Bus 1.5
Support Delphi 10.4 Sydney
Fixed unit tests
minor refactoring
Delphi Event Bus 1.3
Units refactoring to expose only 1 unit, so from your project you have to include only EventBus.pas unit to use the framework
Delphi Event Bus 1.2
added possibility to customize event cloning
function of object for general purpose
reference to function for class purpose
Delphi Event Bus 1.0
v1.0 refactoring clone object with RTTIUtils so no more need of REST.JSON …