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

Commit 0c22067

Browse files
committed
release v2.0.0-alpha.10
1 parent 4c12e7b commit 0c22067

7 files changed

+641
-211
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="2.0.0-alpha.10"></a>
2+
# [2.0.0-alpha.10](https://github.com/vuejs/vue-validator/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2016-01-13)
3+
4+
### Bug Fixes
5+
6+
* **util:** fix Firefox dispatchEvent bug ([e2bd08f](https://github.com/vuejs/vue-validator/commit/e2bd08f)), closes [#132](https://github.com/vuejs/vue-validator/issues/132)
7+
8+
### Features
9+
10+
* **validate:** support v-model validation ([0859cd4](https://github.com/vuejs/vue-validator/commit/0859cd4)), closes [#94](https://github.com/vuejs/vue-validator/issues/94)
11+
* **validator:** support camelizable name attribute ([c812cea](https://github.com/vuejs/vue-validator/commit/c812cea)), closes [#118](https://github.com/vuejs/vue-validator/issues/118)
12+
13+
14+
115
<a name="2.0.0-alpha.9"></a>
216
# [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)
317

README.md

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

5353

0 commit comments

Comments
 (0)