Release v0.11.0
Summary
Marten EventProjection source now retains exact event-bound document operations without confusing returned documents with persisted events or inventing read models.
Added
- Discover EventProjection Create/Transform document returns and exact Store/Insert/Update/Delete/DeleteWhere operations. (#3)
- Preserve one-to-many event/document targets and exact event boundaries. (#3)
- Retain teardown configuration as corroboration only. (#3)