Releases: DrRoach/FormValidation
Releases · DrRoach/FormValidation
Removed `eval()` and added new functions
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
Although no code has changed, this project is now stable enough to be released as version 1.0.0
Initial release
v0.0.1 Merge branch 'master' of github.com:DrRoach/FormValidation