- Update SDK constraints to >=2.12.0-0 <3.0.0
- Stable release for null safety.
- Added checks for space in email validation
- Added property
shouldContainSmallLetter
to password validator
- Minor fixes done for FieldValidator.multiple()
- minor additions to password special characters validation
- [Breaking Change] renamed
isNumberNotPresent()
toonNumberNotPresent()
,isCapitalLetterNotPresent()
toonCapitalLetterNotPresent()
andisSpecialCharsNotPresent()
toonSpecialCharsNotPresent()
- stops email validation from accepting e.g myemail@gmail as a valid email
- set custom error message on individual password validation rules
- Fixed failing validation on password form fields
- MinLength & MaxLength validation fix
- Version 1 ready
- Added test for minLength()
- Updated the readme & info
- Initial Release
- TODO (Features):
- Add Url Validation
- Add Date Validation
- Add Credit card Validation