Skip to content

3.0.0

Compare
Choose a tag to compare
@dennisdoomen dennisdoomen released this 13 Mar 13:17
· 10 commits to master since this release
b01ddc2
  • {New} Added support for applying filters on the EventMapBuilder level using Where - #111
  • {New} IEventMap.Handle will now return a boolean to indicate whether or not the event was configured to be handled (accounting for the filters applied) - #111
  • {Breaking} The contract for a projector that is needed to build an IEventMap have changed. The methods ProjectionModificationHandler, HandleProjectionDeletionsAs and such on EventMapBuilder are now passed to the Build method as an instance of ProjectionMap - #111