Skip to content

Releases: LRotherfield/Form

2.0.0: Symfony 3.0 support

31 Mar 19:55

Choose a tag to compare

This release adds Symfony 3.0 support but breaks backwards compatibility with Symfony < 3

1.1.2: Fix for function call deprecated in Symfony 2.7

31 Mar 19:57

Choose a tag to compare

Merged pull request from @sgilberg to update the form favouring configureOptions rather than the deprecated setDefaultOptions

Version 1.1.1

04 Mar 13:12

Choose a tag to compare

Bugfix from sebastien-roch/master to prevent exceptions on reverse transform if the id is null

v1.1.0: Adds custom data transformer option to hidden entity type

30 Aug 20:27

Choose a tag to compare

Changes

Option key change from "entity_repository" to "class" as it makes more logical sense

Option "transformer" available for using a custom entity transformer if required rather than the provided entity to id transformer

Initial release

30 Aug 20:03

Choose a tag to compare

Initial release

Adds hidden entity field and entity to id transformer