Skip to content

Releases: dualmediaspzoo/symfony-request-dto-bundle

3.1.1

10 Jan 12:16
4a2bc40
Compare
Choose a tag to compare

What's Changed

  • Ignore property validation when property value is null by @ozgaB in #17

New Contributors

  • @ozgaB made their first contribution in #17

Full Changelog: 3.1.0...3.1.1

3.1.0

18 Jul 07:01
b64d0aa
Compare
Choose a tag to compare

What's Changed

  • Switching ArgumentValueResolverInterface into ValueResolverInterface by @JaWitold in #15

New Contributors

Full Changelog: 3.0.0...3.1.0

3.0.0

05 Mar 11:02
ba9c72e
Compare
Choose a tag to compare

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

07 Nov 09:14
28a0558
Compare
Choose a tag to compare
Update style ruleset, fix invalid group fetching issue, update packag…

Fix DTOs not being displayed correctly in docs if they exist as a collection

31 Aug 11:04
705bc05
Compare
Choose a tag to compare
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

29 Mar 09:08
fe87e7e
Compare
Choose a tag to compare

Fix nullable assignment for arrays when loading a find attribute

2.2.1

05 Feb 13:30
6374bac
Compare
Choose a tag to compare

Allow specifying static data in dtos

2.2.0

01 Feb 11:12
d7b6a25
Compare
Choose a tag to compare

Fixes #7

2.1.1

09 Jan 16:50
342e0f1
Compare
Choose a tag to compare

Allow installation on Symfony 6, update some things

2.1.0

01 Jan 11:17
Compare
Choose a tag to compare

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).