Skip to content

Releases: hsnaydd/validetta

v2.0.0 Beta

18 Feb 20:31
Compare
Choose a tag to compare
v2.0.0 Beta Pre-release
Pre-release
v2.0.0-beta

Versiyon 2.0.0-beta

v1.0.1

16 Aug 15:52
Compare
Choose a tag to compare

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

  • [2678bba] - Fixed issue about reverse processing of the loops.
  • [d967a39] - Fixed a bug about JSON parse

v1.0.0

09 Jul 14:12
Compare
Choose a tag to compare

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

v0.9.0

16 Feb 13:37
Compare
Choose a tag to compare
  • Added option that display errors as inline ( ea218cf )

v0.8.0

13 Dec 09:50
Compare
Choose a tag to compare
  • Fixed bug about checkbox when using an array for a name ie name="exm[]" ( d56eb79 )

v0.7.0

12 Dec 12:40
Compare
Choose a tag to compare
  • Fixed issue about input type radio validation.(#8)

v0.6.0

15 Nov 15:14
Compare
Choose a tag to compare
  • Added MIT license to license file.
  • Added jQuery manifest file.
  • Fixed issue about number validete when entering float number (Regexp pattern modified).

v0.5.0

10 Nov 14:43
Compare
Choose a tag to compare
  • Added spanish translation.
  • Fixed issue about email validation (#5)
  • Fixed issue about number validation when entering negatif number

v0.4.0

01 Nov 12:18
Compare
Choose a tag to compare

Fix issue about email validation when using capital letter at first character.

v0.3.0

28 Oct 09:05
Compare
Choose a tag to compare

Added language pt-BR