Skip to content

Version 0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmalloc jmalloc released this 05 Nov 20:53

Changed

  • [BC] AggregateMessageHandler.HandleCommand() now takes an AggregateRoot parameter
  • [BC] fixtures.AggregateRoot now stores all its historical events internally
  • AggregateCommandScope.Destroy() no longer requires a prior call to RecordEvent()
  • AggregateCommandScope.RecordEvent() can now be called after Destroy()

Removed

  • [BC] Remove AggregateCommandScope.Root()