This repository has been archived by the owner on May 17, 2023. It is now read-only.
Releases: afollestad/vvalidator
Releases · afollestad/vvalidator
0.5.2
0.5.1
isNumber()
assertions take aLong
instead of anInt
.- Kotlin 1.3.41.
0.5.0
isDecimal
assertions on input fields.- Kotlin 1.3.40.
- compileSdk 29.
0.4.2
Length and value number assertions use all bounds in validation, e.g. you can use atMost
and
lessThan
at the same time.
0.4.1
0.4.0 - Real time validation capabilities; allows you to perform validation as views are changing in real
time, like the text of an input field. Checkout the README for details.
0.4.1 - You can automatically enable/disable your submit view based on the real time valid state of the overall form.
0.4.0
Real time validation capabilities; allows you to perform validation as views are changing in real
time, like the text of an input field. Checkout the README for details.