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

Commit 3ad7bbb

Browse files
committed
✨ release(patch): v3.0.0-alpha.2
1 parent cbb0b85 commit 3ad7bbb

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
<a name="3.0.0-alpha.2"></a>
2+
# [3.0.0-alpha.2](https://github.com/kazupon/vue-validator/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2016-12-26)
3+
4+
5+
### :boom: Breaking changes
6+
7+
* not support v-model integration for v3 ([0b152bc](https://github.com/kazupon/vue-validator/commit/0b152bc))
8+
9+
10+
### :bug: Bug Fixes
11+
12+
* **mapValidation:** fix typeError [ci skip] ([853b7b3](https://github.com/kazupon/vue-validator/commit/853b7b3)), closes [#340](https://github.com/kazupon/vue-validator/issues/340)
13+
* **validation:** fix unregsiter error [ci skip] ([39ba1ab](https://github.com/kazupon/vue-validator/commit/39ba1ab)), closes [#336](https://github.com/kazupon/vue-validator/issues/336) [#338](https://github.com/kazupon/vue-validator/issues/338) [#347](https://github.com/kazupon/vue-validator/issues/347)
14+
15+
16+
### :star: New Features
17+
18+
* **validator:** toogle support for required validator ([541411e](https://github.com/kazupon/vue-validator/commit/541411e)), closes [#258](https://github.com/kazupon/vue-validator/issues/258)
19+
* manually touch with API [ci skip] ([484d360](https://github.com/kazupon/vue-validator/commit/484d360))
20+
* support v-model validation result [ci skip] ([bfe63e2](https://github.com/kazupon/vue-validator/commit/bfe63e2))
21+
22+
23+
### :up: Updates
24+
25+
* **examples:** valudator rule ignoring cases ([6963747](https://github.com/kazupon/vue-validator/commit/6963747))
26+
* **validate:** add internal validate methods [ci skip] ([68b15c3](https://github.com/kazupon/vue-validator/commit/68b15c3))
27+
* change to my repository name [ci skip] ([98dba92](https://github.com/kazupon/vue-validator/commit/98dba92))
28+
29+
30+
### :zap: Improvements
31+
32+
* **component:** fix component validation [ci skip] ([53258ea](https://github.com/kazupon/vue-validator/commit/53258ea))
33+
* **data:** add progress data [ci skip] ([f2d2164](https://github.com/kazupon/vue-validator/commit/f2d2164))
34+
35+
36+
137
<a name="3.0.0-alpha.1"></a>
238
# [3.0.0-alpha.1](https://github.com/vuejs/vue-validator/compare/v2.1.3...v3.0.0-alpha.1) (2016-10-24)
339

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-validator",
33
"description": "Validator component for Vue.js",
4-
"version": "3.0.0-alpha.1",
4+
"version": "3.0.0-alpha.2",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "kawakazu80@gmail.com"

0 commit comments

Comments
 (0)