Releases: rekalogika/rekapager
Releases · rekalogika/rekapager
v0.11.2
v0.11.1
What's Changed
- test: add
UnsupportedCollectionTest
by @priyadi in #77 - fix: improve error message if a property does not exist or the value is null by @priyadi in #78
- feat: friendly error message if the underlying collection's item is not an array or object by @priyadi in #79
- feat(
SelectableAdapter
): refuse to continue if the supplied criteria has a first result or max results parameter set by @priyadi in #80 - feat(
QueryBuilderAdapter
): refuse to continue if the supplied criteria has a first result or max results parameter set by @priyadi in #81 - legal: add LICENSE to each of the subpackages by @priyadi in #82
- build(dependabot): add github-actions and docker by @priyadi in #83
- build(deps): bump docker/build-push-action from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 4367da978b557b70738a51fed31c93e6a240dfb3 by @dependabot in #84
- build(deps): bump docker/login-action from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 0d4c9c5ea7693da7b068278f7b52bda2a190a446 by @dependabot in #85
- build(deps): bump ramsey/composer-install from 2 to 3 by @dependabot in #86
- build(deps): bump actions/cache from 3 to 4 by @dependabot in #88
- build(deps): bump actions/checkout from 2 to 4 by @dependabot in #87
- release: v0.11.1 by @priyadi in #89
Full Changelog: v0.11.0...v0.11.1
v0.11.0
v0.10.1
v0.10.0
v0.9.3
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
): wrapOutOfBoundsException
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