New features
- Add
$.fn.bootstrapValidator.helpers.date
for validating a date, re-used in date, id, vat validators - #232: Add id validator, support 25 countries
- #233: Add
threshold
option - #242: Add
separator
option to the numeric validator - #248: Add isin (International Securities Identification Number) validator
- #250: Add rtn (Routing transit number) validator
- #251: Add cusip (North American Securities) validator
- #252: Add sedol (Stock Exchange Daily Official List) validator
Improvements
- The zipCode validator adds support for Italian, Dutch postcodes
- Change default
submitButtons
to[type="submit"]
to supportinput type="submit"
- #245: The cvv validator should support spaces in credit card, thanks to @evilchili
Bug fixes
- Fix the issue that the hidden fields generated by other plugins might not be validated
- When parsing options from HTML attributes, don't add the field which hasn't validators. It improves fixes for #191, #223
- #226: Fix the conflict issue with MooTools
- #238: The submit buttons are not sent
- #253: The iban validator does not work on IE8
- #257: Plugin method invocation don't work
Contributors
Thank to the contributor: