Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Releases: afollestad/vvalidator

0.5.2

06 Nov 04:05
Compare
Choose a tag to compare
  • Dependency upgrades.
  • Form constructor is public to make the library more extensible.

0.5.1

04 Jul 01:03
Compare
Choose a tag to compare
  • isNumber() assertions take a Long instead of an Int.
  • Kotlin 1.3.41.

0.5.0

24 Jun 19:29
Compare
Choose a tag to compare
  • isDecimal assertions on input fields.
  • Kotlin 1.3.40.
  • compileSdk 29.

0.4.2

28 May 20:49
Compare
Choose a tag to compare

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

06 Apr 23:05
Compare
Choose a tag to compare

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

06 Apr 22:17
Compare
Choose a tag to compare

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.