Releases: rekalogika/rekapager
Releases · rekalogika/rekapager
v0.15.0
What's Changed
- refactor(
BatchCommand
): remove input & output arguments fromgetPageable()
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
What's Changed
- fix: fix metrics when resuming batch by @priyadi in #135
- chore: add
Override
attribute where applicable by @priyadi in #136 - chore: rector config updates by @priyadi in #138
- feat: add
getInput()
andgetOutput()
toBatchCommand
by @priyadi in #139 - build: update target for release process by @priyadi in #140
- build: update monorepo target by @priyadi in #141
- release: v0.14.0 by @priyadi in #142
Full Changelog: v0.13.3...v0.14.0
v0.13.3
v0.13.2
What's Changed
- feat: batch time limit by @priyadi in #125
- Build/rector by @priyadi in #126
- fix: batch size CLI option by @priyadi in #128
- feat(batch): show remaining time if the count is known by @priyadi in #129
- chore: cosmetic by @priyadi in #130
- release: v0.13.2 by @priyadi in #127
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- feat: add
BatchProcess
andAbstractBatchCommand
by @priyadi in #117 - feat(
BatchProcess
): addSimpleBatchProcess
, 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
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
v0.12.3
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
v0.12.0
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
): addindexBy
parameter by @priyadi in #96 - feat(
PageableInterface
): add$start
parameter togetPages()
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
): addindexBy
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