Releases: Arachne/Doctrine
Releases · Arachne/Doctrine
v0.9.0
- Remove direct dependency on Arachne/ServiceCollections.
- Remove support for array in FilterIn for security reasons.
- Add tests for DoctrineExtension and ValidatorListener.
- Remove cache for ExpressionLanguage.
- Refactor Arachne/EntityLoader integration to support v0.11.
- Update to PHP 7.1.
- Use PHPStan.
- Add .editorconfig.
v0.8.0
- Support arachne/entity-loader v0.10
- Remove Nette\Object and other useless code
v0.7.2
- Fix configuration of ExpressionLanguage cache
v0.7.1
- Ignore entities with composite identifiers
- Fix compatibility with arachne/event-manager
v0.7.0
- Add compatibility with Arachne/EventManager
- Remove support for Symfony 2 type names
- Enable arachne/di-helpers v0.5
- Enable arachne/entity-loader v0.9
- New coding style, refactoring