All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
doctrine/orm:^3.0
support
- Added support for
Symfony 6.x
- Bumped
PHP
to^7.1
- Bumped
doctrine/orm
to^2.5
- Removed support for
Symfony 2
- Support for PHP 8.
- Bumped
phpunit/phpunit
to^9.0
- Bumped
psr/log
to^2.0
ConfiguredQuery
provides new methods:setItemTransformer
,getItemTransformer
. Acceptscallable
type. Receives result item - return value replaces received item in result.
- Support for datetime
- support single
group-by
statement inResultProvider:findCount
- this enables to properly get count of grouped statements.