Added nullsafety
Fixes:
- Fixed
email
validation
New feature:
- Added
trim
,upperCase
andlowerCase
rule options
Breaking changes:
regex
now expects a RegExp object instead of String
- Added copyWith extension method for Rule and GroupRule
- Updated and cleaned README
- Updates: Now 'customErrors' has higher priority than 'customErrorText'
- README updated
- Docs updated
- Initial release
- Rules
- GroupRules
- CombinedRules