Skip to content

Releases: sfmok/request-input-bundle

v1.2.6

03 Oct 11:22
Compare
Choose a tag to compare
  • Support symfony 7 & fix deprecation.
  • Deprecate form request input data.
  • Upgrade PHPUnit & fix deprecation.
  • Add nix flake for development environment.

v1.2.5

26 Feb 13:02
Compare
Choose a tag to compare

#12 fix bug issue: throw UnsupportedMediaTypeHttpException in case Content-Type header is missing or unsupported.

v1.2.4

25 Nov 18:17
Compare
Choose a tag to compare

update workflow ci to support dependencies checking

v1.2.3

19 Nov 11:47
Compare
Choose a tag to compare

What's Changed

  • Register services in bundle extension file by @sfmok in #4
  • Fix exceptions issues
  • Add .gitattributes

Full Changelog: v1.2.2...v1.2.3

v1.2.2

17 Nov 21:06
Compare
Choose a tag to compare

Handle deserialization exceptions

v1.2.1

13 Nov 08:20
8859f8b
Compare
Choose a tag to compare

update composer and readme files

v1.2.0

12 Nov 21:39
Compare
Choose a tag to compare
  • Add skip validation in YAML configuration
  • Add Input Attribute for custom configuration per action (format, groups and context)
  • Refactoring using PHP 8

v1.0.1

10 Nov 17:24
Compare
Choose a tag to compare

Add bundle configuration

v1.0.0

09 Nov 15:07
Compare
Choose a tag to compare

First major release