Abhoryo / APYJsFormValidationBundle

This bundle performs validations of a form in javascript. (i18n compatible and several javascript frameworks supported)
92 stars 23 forks source link

New 'change' check mode + new 'check_modes' option #31

Closed bmurashin closed 11 years ago

bmurashin commented 11 years ago

Completely removed check_mode Scalar option. Introduced a check_modes Array option for replacement. Introduced a change validation mode. Updated docs.

P.S. Did no handling for using former check_mode option as Symfony will throw an InvalidConfigurationException itself. If there's need for more informative exception message like 'This option deprecated, use a new one instead', I can code and submit it in a new PR.

Abhoryo commented 11 years ago

Please add the exception + delete check_mode: false in the documentation.

Update directly this PR.

bmurashin commented 11 years ago

updated

Abhoryo commented 11 years ago

thx