This repository was archived by the owner on Dec 25, 2017. It is now read-only.
File tree 4 files changed +33
-4
lines changed
4 files changed +33
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
27
<a name =" 2.0.0-alpha.3 " ></a >
2
28
# 2.0.0-alpha.3 (2015-11-23)
3
29
Original file line number Diff line number Diff line change 1
1
/*!
2
- * vue-validator v2.0.0-alpha.3
2
+ * vue-validator v2.0.0-alpha.4
3
3
* (c) 2015 kazuya kawaguchi
4
4
* Released under the MIT License.
5
5
*/
@@ -111,6 +111,9 @@ return /******/ (function(modules) { // webpackBootstrap
111
111
( 0 , _directivesValidate2 [ 'default' ] ) ( Vue ) ;
112
112
}
113
113
114
+ if ( typeof window !== 'undefined' && window . Vue ) {
115
+ window . Vue . use ( install ) ;
116
+ }
114
117
module . exports = exports [ 'default' ] ;
115
118
116
119
/***/ } ,
You can’t perform that action at this time.
0 commit comments