Releases: LRotherfield/Form
Releases · LRotherfield/Form
2.0.0: Symfony 3.0 support
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
Merged pull request from @sgilberg to update the form favouring configureOptions rather than the deprecated setDefaultOptions
Version 1.1.1
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
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
Initial release
Adds hidden entity field and entity to id transformer