Skip to content

Latest commit

 

History

History
executable file
·
57 lines (45 loc) · 1.41 KB

File metadata and controls

executable file
·
57 lines (45 loc) · 1.41 KB

Changelog

2.0.0

  • Support Symfony v8.
  • Upgrade PHPunit to v12.
  • Fix Symfony and PHPUnit deprecations.
  • Remove form format deprecations.
  • Fix #22
  • Fix #21

1.2.6

  • Support symfony 7 & fix deprecation.
  • Deprecate form request input data.
  • Upgrade PHPUnit & fix deprecation.
  • Add nix flake for development environment.

1.2.5

  • Fix #10 issue - throw UnsupportedMediaTypeHttpException in case Content-Type header is missing or unsupported.

1.2.4

  • Update workflow to support dependencies checking
  • Update readme file
  • Update .gitignore file
  • Fix dependencies issue

1.2.3

  • Register services in bundle extension file
  • Fix exceptions issues
  • Add .gitattributes

1.2.2

  • Handle deserialization exceptions
  • Update composer.json minimum-stability
  • Update readme.md

1.2.1

  • Update composer.json description
  • Update readme.md

1.2.0

  • Add skip validation in YAML configuration
  • Add Input Attribute for custom configuration per action (format, groups and context)
  • Refactoring using php 8

1.1.0

  • Add bundle configurations:
# config/packages/request_input.yaml
request_input:
  enabled: false # per default true
  formats: ['json'] # per default ['json', 'xml', 'form']

1.0.0

  • First Major release