Skip to content

Releases: hostnet/form-handler-bundle

Upgrade deprecated actions/cache in workflow to v4

11 Feb 13:08
9319002

Choose a tag to compare

2.0.0

13 May 08:35
a7da20a

Choose a tag to compare

What's Changed

  • [BC] Add Symfony 7 support and drop Symfony 5.4, replace annotations with attributes
  • Removed FormHandlerRegistryCompilerPass
  • Removed FormParamConverter

Full Changelog: 1.7.4...2.0.0

See also the migration guide

Allow Symfony 6 and PHP 8

21 Sep 09:19
1b64284

Choose a tag to compare

Merge pull request #77 from hostnet/bump-form-handler-bundle

Update form-handler-component to latest version

Update phpcs-tool to 9.1.0 with Hostnet-Level-1

04 May 12:28
c531ea8

Choose a tag to compare

  • Updates phpcs-tool to 9.1.0 with Hostnet-Level-1

php 8 support

12 Jul 13:10

Choose a tag to compare

1.7.2

added php 8 support

End support for PHP 5.6, 7.0 and 7.1. Add support for 7.3

01 Apr 07:30

Choose a tag to compare

  • Ends support for PHP 5.6, 7.0 and 7.1.
  • Adds support for 7.3

Symfony 5 support

10 Mar 10:01
d94d22e

Choose a tag to compare

This tag adds symfony 5 support through the following pull:
#68

1.6.1

18 Dec 12:54

Choose a tag to compare

This patch fixes the issue where the HandlerFactoryInterface could not be autowired.

  • Add alias for HandlerFactoryInterface (#54)

1.6.0

12 Dec 13:51

Choose a tag to compare

Comes with extra optimizations and autowiring support.

  • Optimized the parameter converter arguments (#53)
  • Added a test to verify making handlers public works (#51)
  • Added phpcs to travis (#50)
  • Allow a specific config per test (#49)
  • Add service aliases (#47)

Auto configure support

13 Nov 11:25

Choose a tag to compare

Add support for auto configuration in sysmfony versions 3.3 and above.