Skip to content

Releases: boekkooi/JqueryValidationBundle

Minor patch

16 Oct 15:00
Compare
Choose a tag to compare

In this release:

  • Fixed a issue with BirthdayType
  • Removed deprecation notices (@lvillanne)

Symfony 3 & PHP 5.5

13 Jan 15:22
Compare
Choose a tag to compare

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

02 Nov 03:34
Compare
Choose a tag to compare

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

14 Sep 07:31
Compare
Choose a tag to compare

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

14 Jun 09:58
Compare
Choose a tag to compare

Fixed equalTo rule missing field dependency (#10)

It's all about the data

05 May 04:48
Compare
Choose a tag to compare

In this release:

  • Fixed inherit data not working correctly
  • Improved property name resolving
  • Added missing PatternRule mapping

O collections

22 Apr 09:21
Compare
Choose a tag to compare

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

02 Apr 07:01
Compare
Choose a tag to compare

The first stable release that is ready to rumble.

The First but not the last

09 Jan 07:45
Compare
Choose a tag to compare

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

17 Dec 11:53
Compare
Choose a tag to compare
Symfony 2.3 support Pre-release
Pre-release

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.