Skip to content

Commit

Permalink
Remove RequestTransformer, use RequestTask instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
njoubert-cleverage committed Dec 12, 2024
1 parent 2bd26ee commit 95dea37
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 119 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ v2.0
Services should not use autowiring or autoconfiguration. Instead, all services should be defined explicitly.
Services must be prefixed with the bundle alias instead of using fully qualified class names => `cleverage_rest_process`
* RequestTask : `query_parameters` option is deprecated, use `data` instead
* Remove RequestTransformer, use RequestTask instead.

### Changes

Expand Down
12 changes: 0 additions & 12 deletions config/services/transformer.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ CleverAge\RestProcessBundle\CleverAgeRestProcessBundle::class => ['all' => true]

- Tasks
- [RequestTask](reference/tasks/request_task.md)
- Transformers
- [RequestTransformer]
105 changes: 0 additions & 105 deletions src/Transformer/RequestTransformer.php

This file was deleted.

0 comments on commit 95dea37

Please sign in to comment.