Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Releases: zfcampus/zf-doctrine-querybuilder

zf-doctrine-querybuilder 1.8.0

02 Feb 00:47
1.8.0

Choose a tag to compare

Added

  • #52 adds support for PHP 7.3.

  • #46 adds support for DoctrineModule 2.1 and DoctrineORMModule 2.1.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zf-doctrine-querybuilder 1.7.0

11 Dec 21:21

Choose a tag to compare

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

17 Jan 13:08
1.6.0

Choose a tag to compare

Added

  • #42 adds leftjoin ORM query type.

  • #44 adds support for PHP 7.2.

Changed

  • #38 changes methods visibility in Query Providers to protected:
    • getConfig()
    • getFilterManager()
    • getOrderByManager()

Deprecated

  • Nothing.

Removed

  • #44 removes support for HHVM.

Fixed

  • #40 fixes ODM isnull and isnotnull query filters to give correct result with nullable fields.

zf-doctrine-querybuilder 1.5.1

14 Nov 18:24
1.5.1

Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #35 fixes an issue with DefaultOdmFactory and DefaultOrmFactory when used with ZF2 with context of AbstractPluginManager.

zf-doctrine-querybuilder 1.5.0

10 Nov 00:25
1.5.0

Choose a tag to compare

Added

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

11 Jul 16:15

Choose a tag to compare

Fix metadata handling. Will pull specific entity metadata instead of all metadata then selecting the first one.

1.4.5

29 Apr 23:16

Choose a tag to compare

Allow DoctrineModule 1.x

1.4.4

17 Feb 19:03

Choose a tag to compare

Rollback library dependencies to ZF ^ 2.4 because of zendframework/zend-hydrator issue in doctrine/doctrine-module

1.4.3

17 Feb 17:58

Choose a tag to compare

Allow Doctrine Module ^0.8 instead of forcing ^0.9

1.4.2

07 Dec 19:34

Choose a tag to compare

Doctrine Date data types are now set to midnight when queried in the PHP DateTime object.