Skip to content

1.9.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 07 Jan 18:59
· 16 commits to 1.10.x since this release
1.9.0
6ebddca

1.9.0 - 2021-01-07

Added

  • #5 adds the interface Laminas\ApiTools\Doctrine\QueryBuilder\Filter\TypeCastInterface and the default implementations Laminas\ApiTools\Doctrine\QueryBuilder\Filter\ODM\TypeCaster and Laminas\ApiTools\Doctrine\QueryBuilder\ORM\TypeCaster, extracted from logic originally present in the ORM and ODM AbstractFilter implementations. Users can supply their own implementation by aliasing the Laminas\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

Enhancement,hacktoberfest-accepted