Skip to content

Releases: rekalogika/rekapager

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

v0.8.1

08 Apr 16:46
3d9288e
Compare
Choose a tag to compare

What's Changed

  • feat: add PagerFactoryInterface for API Platform by @priyadi in #44

Full Changelog: v0.8.0...v0.8.1

v0.8.0

08 Apr 15:07
1dbb6b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.8.0

v0.7.2

05 Apr 16:32
218b01e
Compare
Choose a tag to compare

What's Changed

  • fix: next page skipping bug & lazy loading Pager by @priyadi in #38

Full Changelog: v0.7.1...v0.7.2

v0.7.1

05 Apr 13:16
798ca05
Compare
Choose a tag to compare

What's Changed

  • build: update babel config according to symfony docs by @priyadi in #34
  • fix(bootstrap5.html.twig): fix label_unknown bug by @priyadi in #36
  • fix(ProximityPager): fix bug when going to next page from second to last page by @priyadi in #37

Full Changelog: v0.7.0...v0.7.1

v0.7.0

04 Apr 14:05
b4f4309
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.7.0

v0.6.2

02 Apr 16:32
bcbfd69
Compare
Choose a tag to compare

What's Changed

  • fix: various pager numbering fixes by @priyadi in #21

Full Changelog: v0.6.1...v0.6.2

v0.6.1

02 Apr 14:32
54a8610
Compare
Choose a tag to compare

What's Changed

  • fix(QueryBuilderAdapter): now refuses to continue if the same field appears multiple times in the order by clause. by @priyadi in #20

Full Changelog: v0.6.0...v0.6.1

v0.6.0

02 Apr 09:19
ed0377b
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): update psr/log requirement from ^2.0 to ^2.0 || ^3.0 by @dependabot in #9
  • build: dockerize demo by @priyadi in #10
  • test: add tests for zero proximity pager, empty pager, and test current count for all pagers by @priyadi in #12
  • build: remove deps to keyset/offset from bundle by @priyadi in #14
  • fix(Pager): fetch only 2 * proximity ahead and behind. by @priyadi in #15
  • feat(PageableInterface): add getPages() for easy batching by @priyadi in #17

Full Changelog: v0.5.2...v0.6.0