Releases: lingoda/domain-events
Releases · lingoda/domain-events
Reverted JsonType to ObjectType
Reverted JsonType to ObjectType (#18) * Reverted JsonType to ObjectType * Removed deprecation error
Doctrine subscriber to listener
2.0.2 Converted doctrine subscriber to listener, as subscriber interface is…
Upgrade entity to SF7 with attributes
2.0.1 Updated annotations to attributes (#16)
Allow DBAL 3.4 +
Allow DBAL 3.4 + (#15) * Allow DBAL 3.4 + Allowing DBAL versions greater than 3.4 * Added CI matrix steps for different PHP versions and Symfony versions * Removed phpstan cache and added support for skipping steps if cancelled * Reverted back to composer update with args * Dropped Symfony 5.x and PHP 8.1 * Synced composer requirements to lingoda * Fixed issues on lowest * Deprecations and SF version restriction for flex * Added flex and deprecations * Reverted phpunit conf * Fixed deprecation on doctrine ObjectType * Wrapped messnger exceptions + tests * Removed flex install from composer * Removed reporting on ignored errors on phpstan and removed flex from composer * Install dotenv with flex
Allowed Symfony 7.x
Allow Symfony 7.x in composer.json (#14) - Dropped support for Symfony 4.x - Allowed Symfony 7.x
Reverted public recordEvent to protected
1.2.3 Reverted public to protected on recordEvent (#8)
Allow recording of events from outside of entities
- Allow recording of events from outside of entities
Allow Symfony 6
What's Changed
- Removed version from composer.json by @balazscsaba2006 in #3
New Contributors
- @balazscsaba2006 made their first contribution in #3
Full Changelog: 1.0...1.1
First release
Release v1.0.0