Skip to content

Releases: rekalogika/rekapager

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

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