Skip to content

Releases: rekalogika/rekapager

v0.11.2

19 Jun 15:05
67c11c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

18 Jun 09:06
0a0bc10
Compare
Choose a tag to compare

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

15 Jun 15:56
7343827
Compare
Choose a tag to compare

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.1

10 Jun 18:27
83a9694
Compare
Choose a tag to compare

What's Changed

  • chore: remove unneeded intermediate interfaces by @priyadi in #72

Full Changelog: v0.10.0...v0.10.1

v0.10.0

10 Jun 17:43
38220d2
Compare
Choose a tag to compare

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.3

10 Jun 17:16
6572f35
Compare
Choose a tag to compare

What's Changed

  • fix: renumbering of pages if anchored to the first page. by @priyadi in #68

Full Changelog: v0.9.2...v0.9.3

v0.9.2

08 Jun 12:15
20ae3d7
Compare
Choose a tag to compare

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

06 Jun 18:45
9e49188
Compare
Choose a tag to compare

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.9.0

03 Jun 14:50
e63e337
Compare
Choose a tag to compare

What's Changed

  • build: generate image on push to main branch by @priyadi in #55
  • build: Symfony 7.1 compatibility by @priyadi in #57
  • fix: bug of extra first & last page showing up in small data set. by @priyadi in #56
  • release: 0.9.0 by @priyadi in #58

Full Changelog: v0.8.5...v0.9.0

v0.8.5

21 May 17:44
6251970
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.5