34 Commits (e71d70dcb3d6c36f62cddc05ff970a95c60b8060)

Author SHA1 Message Date
Evan You cfb4d7c655 improve parser warning for tags with no matching close tag 8 years ago
Evan You 769c4dc203 ensure mutating extended constructor options does not affect parent (fix #4767) 8 years ago
Hanks 466e849c85 Be able to delete array item in `Vue.delete` (#4747) 8 years ago
Evan You 2afa2601e0 ensure local assets is prioritized regardless of naming convention (fix #4434) 8 years ago
Evan You a52a094bef wip: adjust update error reporting 8 years ago
katashin c57ba3e622 global mixin should not drop scope id (fix #4266) (#4274) 8 years ago
Evan You 09f9783943 fix global mixin + export constructor in vue-loader (fix vue-loader#433) 8 years ago
Evan You cb1bb75b58 fix global mixin props (fix #3957) 8 years ago
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) 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) 9 years ago
Evan You 213aaf3203 use arrow fns in tests 9 years ago
Evan You 4c6ed93a36 global config tests 9 years ago