1.9.0
1.9.0 - 2021-01-07
Added
-
#5 adds the interface
Laminas\ApiTools\Doctrine\QueryBuilder\Filter\TypeCastInterface
and the default implementationsLaminas\ApiTools\Doctrine\QueryBuilder\Filter\ODM\TypeCaster
andLaminas\ApiTools\Doctrine\QueryBuilder\ORM\TypeCaster
, extracted from logic originally present in the ORM and ODMAbstractFilter
implementations. Users can supply their own implementation by aliasing theLaminas\ApiTools\Doctrine\QueryBuilder\Filter\TypeCastInterface
service to their own implementation. This ability allows users to supply their own type casting rules for their projects. -
#12 adds support for PHP 7.3, 7.4, and 8.0.
Removed
- #12 removes support for PHP versions prior to 7.3.
Release Notes for 1.9.0
1.9.0
- Total issues resolved: 2
- Total pull requests resolved: 2
- Total contributors: 4
Enhancement
- 12: PHP8 Support thanks to @javabudd
- 5: Extract type cast behaviour thanks to @Netiul
- 1: Extract type cast behaviour thanks to @weierophinney
Enhancement,hacktoberfest-accepted
- 11: PHP 8.0 support thanks to @boesing