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

Commit d655035

Browse files
committed
release v2.0.0-alpha.9
1 parent 1bed26b commit d655035

7 files changed

+1219
-312
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="2.0.0-alpha.9"></a>
2+
# [2.0.0-alpha.9](https://github.com/vuejs/vue-validator/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2016-01-01)
3+
4+
5+
### Features
6+
7+
* **checkbox:** support checkbox validation ([7f46bad](https://github.com/vuejs/vue-validator/commit/7f46bad))
8+
* **custom:** support global error message ([c75480f](https://github.com/vuejs/vue-validator/commit/c75480f))
9+
* **radio:** support radio button validaton ([848f3f5](https://github.com/vuejs/vue-validator/commit/848f3f5))
10+
* **select:** support select validation ([42284f6](https://github.com/vuejs/vue-validator/commit/42284f6))
11+
12+
13+
114
<a name="2.0.0-alpha.8"></a>
215
# [2.0.0-alpha.8](https://github.com/vuejs/vue-validator/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2015-12-13)
316

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You don't need to do this when using the standalone build because it installs it
4848
## CDN
4949
jsdelivr
5050
```html
51-
<script src="https://cdn.jsdelivr.net/vue.validator/2.0.0-alpha.8/vue-validator.min.js"></script>
51+
<script src="https://cdn.jsdelivr.net/vue.validator/2.0.0-alpha.9/vue-validator.min.js"></script>
5252
```
5353

5454

0 commit comments

Comments
 (0)