This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zfcampus/zf-doctrine-querybuilder
Releases · zfcampus/zf-doctrine-querybuilder
zf-doctrine-querybuilder 1.8.0
zf-doctrine-querybuilder 1.7.0
Added
- #50 adds support for zend-hydrator version 3 releases, while retaining
compatibility with previous versions.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zf-doctrine-querybuilder 1.6.0
zf-doctrine-querybuilder 1.5.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #35 fixes an issue with
DefaultOdmFactoryandDefaultOrmFactorywhen used with ZF2 with context ofAbstractPluginManager.
zf-doctrine-querybuilder 1.5.0
Added
- #32 adds support for PHP 7.
- #32 adds support for v3 releases of Zend Framework components, while retaining compatibility for v2 releases.
- #32 exposes
the module to zendframework/zend-component-installer.
Deprecated
- Nothing.
Removed
- #32 removes support for PHP 5.4 and PHP 5.5.
Fixed
- #32 adds a ton of tests to the module.
1.4.6
Fix metadata handling. Will pull specific entity metadata instead of all metadata then selecting the first one.
1.4.5
Allow DoctrineModule 1.x
1.4.4
Rollback library dependencies to ZF ^ 2.4 because of zendframework/zend-hydrator issue in doctrine/doctrine-module
1.4.3
Allow Doctrine Module ^0.8 instead of forcing ^0.9
1.4.2
Doctrine Date data types are now set to midnight when queried in the PHP DateTime object.