Releases: hsnaydd/validetta
Releases · hsnaydd/validetta
v2.0.0 Beta
v2.0.0-beta Versiyon 2.0.0-beta
v1.0.1
Whats up guys!
Its been a long time. Sorry I was busy recent yeary. I wanted to make it up to you, so lets check out whats new in Validetta v1.0.1:
New features
- Added showErrorMessages option
- Added the ability to accessibility invalid fields from onValid and onError callback functions
- Added ability to read error messages per field by type data-vd-message-[type]
- Added ability to customize global error messages by extending options
- Added callback validator
- Added different validator
- Added attibute data-vd-parent-up
- Added display at bottom option
Removed features
- Removed buble close button property
Breaking Changes
- Custom validator name changed as regExp
- regExp, callback and remote validators was taken into validators object in options
Improvements
- Code quality improved
- Started using scss
- Do not check the field anymore, if field is disabled
Fixes
v1.0.0
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
- Fixed bugs about number regexp pattern (428b28896f, de2bfb29dc)
- Fixed issue about alignment error window (4f2e3b311d, 355a2c900f)