Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 1.09 KB

Changelog

4.6.0 (2024-05-29)

  • Add support for ruflin/elastica 8.x
  • Deprecate not returning a query builder from the modifier callback in Pagerfanta\Doctrine\DBAL\QueryAdapter

4.5.0 (2024-04-10)

  • Add support for doctrine/phpcr-odm 2.x

4.4.0 (2024-03-24)

  • #55 Add an EmptyAdapter

4.3.2 (2024-03-06)

  • #54 Add Psalm annotations to the Pagerfanta::createForCurrentPageWithMaxPerPage() static constructor

4.3.1 (2024-01-31)

  • #53 Fix Doctrine's Criteria::setFirstResult() method usage deprecation

4.3.0 (2024-01-27)

  • Add support for doctrine/dbal 4.x
  • Add support for doctrine/orm 3.x

4.2.0 (2023-07-10)

  • #50 Add page variable to Twig blocks where missing

4.1.0 (2023-04-15)

  • #48 Add support for memory efficient auto-pagination

4.0.0 (2023-03-15)

  • Consult the UPGRADE guide for changes between 3.x and 4.0