- Implemented password validation
- Created ES and EN translation
- Updated build tools and support libraries
- Fix error messages on TextInputLayout
- Updated DateRule to don't use apache validator library
- Removed the dependency of the entire Apache validator library
- Fixed implementation of
disableErrorOnChanged
method
- Fixed problem with CPF validation
- Remove unused groups on commons validation
- Fixed credit card validation with white spaces
- Added validators for date by pattern
- Added credit card type validation
- Fixed validation order
- Added empty role for validations;
- Added enable or disable validation for a view;
- Added TextWatcher to clear error when typing;
- Added CPF rule for validations;
- Added sample of library;
- Initial release;
- Created base of this library;
- Added simple rules for validations;