Releases: whiteoctober/Pagerfanta
Releases · whiteoctober/Pagerfanta
v2.1.3
- [ElasticaAdapter] use count() instead search() for getNbResult() #280
- Fixed: Attempted to call an undefined method named "count" of class " Doctrine\ODM\MongoDB\Query\Query". in DoctrineODMMongoDBAdapter #279
v2.1.2
- Fix issue with order-by in count queries: #275
v2.1.1
- Make exception interface extend throwable (#273)
- PSR-4 return type fix (#274)
v2.1.0
- Make Pagerfanta JsonSerializable (#269)
Other changes:
- Documentation improvements (#250, #258, #264, #265)
- Move to PSR-4 autoloading (#260) and update phpunit requirements (#272)
- Fix type annotations (#267)
- Travis configuration changes (#270, #271)
v2.0.1
- Add an option to limit results with Elastica (#213)
v2.0.0
Move to PHP >= 7.0 (#245; documented in #248)
v1.1.0
New features
- Add ConcatenationAdapter (#239)
- Add method to identify which page the Nth item is on (#242)
- Add support for options in ElasticaAdapter (#199)
Fixes
- Fix 'DefaultTemplate uses "previous_message" rather than "prev_message"' (#230)
- Add contributor code of conduct (#233)
- Various tweaks to tests (#236, #240)
- Various README fixes (#231, #189, #187)
v1.0.5
Add support for Bootstrap 4 (#226), plus some README tweaks.
v1.0.4
Merge pull request #216 from loic425/semantic_ui
Add support for semantic ui