New features
- #109: Add
prevalidate.form.fv
event that is triggered before validating the form
Improvements
- #92: Improve Dutch national identification number (BSN) validator. It doesn't accept numbers which have less than 8 digits
- #99: Add the date to return value of the date validator. We can reuse it for additional job
- #130: The remote validator supports using
$field
andvalue
in data/url callbacks - The isbn validator adds ISBN type to the return value
- The ismn validator adds ISMN type to the return value
Bug fixes
- #102: Fix an issue on IE 10/11 that causes an input element with placeholder attribute to be validated automatically when it's focused
- #148: Fix an issue that causes the validating icon to not shown when the field is being validated
Document
- #104: Add Supporting multiple MIME types section
- #110: Add Validating start and end date/times example
- #116: Fix
exclude
option typo in the wizard ejemplos - #123: Add Validating credit card expiration date example
- Add Adding fields with different names example
- Add Asking credit card number to match with selected type example
- Add Getting notified while field is being validated example
- Add Ignoring validation example
- Add Playing with selectize example
- Add Supporting Skeleton framework example
- Fix
numreic
typo in the phone validator - Update the err.container option and the Showing messages in custom area example
- Update the Modifying the value before validating example