Skip to content

Releases: DrRoach/FormValidation

Removed `eval()` and added new functions

11 Jun 15:25
Compare
Choose a tag to compare

All uses of eval() have been removed.

Two new attributes have been added. The first attribute added is fv-valid-func and the second is fv-invalid-func. These allow you to run a custom JS method on input validation or input invalidation.

First Stable Release

27 Mar 01:14
Compare
Choose a tag to compare

Although no code has changed, this project is now stable enough to be released as version 1.0.0

Initial release

22 May 15:21
Compare
Choose a tag to compare
v0.0.1

Merge branch 'master' of github.com:DrRoach/FormValidation