- Update change log
3.0.0 - 23-01-2015
- Added a change log
- When a database transaction fails, the entity manager closes itself down. This used to make the command bus useless. Now the command bus is able to restore itself by asking the manager registry to reset the manager.
2.0.1 - 20-01-2015
- When domain events are collected from entities, they are now also erased, to prevent processing the same events again.
- Tests were added, which uncovered a serious bug, which has been fixed as well.
2.0.0 - 19-01-2015
- Instead of SimpleBus/CommandBus and SimpleBus/EventBus 1.0 this library now uses SimpleBus/MessageBus 1.0.