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

Commit aac5be3

Browse files
committed
release 2.0.0-alpha.4
1 parent 8c7845c commit aac5be3

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<a name="2.0.0-alpha.4"></a>
2+
# 2.0.0-alpha.4 (2015-11-23)
3+
4+
5+
### chore
6+
7+
* chore(npm): add commitizen config ([bf23fc3](https://github.com/vuejs/vue-validator/commit/bf23fc3))
8+
* chore(READEME): modify baduge urls ([0cc7b0e](https://github.com/vuejs/vue-validator/commit/0cc7b0e))
9+
* chore(sauce): remove unnecessary sauce setting ([edf8383](https://github.com/vuejs/vue-validator/commit/edf8383))
10+
* chore(travis): change node version ([8c7845c](https://github.com/vuejs/vue-validator/commit/8c7845c))
11+
12+
### docs
13+
14+
* docs(README): add commitizen badge ([1f3399e](https://github.com/vuejs/vue-validator/commit/1f3399e))
15+
* docs(spec): This is the spec ([6da4e9a](https://github.com/vuejs/vue-validator/commit/6da4e9a))
16+
17+
### feat
18+
19+
* feat(install): support automatically install for standalone ([d8fb356](https://github.com/vuejs/vue-validator/commit/d8fb356))
20+
21+
### fix
22+
23+
* fix(lint): resolve eslint error ([72c3d1b](https://github.com/vuejs/vue-validator/commit/72c3d1b))
24+
25+
26+
127
<a name="2.0.0-alpha.3"></a>
228
# 2.0.0-alpha.3 (2015-11-23)
329

dist/vue-validator.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-validator v2.0.0-alpha.3
2+
* vue-validator v2.0.0-alpha.4
33
* (c) 2015 kazuya kawaguchi
44
* Released under the MIT License.
55
*/
@@ -111,6 +111,9 @@ return /******/ (function(modules) { // webpackBootstrap
111111
(0, _directivesValidate2['default'])(Vue);
112112
}
113113

114+
if (typeof window !== 'undefined' && window.Vue) {
115+
window.Vue.use(install);
116+
}
114117
module.exports = exports['default'];
115118

116119
/***/ },

0 commit comments

Comments
 (0)