- Dependency upgrades.
Formconstructor is public to make the library more extensible.
Unclaimed project
Are you a maintainer of vvalidator? Claim this project to take control of your public changelog and roadmap.
Form constructor is public to make the library more extensible.isNumber() assertions take a Long instead of an Int.isDecimal assertions on input fields.Length and value number assertions use all bounds in validation, e.g. you can use atMost and
lessThan at the same time.
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.