Releases: forntoh/android-livedata-validation
Releases · forntoh/android-livedata-validation
v1.2.2 😭| LiveData Validation
v1.2.1 😉| LiveData Validation
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
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
What's new
- Removed space below
TextInputLayout
when the error message isnull
v1.1.1🐞🛠| LiveData Validation
What's new:
- Fixed app crashing issue when typing '-' sign and using
NumberCompareRule