Skip to content

v1.0.0

Compare
Choose a tag to compare
@hsnaydd hsnaydd released this 09 Jul 14:12
· 46 commits to master since this release

New features

  • Added onError and onValid callback functions.
  • Added the ability to add class to checked field's parent in the case of error or a valid
  • Added remote validation.

Removed features

  • Ajax Call option removed
  • onComplateFun option removed

Changed validator names

  • equal method name changed to equalTo
  • customReg validator name changed to custom

Improvements

  • Code quality improved
  • Reorganized on the basis of Idiomatic Javascript
  • Documentation page improved

Fixes