History of Last Changes (for JS Auto Form Validator)
You can read here a brief list of last changes:
Version 3.3.3 (May 28, 2016)
Version 3.3.2 (Jan 20, 2014)
Version 3.2.1 (Nov 30, 2011)
Version 3.1.7 (Dec 14, 2010)
Version 2.0.2 (Jan 15, 2010)
Version 2.0.1 (Sep 28, 2009)
Version 2.0.0 (Jul 01, 2009)
Version 3.3.3 (May 28, 2016)
- Fix bugs fixed
Version 3.3.2 (Jan 20, 2014)
- New non-documented property stripHtmlTags (true or false)
- New translation for Dutch
- New new type of Captcha - "Math"
- New possibility to define "highlightMode" ("errors" - default, "all" or "off")
- New possibility to create and use plugins
- New new type of alert - "singleError"
- New new mode "attributes"
- Enh form.scripts.js renamed into form.validator.js
- Enh chars/diacritic_chars_utf8.js embedded into form.validator.js
- Enh syntax of FormValidator class
- Enh minor changes in examples
- Enh script execution time
- Enh class structure: added private properties and private methods
- Enh optimized messaging system
- Fix bugs fixed
Version 3.2.1 (Nov 30, 2011)
- New translation for Russian and Hebrew
- New possibility to check Postal Code with/without leading zeros: this.allowLeadingZerosInZipcode=true;
- New possibility to define decimal delimiter sign via separate method: jsFormValidator.setDecimalPointDelimiter(".");
- New new validation type check "d": IP Address
- New new validation type: inclusion/exclusion
- New new validation type check "g": regular expression
- New new validation type: Javascript Captcha
- Fix bugs fixed
Version 3.1.7 (Dec 14, 2010)
- New possibility to define decimal delimiter sign: fourth parameter in onSubmitCheck()
- New new type check "b": alphanumeric values
- New validation functions re-writed in OOP style, now all inside FormValidator class.
- New possibility to define a minimum length of entered text in a field by using of minlength="" attribute
- Enh in "text" fields validation allowed using of .(dot), _(underscore) etc.
- Enh in "login" fields validation allowed using of _(underscore)
- Enh translation for Spanish and German language
- Enh examples in archive
- Enh optimized setFocus method
- Fix bugs fixed
Version 2.0.2 (Jan 15, 2010)
- New new language translation - German
- New new type check "s": SSN (social security number)
- New new type check "m": telephone numbers
- Enh language translation
- Fix bugs fixed
Version 2.0.1 (Sep 28, 2009)
- New checking for upperlower case for emails
- Enh checking of email in isEmail() function
- Fix bugs fixed
Version 2.0.0 (Jul 01, 2009)
- New added new language - Japanese