diff --git a/.gitignore b/.gitignore index ef3312f..d311984 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ coverage node_modules .DS_Store *.log +*.gz *.swp *~ diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d98378..d02fbff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ + +# [2.0.0-alpha.7](https://github.com/vuejs/vue-validator/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2015-12-10) + + +### Features + +* **syntax:** support array syntax on v-validate expression ([bf33bb4](https://github.com/vuejs/vue-validator/commit/bf33bb4)) + + + + +# [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) + + +### Performances + +* **bundle**: more compact the vue-validator + about 20% smaller build with rollupjs. + + - before + - vue-validator.min.js 11701 + - vue-validator.js 26180 + - after + - vue-validator.min.js 9309 + - vue-validator.js 20713 + + + # [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) diff --git a/README.md b/README.md index 55b48b9..ccc80df 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ We can use `validator` element directive and `v-validate` directive. The followi