- VoIP numbers validation
- Regex consistency
- Password regex: Add more special characters
- PasswordTextFormField: dispose controller
- PasswordTextFormField: styling
- PasswordTextFormField
- Fixed password regex
- Updated README.md
- Documentation
- This version brings breaking changes which need to be carefully looked into.
- All methods are now static which means no more declaration and initialization
- Changes into naming of methods e.g isZwMobile => isValidZimMobile to make them more descriptive
- Password validation is now available
LocalRegex.isValidPassword- Fixed minor bug for numbers formatted in weird ways
- Properly formatted code
- Fixed email regex bug
- Code formatting
- Allow 6 or 7 national id numbers (old and new id numbers)
- Mobile number formatting
- Null safety migration
- Fixed + sign bug on mobile numbers
- Removed duplicate characters on email validation
- Improved email validation
- Improved for easy usability
- Updated/totally changed assertion methods
- New method to assert all mobile numbers at once
- Assertion methods:
- isEmail, isNetone, isTelecel, isEconet, isZwMobile, isZw (for National Id, isZwPassport, isZwNumberPlate, isZwNumberPlate
First release of localregex