All Versions
10
Latest Version
Avg Release Cycle
64 days
Latest Release
1638 days ago

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)
  • v3.1.0 Changes

    March 01, 2019

    Validations for ISBN #45 and CNPJ #47 (5b49be)

  • v3.0.0 Changes

    January 14, 2019
    • โž• Added support to apply validations using a Kotlin Dsl ( #38 )
    • โž• Added way to get invalid fields in OnValidationError method ( #39 )
    • โž• Added parameter to receive errorMessage as pure String value to all validations ( #43 )
    • ๐Ÿš€ Artifacts are now deployed in Maven Central (#40 )
    • โœ‚ Removed Validation suffix 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 required property in EmailValidator, LengthValidator, OnlyNumberValidator, PatternValidator, CpfValidator, CreditCardValidator and NumberLimitValidator that, when its value is true, 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, OnValidationSuccess and OnValidationError annotations
    • ๐Ÿ›  Fixed JaCoCo build error with Android 27
  • v2.0.0 Changes

    April 03, 2018
    • @NotEmptyValidation renamed to @RequiredValidation
    • ๐Ÿ”จ Code refactoring
    • ๐Ÿ‘ Data binding support