All Versions
10
Latest Version
Avg Release Cycle
64 days
Latest Release
2413 days ago
Changelog History
Changelog History
-
v3.2.0 Changes
October 31, 2019- Implemented validation for Ipv4 (
0cb53888) - Implemented validation for Ipv6 (
4db65b08) - Implemented validation for Url (
d63616e6) - Implemented validation for past date limit (
4194e430d) - Implemented validation for future date limit (
e882b2bd) - Redesign of Convalida Kotlin DSL (
6b2a3e6c) - Code design improvements on
ConvalidaCompiler(d0502c60) - Prevent unnecessary code generation (
a07ece77) - ๐ Improvement on core logic of validators classes (
97ca5c5d) - ๐ Improvement on instrumented tests (
94d48b70) - ๐ฆ Packages organization (
a43f30bc)
- Implemented validation for Ipv4 (
-
v3.1.0 Changes
March 01, 2019 -
v3.0.0 Changes
January 14, 2019- โ Added support to apply validations using a Kotlin Dsl ( #38 )
- โ Added way to get invalid fields in
OnValidationErrormethod ( #39 ) - โ Added parameter to receive
errorMessageas pure String value to all validations ( #43 ) - ๐ Artifacts are now deployed in Maven Central (#40 )
- โ Removed
Validationsuffix from all annotations and bindings ( #42 ) - ๐ Migrated project to support AndroidX ( #37 )
-
v3.0.0-beta01 Changes
January 10, 2019- ๐ Move artifacts from Jitpack to Maven Central
- Get invalid fields in OnValidationError method (
58eed4d1) - โ Add parameter to receive error message as pure string value in all validations (
40c5eb21) - โ Remove "Validation" suffix from all annotations and bindings (
122cd770) - ๐ Support AndroidX packages (
07c0d430)
-
v2.2.0 Changes
June 05, 2018- Validation for credit card fields
- Validation for numeric limit (min / max) fields
- โ Added
requiredproperty inEmailValidator,LengthValidator,OnlyNumberValidator,PatternValidator,CpfValidator,CreditCardValidatorandNumberLimitValidatorthat, when its value istrue, the field validation will be ignored if the field value is empty
-
v2.1.0 Changes
April 26, 2018- ๐ Support validation between fields
- ๐ Improvement in unit tests
-
v2.0.3 Changes
April 25, 2018- Ignored special characters in cpf validation
-
v2.0.2 Changes
April 25, 2018- ๐ Support for CPF (Brazilian personal registration number) validation
-
v2.0.1 Changes
April 09, 2018- โก๏ธ Updated dependencies
- ๐ Fixed bug where compiler was not processing
@ValidateOnClick,ClearValidationsOnClick,OnValidationSuccessandOnValidationErrorannotations - ๐ Fixed JaCoCo build error with Android 27
-
v2.0.0 Changes
April 03, 2018@NotEmptyValidationrenamed to@RequiredValidation- ๐จ Code refactoring
- ๐ Data binding support