Releases: boekkooi/JqueryValidationBundle
Releases · boekkooi/JqueryValidationBundle
Minor patch
In this release:
- Fixed a issue with BirthdayType
- Removed deprecation notices (@lvillanne)
Symfony 3 & PHP 5.5
In this release we add support for Symfony 3 and drop the unsupported PHP 5.3 and 5.4.
Thanks to @robertfausk we also have docs about supported constraints now.
Dependencies shouldn't warn
It is a simple release with no new features or bug fixes.
In this release:
- Fixed Symfony 2.7 deprecation messages by updating the twig dependency to 1.14.2
- Fixed tests to be compatible with PHP 7 and Symfony 2.8
A those lovely patches
In this release:
- Symfony 2 deprecation messages where removed (#9)
- Fixed a problem with empty form names (#17)
- Fixed a problem resolving validation groups (#18)
- Implemented property path based constraint resolving with multiple parts (#16)
- Fixed some docs and example code
Special thanks to @aitboudad, @BboyKeen and @gaetan80 for reporting!
Repeat after me
Fixed equalTo rule missing field dependency (#10)
It's all about the data
In this release:
- Fixed inherit data not working correctly
- Improved property name resolving
- Added missing PatternRule mapping
O collections
In this release:
- A bug was fixed where collection items where not being validated (thanks @sintanial for reporting)
- Symfony 2.4 is not being tested (it's EOL)
First 1.0
The First but not the last
Release candidate 1!
In this release:
- Added jquery additional methods/rules (javascript)
- Fixed bugs with older package dependency versions.
- Make Rule abstract and added ConstraintRule to be more clear.
Symfony 2.3 support
In this release:
- Symfony 2.3 is now supported!
- Added support for DateTime/Date/Time fields and there related view transformers (thanks @scottgutman for the issue)
- Fixed some problems with the wrong error message being shown.