continuum_generator 2.0.0
continuum_generator: ^2.0.0 copied to clipboard
Code generator for the continuum event sourcing library.
Changelog #
2.0.0 - 2026-01-08 #
Breaking Changes #
- BREAKING: Updated to work with continuum 2.0.0 breaking changes:
- Generator now looks for
@AggregateEventinstead of@Event - Generator now expects
of:parameter instead ofofAggregate: - Generator now references
ContinuumEventbase class instead ofDomainEvent
- Generator now looks for
Other Changes #
- Updated generator dependencies for
source_gen ^4.0.0(includinganalyzerandbuild). - Updated generator implementation for analyzer 8 API changes.
1.0.0 #
- Initial release with aggregate and event code generation.