valify 0.0.5 copy "valify: ^0.0.5" to clipboard
valify: ^0.0.5 copied to clipboard

Validate your inputs like never before with highly intuitive constraint classes

[0.0.1] - 5/11/2020 #

  • Contains the basic set up along with a bunch of input constraints.
  • TODO: Add documentation and complete set of test cases.

[0.0.2] - 6/11/2020 #

  • Contains a allNeedToBePresent parameter under SpecialCharactersRequiredConstraint for better flexibility.
  • Adds documentation.

[0.0.2+1] - 6/11/2020 #

  • Hot fix on DigitsRequiredConstraint's assertion.

[0.0.2+2] - 6/11/2020 #

  • Hot fix on SpecialCharactersRequiredConstraint and SpecialWordsRequiredConstraint.

[0.0.2+3] - 6/11/2020 #

  • Hot fix on _StringX extension.

[0.0.2+4] - 6/11/2020 #

  • Hot fix on Constraints with max length limitations.

[0.0.3] - 8/11/2020 #

  • Adds case insensitivity feature to constraints where it makes sense.
  • Fixes bugs on some constraints.

[0.0.4] - 11/11/2020 #

  • Adds constraint for validating credit/debit card numbers.
  • Adds constraint for emojies.

[0.0.5] - 18/11/2020 #

  • Adds missingCharacter(s) fields to SpecialCharactersRequiredConstraint.
  • Adds missingWord(s) fields to SpecialWordsRequiredConstraint.
  • Adds blackListedCharacterFound field to BlackListedCharactersConstraint.
  • Adds blackListedWordsFound fields to BlackListedWordsConstraint.
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Validate your inputs like never before with highly intuitive constraint classes

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

meta

More

Packages that depend on valify