Releases: rekalogika/rekapager
Releases · rekalogika/rekapager
v0.11.0
What's Changed
- refactor: change
PageableInterface::getPageIdentifierClass()
from static to instance method to simplify decoration by @priyadi in #75
Full Changelog: v0.10.1...v0.11.0
v0.10.0
What's Changed
- chore: remove TIdentifier template as it feels superfluous in userland by @priyadi in #70
Full Changelog: v0.9.3...v0.10.0
v0.9.2
What's Changed
- build: limit
zenstruck/foundry
to 1.37.* for now by @priyadi in #62
- fix(
PagerFactory
): pager should not be lazy, so that if the page does not exist, it will throw an exception immediately, not inside template. by @priyadi in #61
- feat(
PagerFactory
): wrap OutOfBoundsException
and add the pager and options to the exception class. by @priyadi in #63
- fix(
Pager
): fix offset pagination bug where the last page points to the first page. by @priyadi in #64
- release: v0.9.2 by @priyadi in #65
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- fix(
QueryBuilderAdapter
): use generated field names for our boundary fields in the select statement, avoids conflict with other fields in the query. by @priyadi in #59
Full Changelog: v0.9.0...v0.9.1
v0.8.3
What's Changed
- fix: add void return in bundle class by @priyadi in #48
- chore: gitignore public/bundles by @priyadi in #49
- fix(keyset): going from 2nd last page to last page now works properly by @priyadi in #50
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- refactor: remove configuration from API Platform bundle, will try to reuse standard API Platform extra properties. by @priyadi in #45
- feat: throw exception if a boundary value is null by @priyadi in #47
Full Changelog: v0.8.1...v0.8.2