Added a new parameter to the DtoUtility::updateEntityList() function. It allows to give the list of properties on which the comparison of the entities is made.
Fix the top level DTO validation again. Encapsulate the DataTransferObjectParamConverter request into cloned request to avoid working on original request.
New feature:
Request > File > Attributes > Query. The json file in the body is identified by the mime type application/json or text/json. The DTO handler will also remove these files from the Reques object to leave you with only the other files in your multipart body (such as uploaded images).[@Assert](https://github.com/Assert)\DateTime and [@Assert](https://github.com/Assert)\Date will now transform the property type in DateTime if no type is set.ParamConverter. Check the documentation.Request object. It loads the content with the following proprity: Request > Attributes > Query.except option for the UniqueEntityData constraint to support the Expression language.app.data_transfer_object to declare DTO instead of using the [@DTO](https://github.com/DTO) annotation.except option for the UniqueEntityData constraint, it is now mandatory to use this to target a property withing the DTO (e.g. this.targetEntity).Bug fixes:
Features:
How can I help you explore Laravel packages today?