- Refactor Validator class
- Added new rules:
- AllOf, NoneOf, OneOf
- Even, Odd
- Refactored rules:
- Length - now supports Length(equal:)
- Change library to validate not only String ❗
- Added new rules:
- HexRGBColor
- Min, Max, Between
- Positive, Negative
- Added CocoaPods support
- Added new rules:
- NotEmpty
- NoWhitespace
- Regex, Roman, Version
- Locale/Brazil/CPF
- AlwaysValid, AlwaysInvalid
- Refactored rules:
- StartsWith, EndsWith
- Initial version
- Rules:
- StartsWith, EndsWith, Contains
- Length
- Lowercase, Uppercase