Skip to content

Releases: boekkooi/JqueryValidationBundle

Bug Fixes

10 Dec 14:25
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

In this release:

  • Fixed bug where validation groups where added to the javascript when not needed.
  • Fixed dynamic collections validation groups not working
  • Added global access to the validator validation groups using $().validate().settings.validation_groups
  • Improved NumberRule to support Type constraint

Bug fixes

01 Dec 03:00
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

In this release:

  • Fixed notice due to symfony/symfony#11604
  • [Javascript] Fixed wrong encoding for params when a group was used
  • Fixed unmapped sub forms not being validated
  • Added bundle exceptions that implement Boekkooi\Bundle\JqueryValidationBundle\Exception\ExceptionInterface
  • Added TransformerRule so that DataTransformer rules will be applied to a field even when it's parent is not required.

Mass refactoring

24 Sep 08:23
Compare
Choose a tag to compare
Mass refactoring Pre-release
Pre-release

Massing refactoring.

  • Split FormTypeExtension into FormTypeExtension and ButtonTypeExtension
  • Changed processors for Form's (here constraints are converted to rules)
  • Added compile/build to cleanup the context for rendering

If you are unhappy with this release please let me know or use 0.1

The First

23 Sep 00:51
Compare
Choose a tag to compare
The First Pre-release
Pre-release

Since the bundle is stable enough It's time for a first version.