Skip to content

Release v23.2.0

Choose a tag to compare

@dolittle-build dolittle-build released this 14 Feb 09:51
1601c5a

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 alias property on the @projection decorator options.
  • A .withAlias method on the Projection builder API.