v1.3.0
Added
- Added support of nullable
RequestBody
arguments. When a request body is empty, and the content type is unavailable, a default argument value is used, ornull
in case of a nullable argument.
Changed
- No error for nullable
RequestBody
arguments.
Removed
- Doctrine annotations from the composer dependencies.
- Support for Symfony v4.4