Releases: headsnet/domain-events-bundle
Releases · headsnet/domain-events-bundle
Console command for managing legacy events in the store
v0.1.8 Add console command to manage legacy events (#26)
Dispatch preAppendEvent for manipulating event data
Bugfix for multiple ReplaceableEvent
In the case of multiple ReplaceableEvent instances of the same type, remove all of them when replacing.
Handle collections correctly
Remove dependency on symfony/flex
This dependency was inadvertently added to the composer.json and is not required.
Allow overriding domain event dispatcher
- Add basic tests and static analysis
- Decouple publishing from dispatching with DomainEventDispatcher interface - thanks @wazum
Symfony 5 support
- Support for Symfony 5 - thanks to @wazum
- Configuration options to customise message bus service name
- Auto-configure custom DBAL type used by the event store
Move source code in to src/
v0.1.1 Add contributing note
Update to semver
v0.1.0 Fix up comment