Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Releases: Ekman/es-pagination

Default sorting

09 Jun 13:59
Compare
Choose a tag to compare
  • BREAKING: Change default sorting from deprecated _id to recommended _doc
  • Update elasticsearch/elasticsearch version 7.17 requirement
  • Add throws EsPaginationException

PHP 8 support

22 May 21:14
1923f42
Compare
Choose a tag to compare

Now we got PHP 8 support.

Correction on PHP 8 support

10 Jan 14:14
22129e2
Compare
Choose a tag to compare

Given that the official PHP Elasticsearch client does not support PHP 8, this library could not possibly support it. This was an oversight that has been corrected now.

Support for PHP 8

17 Dec 16:15
6932a91
Compare
Choose a tag to compare

Added support for PHP 8

Initial release

17 Dec 14:29
Compare
Choose a tag to compare

First stable release. No changes from version 0.0.5.

Preparing for release

14 Nov 13:40
Compare
Choose a tag to compare
Preparing for release Pre-release
Pre-release

Chore tasks such as tests, Travis and Coveralls. Package is scheduled for testing in production. Minor changes incoming but no more breaking changes.

As soon as the package proves stable it will be released as version 1.0.0.

All kinds of pagination

14 Nov 13:37
Compare
Choose a tag to compare
Pre-release

Implemented scroll, from and search after pagination.

Initial release

14 Nov 13:36
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release in order to test the code in a production environment. Breaking changes incoming.