Releases: spatie/laravel-event-sourcing
Releases · spatie/laravel-event-sourcing
1.0.4
- fix replay from specified event id (#33)
1.0.3
- Provide docblocks to AggregateRoot class (#31)
1.0.2
- Implemented missing HandleDomainEventJob interface
- Use a UUID field when possible for storing UUIDs
1.0.1
- Fix an issue with encoding the
event_properties
when they're already a string