- add compatibility to Symfony 4, min. requirement PHP 7.1
- fix behavior of Symfony CSRF Bridge implementation for generating new token
- fix issue in email validation with line breaks
- upgrade to symfony components 3.0 (breaking change)
- fix issue in email validation with line breaks
- Make isEmail regexp compatible to RFC2822
- add data attributes to choice radio field.
- fix issue in textarea helper with
value
attribute (introduced in 1.1.1)
- add attribute whitelist (id, class, style) to
formField
,formChoise
helper. - improve docs by adding example of smarty with form collection and
ncform_option
. - improve docs by adding example of smarty
ncform_field
withtype="id"
,type="name"
,type="value"
.
- breaking change of behavior in validators so that null values are valid (like in symfony).
- add attribute whitelist (id, class, style) to overwrite whitelisted attributes in
formStart
helper.
- add option
COLLECTION_TYPE_ANY
. Binds payload to any matching entity. - add php7.1 to travis ci
- Initial release