Evan You
|
ef311931a3
|
all tests pass for new transition API
|
8 years ago |
Evan You
|
8c86973198
|
rename: init -> beforeCreate
|
9 years ago |
Evan You
|
36e63c234a
|
coverage for new global mixin strategy
|
9 years ago |
Evan You
|
1d8f3a264e
|
better global mixin strategy
|
9 years ago |
Evan You
|
76d7809a11
|
config.errorHandler should capture user wathcer errors too (ref #3142)
|
9 years ago |
Evan You
|
4fe51a75a9
|
prohibit replacing Vue.config + support custom keyCodes
|
9 years ago |
Evan You
|
cccfda96da
|
test for config.optionMergeStrategies
|
9 years ago |
Evan You
|
34bcc02b77
|
remove preserveWhitespace config option
|
9 years ago |
Evan You
|
bb5c102c35
|
fix errorHandler tests
|
9 years ago |
Evan You
|
068f6270d5
|
test for errorHandler config
|
9 years ago |
Evan You
|
366188fbde
|
coverage improvements
|
9 years ago |
Evan You
|
0450aba1f1
|
improve Vue.extend tests
|
9 years ago |
Evan You
|
8c8eaea0fb
|
restructure global api tests + ensure global mixins work regardless of constructor creation time
|
9 years ago |
Evan You
|
f8ece6144a
|
improve waitForUpdate() syntax
|
9 years ago |
Evan You
|
07cf6444c6
|
return this in $mount, make unit tests more consistent
|
9 years ago |
Evan You
|
2021b1f36f
|
layout unit test files
|
9 years ago |
Evan You
|
2679653362
|
test for Vue.compile
|
9 years ago |
Evan You
|
e275b75af8
|
test/fix global filter registration
|
9 years ago |
Evan You
|
f550933334
|
fix unit tests in Firefox/Safari
|
9 years ago |
Jinjiang
|
657ba390c7
|
directives v-for v-html v-text v-show (#7)
* v-text & v-html tests
* new es2015 syntax
* passed v-html test
* fixed if/for/else render update bug
* fixed if/for/else render update bug
* added v-else with v-if test
* added v-if test with v-else and v-for
* fixed code format
* fixed Vue.delete bug
* v-for test
|
9 years ago |
Evan You
|
9a2c8db4c8
|
get rid of new function in core so that runtime is fully CSP-compliant
|
9 years ago |
Evan You
|
7169d14179
|
update if tests
|
9 years ago |
Evan You
|
e649795596
|
improve linting
|
9 years ago |
Jinjiang
|
84549215bf
|
global api tests (#6)
* Vue.set & Vue.delete tests
* more global api tests
* new es2015 syntax
|
9 years ago |
Evan You
|
213aaf3203
|
use arrow fns in tests
|
9 years ago |
Evan You
|
4c6ed93a36
|
global config tests
|
9 years ago |