Skip to content

Releases: dualmediaspzoo/symfony-request-dto-bundle

3.3.0

15 Dec 13:48
8389aa1

Choose a tag to compare

Added #[AsDoctrineReference] which can be used on FindBy, FindOneBy or FindComplex to pass appropriate metadata which will later force (in FindBy / FindOneBy) entities to be loaded through ids only as Doctrine references.

What's Changed

  • Feature/reference and updates by @pkly in #23

Full Changelog: 3.2.3...3.3.0

3.2.3

08 Aug 07:18
8217deb

Choose a tag to compare

What's Changed

  • Correct schema for DTO child array by @ozgaB in #22

Full Changelog: 3.2.2...3.2.3

3.2.2

09 Jul 12:40
86bd931

Choose a tag to compare

What's Changed

  • Fix some deprecations for PHP 8.4 by @pkly in #20

Full Changelog: 3.2.1...3.2.2

3.2.1

06 Mar 10:56
70fcba2

Choose a tag to compare

What's Changed

  • Add handling null string as null value by @ozgaB in #19

Full Changelog: 3.2.0...3.2.1

3.2.0

11 Feb 11:35
360ed07

Choose a tag to compare

What's Changed

  • Add WhenVisited constraint by @ozgaB in #18

Full Changelog: 3.1.1...3.2.0

3.1.1

10 Jan 12:16
4a2bc40

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

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

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

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

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]>