Skip to content

Releases: forntoh/android-livedata-validation

v1.2.2 😭| LiveData Validation

10 Mar 10:05
Compare
Choose a tag to compare

What's new

  • JCenter Bintray Fix

v1.2.1 😉| LiveData Validation

09 Mar 12:01
Compare
Choose a tag to compare

What's new

  • Errors don't display the first time the screen opens (shows only after a field has been edited) 🤗

v1.2.0 🌟| LiveData Validation

02 Mar 12:49
Compare
Choose a tag to compare

What's new

  • Added new rule FunctionRule 🤩, you can use it for custom validation
    FunctionRule(errorRes: Int, action: (String?) -> Boolean)
    FunctionRule(error: String, action: (String?) -> Boolean)

v1.1.2 ✳| LiveData Validation

30 Oct 09:16
Compare
Choose a tag to compare

What's new

  • Removed space below TextInputLayout when the error message is null

v1.1.1🐞🛠| LiveData Validation

08 Oct 08:37
Compare
Choose a tag to compare

What's new:

  • Fixed app crashing issue when typing '-' sign and using NumberCompareRule