Skip to content

Releases: rekalogika/rekapager

v0.15.0

22 Jul 18:43
70bc4ef
Compare
Choose a tag to compare

What's Changed

  • refactor(BatchCommand): remove input & output arguments from getPageable() by @priyadi in #143
  • build(deps): bump docker/build-push-action from 6.4.0 to 6.5.0 by @dependabot in #144
  • build(deps): bump docker/login-action from 3.2.0 to 3.3.0 by @dependabot in #145
  • feat(QueryBuilderAdapter): now supports offset pagination by @priyadi in #146
  • release: v0.15.0 by @priyadi in #147
  • chore: fix changelog by @priyadi in #148

Full Changelog: v0.14.0...v0.15.0

v0.14.0

21 Jul 03:19
2aa5b23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.3...v0.14.0

v0.13.3

18 Jul 05:23
09b42d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.2...v0.13.3

v0.13.2

17 Jul 20:13
546b9ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

16 Jul 12:00
2ae3a4a
Compare
Choose a tag to compare

What's Changed

  • feat: add BatchProcess and AbstractBatchCommand by @priyadi in #117
  • feat(BatchProcess): add SimpleBatchProcess, simplify wiring, add process-file feature by @priyadi in #119
  • fix(BatchProcess): show interrupt message only once by @priyadi in #120
  • refactor(BatchProcess): processItem now accept an event by @priyadi in #121
  • refactor(BatchProcess): remove metric collection & logging from main class by @priyadi in #122
  • refactor: batch by @priyadi in #123
  • build(deps): bump docker/build-push-action from 6.3.0 to 6.4.0 by @dependabot in #118
  • release: v0.13.1 by @priyadi in #124

Full Changelog: v0.13.0...v0.13.1

v0.13.0

15 Jul 03:51
ba7e229
Compare
Choose a tag to compare

What's Changed

  • refactor: add PageIdentifierEncoderResolverInterface for simplification by @priyadi in #115
  • release: v0.13.0 by @priyadi in #116
  • build(deps): bump docker/build-push-action from 6.1.0 to 6.3.0 by @dependabot in #114
  • build(deps): bump docker/metadata-action from f7b4ed12385588c3f9bc252f0a2b520d83b52d48 to a64d0487d7069df33b279515d35d60fa80e2ea62 by @dependabot in #110

Full Changelog: v0.12.4...v0.13.0

v0.12.4

03 Jul 05:24
251a988
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.3...v0.12.4

v0.12.3

28 Jun 16:04
089815d
Compare
Choose a tag to compare

What's Changed

  • fix(PagerFantaAdapterAdapter): rename $pagerfanta to $adapter by @priyadi in #105
  • build(deps): bump docker/build-push-action from 4367da978b557b70738a51fed31c93e6a240dfb3 to 31159d49c0d4756269a0940a750801a1ea5d7003 by @dependabot in #107
  • build(deps): bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to f7b4ed12385588c3f9bc252f0a2b520d83b52d48 by @dependabot in #106
  • feat: add Closure type parameter for count in all Pageable implementations by @priyadi in #108
  • release: v0.12.3 by @priyadi in #109

Full Changelog: v0.12.1...v0.12.3

v0.12.1

22 Jun 13:27
05d7b28
Compare
Choose a tag to compare

What's Changed

  • fix: remove all array_is_list() checks by @priyadi in #104

Full Changelog: v0.12.0...v0.12.1

v0.12.0

22 Jun 10:51
57434df
Compare
Choose a tag to compare

What's Changed

  • fix(PagerItem): withPageNumber should return static by @priyadi in #92
  • build: update php-cs-fixer by @priyadi in #93
  • chore: cleanup by @priyadi in #94
  • docs: add comments for documentation by @priyadi in #95
  • feat(QueryBuilderAdapter): add indexBy parameter by @priyadi in #96
  • feat(PageableInterface): add $start parameter to getPages() method to ease batch resuming. by @priyadi in #97
  • refactor: move common indexBy logic to separate package by @priyadi in #98
  • docs: fix readme by @priyadi in #99
  • Feat/selectable/indexby by @priyadi in #100
  • feat(PagerfantaAdapterAdapter): add indexBy parameter by @priyadi in #101
  • test: use SQL file for fixtures population. should fix CI race condition. by @priyadi in #103
  • Release/v0.12.0 by @priyadi in #102

Full Changelog: v0.11.2...v0.12.0