Skip to content

Releases: phpcr/phpcr

2.1.14

13 Dec 10:03
@dbu dbu
2.1.14

Choose a tag to compare

  • 2024-12-13: Improve PHPDoc for QueryResultInterface to specify instead of describe return types.

2.1.13

03 Jul 15:08
@dbu dbu
2.1.13
2cb17ac

Choose a tag to compare

  • 2024-07-03: Drop support for PHP 7.0 and 5.6 to allow ? in parameters to avoid warning with PHP 8.3 and prepare for PHP 9.

2.1.12

03 Jul 15:03
@dbu dbu
2.1.12
a37021e

Choose a tag to compare

  • 2024-07-03: Revert BC breaks with nullable parameters as those are not supported in PHP 7.0.

2.1.11

09 Apr 14:50
@dbu dbu
2.1.11

Choose a tag to compare

  • 2024-04-09: Fixed PHPCR\Query\QOM\QueryObjectModelFactoryInterface::literal phpdoc return type.

2.1.10

02 Dec 10:05
@dbu dbu
2.1.10
52efd85

Choose a tag to compare

  • 2023-12-02: PHPDoc fixes with phpstan.

2.1.9

01 Dec 15:00
@dbu dbu
2.1.9
b99d628

Choose a tag to compare

  • 2023-12-01: Fix test class name to match the filename as phpunit 10 no longer accepts the mismatch.

2.1.8

04 Sep 10:17
@dbu dbu
2.1.8

Choose a tag to compare

  • Improve phpdoc to work nicely with static code analysers: Generics, param and return types.
    There are no BC break because this is "only" documentation, but code analysers and other code quality tools might now report if you use the API incorrectly.

2.1.7

04 Sep 10:17
@dbu dbu
2.1.7

Choose a tag to compare

Adjust documentation links in README

2.1.6

06 Oct 09:06
@dbu dbu
2.1.6
832e220

Choose a tag to compare

Allow PHP 8

2.1.5

11 Dec 13:24
@dbu dbu
2.1.5
4a7edb0

Choose a tag to compare

  • Use namespaced phpunit classes in tests