Release v23.2.0
Summary
Adds aliases to Projections, in the same way we have for Event Handlers. They default to the name of the read model class, and can be overridden with a decorator option or a builder method.
Added
- An optional
aliasproperty on the@projectiondecorator options. - A
.withAliasmethod on the Projection builder API.