Changelog
2.3.1
input
events instead of change
and keyup
events
to revalidate after the first failure. This is now customizable with the
triggerAfterFailure
option. Triggers specified with the trigger
option
are unbound once a field has failed.Changelog
2.2.0
eventValidate
.Changelog
2.2.0-rc1
Major validators refactor:
isValid
)
remains, but promise-aware API is now recommended (e.g. whenValid
).validators
lib.remote
validator is much smaller now, will probably be merged in the future.Deprecated data-parsley-trim-value
in favour of new whitespace
API
Added whitespace
API with two options: trim
and squish
Changelog
2.1.2
reset()
(#926)Changelog
2.0.7
maxlength
and minlength
(#731)