Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 1.08 KB

Changelog

2.1.11

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

2.1.10

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

2.1.9

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

2.1.8

  • 2023-09-04: 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

  • 2023-02-18: Adjust documentation links in README

2.1.6

  • 2020-10-06: Allow PHP 8

2.1.5

  • 2019-12-11: Use namespaced phpunit classes in tests

2.1.4

  • 2017-02-08: fixed a regression of 2.1.3 that broke with php 5.6 (#96)

2.1.3