Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 916 Bytes

CHANGELOG.md

File metadata and controls

34 lines (20 loc) · 916 Bytes

Change log

None yet.

1.1.0 - 27-02-2015

Added

  • Added a message bus middleware for logging messages.
  • Added a change log.

1.0.2 - 20-01-2015

  • When an exception occurs in a message handler/subscriber, recorded messages (e.g. events) will now be erased.

1.0.1 - 20-01-2015

Changed

  • When an exception occurs in a message handler/subscriber, the command bus will no longer be locked.

1.0.0 - 19-01-2015

Added

  • Import of classes and interfaces from SimpleBus/CommandBus and SimpleBus/EventBus 1.0
  • This library applies generically to all kinds of messages.