Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 714 Bytes

CHANGELOG.md

File metadata and controls

33 lines (18 loc) · 714 Bytes

Changes in facile-it/paginator-bundle

All notable changes of the PaginatorBundle release series are documented in this file using the Keep a CHANGELOG principles.

[1.3] - 2017-01-16

Changed

  • Allow Twig 2.0

[1.2] - 2016-12-13

Changed

  • Bumped compatibility to Symfony 2.8 - 3.x
  • Added support for query builders with query hints
  • Added PHP 5.6, 7 and 7.1 to CI builds

[1.1] - 2016-01-15

Changed

  • Added function to enable Doctrine ResultCache on paginated query

[1.0.1] - 2016-01-14

Fixed

  • Fixed: resolved performance issue due to internal misuse of DoctrinePaginator with simple queries

[1.0] - 2014-08-26

  • Initial public release