- Support Symfony v8.
- Upgrade PHPunit to v12.
- Fix Symfony and PHPUnit deprecations.
- Remove
form format deprecations.
- Fix #22
- Fix #21
- Support symfony 7 & fix deprecation.
- Deprecate
form request input data.
- Upgrade PHPUnit & fix deprecation.
- Add nix flake for development environment.
- Fix #10 issue - throw
UnsupportedMediaTypeHttpException in case Content-Type header is missing or unsupported.
- Update workflow to support dependencies checking
- Update readme file
- Update .gitignore file
- Fix dependencies issue
- Register services in bundle extension file
- Fix exceptions issues
- Add .gitattributes
- Handle deserialization exceptions
- Update composer.json minimum-stability
- Update readme.md
- Update composer.json description
- Update readme.md
- Add skip validation in YAML configuration
- Add Input Attribute for custom configuration per action (format, groups and context)
- Refactoring using php 8
- Add bundle configurations:
# config/packages/request_input.yaml
request_input:
enabled: false # per default true
formats: ['json'] # per default ['json', 'xml', 'form']