EasyValidation Versions Save

:heavy_check_mark: A text and input validation library in Kotlin for Android

1.0.1

5 years ago

This release contains:

  • The documentation is ready at: GitBook
  • Fixed issue #10 of adding addSuccessCallback() method

1.0.0

5 years ago

This is the first stable release of EasyValidation library. This release contains:

  • The core module of the validation library
  • The Validator way support
  • 30+ built-in validation rules like empty, email, credit cards, etc
  • The BaseRule for creating custom validation rules
  • The validation extensions of all 30+ rules for EditText, TextView, AutoCompleteTextView, Spinner, and String classes
  • The collection extensions for all the supported views and all rules
  • Available on jCenter. Fixes issue #4