Skip to content

Releases: ron-liu/validate-obj.js

Added more validator

20 Feb 11:42
Compare
Choose a tag to compare

Added following validators: isUrl, isAfter, isBefore, isEmail, isCreditCard

first release for all workable frameworks

16 Feb 11:14
Compare
Choose a tag to compare

The whole framework has been done including the following features:

  1. validate simple variables;
  2. validate objects;
  3. validate arrays;
  4. extend validators.

The only missing right now is not enough built-in validators.