Version 0.9.0
Pre-release
Pre-release
Changed
- [BC]
AggregateMessageHandler.HandleCommand()
now takes anAggregateRoot
parameter - [BC]
fixtures.AggregateRoot
now stores all its historical events internally AggregateCommandScope.Destroy()
no longer requires a prior call toRecordEvent()
AggregateCommandScope.RecordEvent()
can now be called afterDestroy()
Removed
- [BC] Remove
AggregateCommandScope.Root()