Releases: BblLLlKA/formValidator
Releases · BblLLlKA/formValidator
v2.0.1
- Optimized search for form elements - now they are stored in the
this.fieldsarray and processed by a loop. - Fixed loading of scripts and styles -
setupPhoneNumberInputnow waits forintlTelInput.min.jsto load before initializing iti. - Updated validation logic -
reduceis used to save the results of checking all fields. - Reduced code duplication - shortened
if-elseconstructs for defining the validation function.
v2.0.0
Full Changelog: v1.0.1...v2.0.0