Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

Releases: kazupon/vue-validator

v3.0.0-alpha.2

26 Dec 18:51
b892be4
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

v3.0.0-alpha.2 (2016-12-26)

πŸ’₯ Breaking changes

  • not support v-model integration for v3 (0b152bc)

πŸ› Bug Fixes

  • mapValidation: fix typeError ci skip, closes #340
  • validation: fix unregsiter error ci skip, closes #336 #338 #347

⭐ New Features

  • validator: toogle support for required validator (541411e), closes #258
  • manually touch with API ci skip
  • support v-model validation result ci skip

πŸ†™ Updates

  • examples: valudator rule ignoring cases (6963747)
  • validate: add internal validate methods ci skip
  • change to my repository name ci skip

⚑ Improvements

  • component: fix component validation ci skip
  • data: add progress data ci skip

v3.0.0-alpha.1

24 Oct 11:49
e57aa98
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

This is the first release of 3.0 for Vue 2.0

  • There are still some features bugs. Some features still needs to be worked on.
    • v-model integration
    • component validation
  • NOT recommended for production using.
  • There are not still official documetation. Documentation still needs to be worked on.
  • There are example codes. see the here

v2.1.7

09 Sep 01:54
Compare
Choose a tag to compare

v2.1.7 (2016-09-09)

πŸ› Bug Fixes

  • reset: fix cannot reset with using initial params and v-model (4c6c793)

v2.1.6

19 Aug 04:42
4cd6b9c
Compare
Choose a tag to compare

v2.1.6 (2016-08-19)

πŸ› Bug Fixes

  • validate: fix initial compilation error (fa99a91), closes #288

v2.1.5

25 Jul 07:46
d7cabcb
Compare
Choose a tag to compare

2.1.5 (2016-07-25)

πŸ› Bug Fixes

  • validate: fix cannot change validation rule and error message (7013c4e)

v2.1.4

19 Jul 17:02
Compare
Choose a tag to compare

2.1.4 (2016-07-19)

πŸ› Bug Fixes

  • validator: fix dynamic custom validator error (b5d5487), closes #274

v2.1.3

29 May 20:58
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • validate: fix multi element fragment bug (312a000), closes #243

v2.1.2

21 May 15:18
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • cleanup: fix cannot get validation result (33c71d1)
  • errors: fix cannot apply validation classes (af91d57), closes #239
  • event: fix cannot fire top level events (b91d36a), closes #233
  • group: fix group validation for radio (1fbfc53), closes #234

⚑ Improvements

  • async: update async validator for function I/F (974cf61)
  • errors: error messages order (b1add7d), closes #240
  • warning: changed warning for when the elements under validation are not wrapped in a element. (#224) by @SERVANT14 (ec1f223)

NOTE

  • cleanup: warning: not fixes validation result outside available yet

v2.1.1

02 May 15:50
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • timing: fix the initiali timing when use v-model integration (0579685), closes #214

v2.1.0

30 Apr 22:10
Compare
Choose a tag to compare

Bug Fixes

  • initial: cannot work 'initial="off"' on the checkbox (0d705d8), closes #208
  • v-validate: friendly error for field name missing (#205) by @xjchengo (35c01d3)

Features

  • active: add validation active classes (5a71499)
  • api: fix $validate API when using touched (#211) by @losadaem (68282d1), closes #211
  • classes: add custom validation classes (1d52746)
  • classes: add validation classes (85fe201)
  • validator: add classes params to validator element directive (6103e8d)