Skip to content

Releases: aprilmintacpineda/smart-input-validator

Updates

09 Dec 07:25
Compare
Choose a tag to compare
  • Used indexOf instead of includes for browser compatibility.

Updates and Optimizations

06 Oct 10:16
Compare
Choose a tag to compare
  • Removed default error messages. The user is now required to provide error messages.
  • Performance optimizations.

used semi-colon to separate each validation rules

25 Sep 14:47
Compare
Choose a tag to compare

notAllowedChars

07 Aug 05:17
Compare
Choose a tag to compare
1.1.13

1.1.13

1.1.12

12 Jun 06:27
Compare
Choose a tag to compare
v1.1.12

Follow up to 1.1.5

28 Feb 07:35
Compare
Choose a tag to compare
1.1.8

1.1.8

used for-loop instead of for-of

28 Feb 07:00
Compare
Choose a tag to compare

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.

babel/babel#7448

_$all, _$options.stopAtFirstError

27 Feb 02:07
Compare
Choose a tag to compare

New validation rules and changes to validations rules.

`required` should work on numbers.

19 Feb 10:27
Compare
Choose a tag to compare