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

Commit

Permalink
release 2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Nov 22, 2015
1 parent 3e862dd commit a7de4bf
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="2.0.0-alpha.2"></a>
# 2.0.0-alpha.2 (2015-11-22)


### docs

* docs(README): fix typo ([5c7cb78](https://github.com/vuejs/vue-validator/commit/5c7cb78))

### fix

* fix(validator): remove test property from validation scope ([3e862dd](https://github.com/vuejs/vue-validator/commit/3e862dd))


### BREAKING CHANGE

* bower: not support `bower` package manager ([28f87ea](https://github.com/vuejs/vue-validator/commit/28f87ea))

I think that bower is dead.


# 2.0.0-alpha.1 / 2015-11-22

* Release for Vue 1.0
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-validator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-validator v2.0.0-alpha.1
* vue-validator v2.0.0-alpha.2
* (c) 2015 kazuya kawaguchi
* Released under the MIT License.
*/
Expand Down Expand Up @@ -774,7 +774,7 @@ return /******/ (function(modules) { // webpackBootstrap
_classCallCheck(this, Validator);

this.name = name;
this.scope = { a: 1 }; // TODO: change to Object.create(null)
this.scope = {}; // TODO: change to Object.create(null)
//this.scope = Object.create(null)
//this.scope.a = 1

Expand Down
Loading

0 comments on commit a7de4bf

Please sign in to comment.