Releases: artyuum/request-dto-mapper-bundle
Releases · artyuum/request-dto-mapper-bundle
v1.0.0
- Use the "kernel.controller_arguments" event instead of an argument resolver. (fixes #1 )
- Configure the DTO directly on the controller using a PHP attribute.
- New event: PostDtoValidationEvent.
- Pass additional options when configuring the DTO.
- Set default options when configuring the bundle.
- More flexible way of extracting the data from the request.
- Suggest symfony/validator instead of requiring it.
- Throw SourceExtractionException when unable to extract the source data.
- Store the constraints violations as a request attribute.
- Rework events arguments.
- Unit tests.