- deps: support api-platform 4
- deps: bump rekapager
- test: add test for PHP 8.4
- deps: bump rekapager
- build: exclude buggy
symfony/property-info
, symfony/symfony#57634 - fix: remove
api_lite_rekapager
check inRekapagerPageablePaginatorApplier
- deps: require rekapager 0.11
- feat: add
RekapagerPageablePaginatorApplier
- build: add github-actions to dependabot
- fix: temporary workaround for DELETE error: "Controller "ApiPlatform\Action\PlaceholderAction::__invoke" requires the "$data" argument that could not be resolved. Either the argument is nullable and no null value has been provided, no default value has been provided or there is a non-optional argument after this one."
- build: add dump makefile target
- deps: update rekapager to 0.10
- feat: Initial Rekapager support
- refactor: Change return type from
PaginatorInterface
toiterable
to anticipate future changes. - refactor:
PaginatorApplierInterface::applyPaginator()
now takes raw operation and context.
- test: Add manual filtering example.
- fix(
ApiMapper
): Missingkernel.reset
tag.
- fix(
AbstractState
): Make$container
protected, so it can be extended by child classes - build: Create
ApiMapperInterface
and use it for the service ID. - refactor: Move
mapCollection()
to separate interface. - refactor(
ApiCollectionMapper
):mapCollection()
now accepts null target.
- build: fix deps