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

Commit 6dec94d

Browse files
committed
release v2.0.0-alpha.6
1 parent d99e2da commit 6dec94d

6 files changed

+23
-5
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="2.0.0-alpha.6"></a>
2+
# [2.0.0-alpha.6](https://github.com/vuejs/vue-validator/compare/v2.0.0-alpha.6...v2.0.0-alpha.6) (2015-12-07)
3+
4+
5+
### Performances
6+
7+
* **bundle**: more compact the vue-validator
8+
about 20% smaller build with rollupjs.
9+
10+
- before
11+
- vue-validator.min.js 11701
12+
- vue-validator.js 26180
13+
- after
14+
- vue-validator.min.js 9309
15+
- vue-validator.js 20713
16+
17+
18+
119
<a name="2.0.0-alpha.5"></a>
220
# [2.0.0-alpha.5](https://github.com/vuejs/vue-validator/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2015-11-24)
321

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You don't need to do this when using the standalone build because it installs it
4040
## CDN
4141
jsdelivr
4242
```html
43-
<script src="https://cdn.jsdelivr.net/vue.validator/2.0.0-alpha.5/vue-validator.min.js"></script>
43+
<script src="https://cdn.jsdelivr.net/vue.validator/2.0.0-alpha.6/vue-validator.min.js"></script>
4444
```
4545

4646

dist/vue-validator.common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-validator v2.0.0-alpha.5
2+
* vue-validator v2.0.0-alpha.6
33
* (c) 2015 kazuya kawaguchi
44
* Released under the MIT License.
55
*/

dist/vue-validator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-validator v2.0.0-alpha.5
2+
* vue-validator v2.0.0-alpha.6
33
* (c) 2015 kazuya kawaguchi
44
* Released under the MIT License.
55
*/

dist/vue-validator.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "2.0.0-alpha.5",
4+
"version": "2.0.0-alpha.6",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)