Skip to content

Releases: dleitee/valid.js

v1.2.0

10 Apr 13:04
Compare
Choose a tag to compare
lint code and test.

1.1.3

26 Oct 17:35
Compare
Choose a tag to compare

Notable changes

Add functions

1.1.2

26 Oct 17:39
Compare
Choose a tag to compare

Notable changes

Add functions

  • String
    • isString
    • minLength(min)
    • maxLength(max)
    • length(min, max)
    • regex(reg)
  • Number
    • isNumber
    • minNumber
    • maxNumber
    • between
  • Date
    • isDate
    • minDate(min)
    • maxDate(max)
    • between(min, max)
  • Bool
    • isTrue
    • isFalse
  • Util
    • isRequired
    • isEmail
    • isCep
    • isUrl