Releases: dualmediaspzoo/symfony-request-dto-bundle
Releases · dualmediaspzoo/symfony-request-dto-bundle
3.1.1
What's Changed
- Ignore property validation when property value is null by @ozgaB in #17
New Contributors
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- Switching ArgumentValueResolverInterface into ValueResolverInterface by @JaWitold in #15
New Contributors
Full Changelog: 3.0.0...3.1.0
3.0.0
Breaking changes related to validation, see CHANGES.md
What's Changed
Full Changelog: 2.2.4...3.0.0
2.2.4 - Fix ProvideValidationGroups not being fetched on dtos
Update style ruleset, fix invalid group fetching issue, update packag…
Fix DTOs not being displayed correctly in docs if they exist as a collection
Fix displaying array of objects in api docs (#11)
* Fix displaying array of objects in api docs
* Add comments
---------
Co-authored-by: Bartosz Urbaniak <[email protected]>
2.2.2
Fix nullable assignment for arrays when loading a find
attribute
2.2.1
Allow specifying static data in dtos
2.1.1
Allow installation on Symfony 6, update some things
2.1.0
Add doctrine autoconfiguration. From now on no additional work should be required to use DTOs right away.
This behavior is only applicable when a provider was not specified (default).