Releases: deprecated-packages/DoctrineBehaviors
Releases · deprecated-packages/DoctrineBehaviors
v2.5.1
v2.5.0
- Update to KnpLabs/DoctrineBehaviors v1.4 (thanks to @TomasPilar)
Released version 2.4.0
- Add TreeExtension (thanks to @hranicka)
Released version 2.3.0
- Fix compatibility with KnpLabs/DoctrineBehaviors v1.3 (thanks to @TomasPilaru)
- Fix compatibility with Kdyby/Doctrine v3.0 (thanks to @dejv88)
Released version 2.2.0
- updated to KnpLabs\DoctrineBehaviors v1.1 (diff to v1.0.3)
- #5 fixed translatable trait (thanks to @TomasPilaru )
Full diff to 2.1.0: v2.1.0...v2.2.0
Released version 2.1.0
- updated to KnpLabs\DoctrineBehaviors v1.0.3 (diff to v1.0.2)
- updated to Zenify\CodingStandard v3.0
- added PHPUnit for tests
Full diff to 2.0.0: v2.0.0...v2.1.0
Released version 2.0.0
- lock to KnpLabs\DoctrineBehaviors stable version v1.0.2
- bump min version to PHP 5.5
- Zenify\CodingStandard updated to v2.0
- nicer badges + code quality badge added
Diff to 1.1.3: v1.1.3...v2.0.0
Released version 1.1.3
- tests added
- allows callable in service or class form
- configuration is now validated
- support for PHP 5.3 added
- Blameable: dummy UserCallable added
- Loggable: removed dependency on Symfony