Skip to content

Releases: artyuum/request-dto-mapper-bundle

v1.0.0

02 Dec 20:22
769bc36
Compare
Choose a tag to compare
  • 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.

v0.0.2

29 Apr 07:30
122dc81
Compare
Choose a tag to compare

Allowed PHP 8.0 in composer.json

v0.0.1

11 Feb 09:01
Compare
Choose a tag to compare

First release.