Releases: aprilmintacpineda/smart-input-validator
Releases · aprilmintacpineda/smart-input-validator
Updates
Updates and Optimizations
- Removed default error messages. The user is now required to provide error messages.
- Performance optimizations.
used semi-colon to separate each validation rules
notAllowedChars
1.1.13 1.1.13
1.1.12
v1.1.12
Follow up to 1.1.5
1.1.8 1.1.8
used for-loop instead of for-of
1.1.3
causes the following errors on android.
undefined is not a function (evaluating 'rules[targetField].split('|')[typeof Symbol === "function" ? Symbol.iterator : "@@iterator"]()') babel
the line is related to index.js
on the for-of
.
_$all, _$options.stopAtFirstError
1.1.3 updated
New validation rules and changes to validations rules.
`required` should work on numbers.
1.0.10 1.0.10