Skip to content

Releases: rekalogika/rekapager

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

v0.8.3

21 May 11:17
0af6734
Compare
Choose a tag to compare

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

09 May 13:51
5f0681d
Compare
Choose a tag to compare

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