Skip to content

Releases: Arachne/Doctrine

v0.9.0

16 Jul 21:12
821ca70
Compare
Choose a tag to compare
  • 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

30 Sep 16:24
Compare
Choose a tag to compare
  • Support arachne/entity-loader v0.10
  • Remove Nette\Object and other useless code

v0.7.2

30 Sep 13:35
Compare
Choose a tag to compare
  • Fix configuration of ExpressionLanguage cache

v0.7.1

11 Sep 10:14
Compare
Choose a tag to compare
  • Ignore entities with composite identifiers
  • Fix compatibility with arachne/event-manager

v0.7.0

11 Sep 10:12
Compare
Choose a tag to compare
  • 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