Spinettaro Delphi Event Bus Versions Save

Delphi Event Bus (for short DEB) is an Event Bus framework for Delphi

v2.1

2 years ago

NEW! Introduced dedicated thread pool for DEB threading

v2.0

3 years ago

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

v1.5

3 years ago

Support Delphi 10.4 Sydney Fixed unit tests minor refactoring

v1.3

4 years ago

Units refactoring to expose only 1 unit, so from your project you have to include only EventBus.pas unit to use the framework

v1.2

4 years ago

added possibility to customize event cloning function of object for general purpose reference to function for class purpose

v1.0

5 years ago