This repository has been archived by the owner on Dec 25, 2017. It is now read-only.
Releases: kazupon/vue-validator
Releases Β· kazupon/vue-validator
v3.0.0-alpha.2
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
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
v2.1.6
v2.1.5
v2.1.4
v2.1.3
v2.1.2
π 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