]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2019-10-18  Evan Yourefactor(v-on): avoid empty modifier guard with only...
2019-10-18  Evan Youfix(reactivity): revert to Reflect.get and add test...
2019-10-18  Dmitry Sharshakovtypes: fix createComponent type when using simple funct...
2019-10-18  Evan Yourefactor: rename vnode hooks
2019-10-18  扩散性百万甜面包types: fix ref unwrapping when nested inside arrays...
2019-10-18  Stanislav Lashmanovfix: add missing compiler to the full build on Windows...
2019-10-18  Dmitry Sharshakovfeat(core): validate directives names (#326)
2019-10-18  edisonperf(reactivity): optimize the performance of the ...
2019-10-18  宋铄运feat(core): support dynamic component via <component...
2019-10-18  Evan Youperf: further tweak accessCache
2019-10-17  Dmitry Sharshakovrefactor(runtime-core): extract promise check into...
2019-10-17  大江东去test(compiler-core): add test for custom delimiter...
2019-10-17  Evan Youperf: minor tweaks
2019-10-17  Evan Youperf(core): cache property access types on renderProxy
2019-10-17  Evan Youperf: revert to _isRef for perf
2019-10-17  Carlos Rodrigueschore: typos [ci-skip] (#323)
2019-10-16  Evan Youfix(runtime-core): handle dynamicChildren when portal...
2019-10-16  Evan Youfeat(compiler-core): support Suspense in templates
2019-10-16  Evan Youfeat: emit compiler error for invalid JavaScript expres...
2019-10-16  dependabot... build(deps-dev): bump lerna from 3.18.0 to 3.18.1
2019-10-16  Evan Youperf: skip hasScopeRef check if there are no scope...
2019-10-16  Evan Youfeat(compiler-core/v-slot): only force dynamic slots...
2019-10-16  Evan Youfeat(compiler-core/v-model): generate modelModifiers...
2019-10-16  Evan Youfeat(compiler-core/v-model): error when v-model is...
2019-10-16  Evan Youfeat(compiler-core/v-model): avoid patching v-model...
2019-10-16  Carlos Rodriguesperf(runtime-core): use faster diff map population...
2019-10-16  Evan Youfeat(compiler-core): do not generate TEXT flag if child...
2019-10-16  Carlos Rodriguesrefactor(compiler-core): avoid has call (#314)
2019-10-16  Evan Youperf(v-for): use faster array population in renderList
2019-10-16  xiaoboosttypes: improve typing (#309)
2019-10-16  Carlos Rodriguestypes: improve typing (#313)
2019-10-16  Ruijia Tangchore: Remove unnecessary console.log (#312)
2019-10-16  Dmitry Sharshakovfeat(directives): add support for function directives...
2019-10-16  Tidyzqrefactor(reactivity): immediate return (#301)
2019-10-16  likuitest(compiler-dom): add test for vModel transform ...
2019-10-16  Evan Youbuild: fix isBundlerESMBuild check in rollup.js
2019-10-16  Evan Yourefactor: use makeMap in v-on dom transform
2019-10-16  Evan Youtest: test runtime compilation error warning
2019-10-16  Jian Zhangrefactor(runtime-core): isBuiltInTag -> use makeMap...
2019-10-15  dependabot... build(deps-dev): bump rollup from 1.23.1 to 1.24.0
2019-10-15  dependabot... build(deps-dev): bump lerna from 3.17.0 to 3.18.0
2019-10-15  dependabot... build(deps-dev): bump @types/jest from 24.0.18 to 24...
2019-10-15  月迷津渡feat: add isCustomElement option (#299)
2019-10-15  Ivan Siederchore: updated error message for not-found fuzzy-matchi...
2019-10-15  宋铄运test(runtime-dom): add test coverage for v-on runtime...
2019-10-15  HcySunYangfix(compiler-core): avoid prefixing empty interpolation...
2019-10-15  Adam Lewkowicztypes(watch): allow readonly arrays for watching multip...
2019-10-15  Carlos Rodriguestypes(runtime-dom): cast to the correct eventType inste...
2019-10-15  MichealXietypes: use `Omit` instead of `Pick + Exclude` (#296)
2019-10-15  Crfeat(vModel): warn if v-model is used on file input...
2019-10-15  Evan Youchore: use webpack-compatible pure annotation
2019-10-15  Evan Youfix: ensure makeMap calls are tree-shakable
2019-10-15  Ayush Goyalrefactor(core): use makeMap for faster string match...
2019-10-15  Evan Youci: check size in CI
2019-10-15  Evan Youchore: comments grammar
2019-10-15  edisonrefactor(reactivity): define hadKey if necessary (...
2019-10-15  Evan Yourefactor(compiler-core): follow up on #276
2019-10-15  HcySunYangfeat(compiler-core): more hoisting optimizations (...
2019-10-15  夜宴refactor(effect): use includes instead of indexOf ...
2019-10-15  fisker Cheungchore: use `const` instead of `let` (#283)
2019-10-15  fisker Cheungtypes: use hook type in options (#284)
2019-10-15  Evan Youchore: update readme [ci skip]
2019-10-15  Evan Yourefactor(v-on): do not generate persistent flag when...
2019-10-15  Evan Youbuild: fix runtimeCompile global injection
2019-10-14  Evan Youchore: move events.spec.ts
2019-10-14  Evan Youchore: move vModel.spec.ts
2019-10-14  Evan Yourefactor: move looseEqual to vModel
2019-10-14  Evan Youchore: use consistent type signature
2019-10-14  Stanislav Lashmanovtest(runtime-dom): vModel tests (#255)
2019-10-14  月迷津渡feat: runtime component name validation (#217)
2019-10-14  Dmitry Sharshakovfeat(core): export version (#254)
2019-10-14  terencezfeat(compiler-core): support <portal> in template ...
2019-10-14  Evan Youchore: lint + include tsx files for lint
2019-10-14  fisker Cheungci: add step name (#279)
2019-10-14  fisker Cheungchore: fix yarn lint failure on windows (#278)
2019-10-14  Evan Youfix(watch): type inference for computed refs
2019-10-14  Crtest: add test for resolveAsset (#273)
2019-10-14  Evan Youtest: test unwrapping computed refs
2019-10-14  Joogertypes(ref): improve UnwrapRef types (#266)
2019-10-14  Crfeat(apiOptions): warn invalid computed options (#225)
2019-10-14  Evan Youbuild: further shave off runtime compile only code
2019-10-14  宋铄运feat(dom): transform + runtime for v-on (#213)
2019-10-14  Joogerrefactor(scheduler): replace try catch with callWithErr...
2019-10-14  fisker Cheungrefactor(runtime-core): programmatically create lifecyc...
2019-10-14  fisker Cheungbuild: use `ES module` format `rollup.config.js` (...
2019-10-14  fisker Cheungci: frozen-lockfile (#260)
2019-10-14  Dmitry Sharshakovrefactor(scheduler): minor refactors (#240)
2019-10-14  Dmitry Sharshakovtypes: improve directive typing (#253)
2019-10-13  Evan YouRevert "chore: remove useless else (#245)" (#257)
2019-10-13  fisker Cheungchore: remove useless else (#245)
2019-10-12  likuifeat(compiler-core/runtime-core): show codeframe in...
2019-10-12  Dmitry Sharshakovrefactor(componentProxy): simplify proxy handling ...
2019-10-12  Natalia Tepluhinachore: use `name` const consistently (#249)
2019-10-12  fisker Cheungrefactor(runtime-core): use `Array.from` instead of...
2019-10-12  Sangeeth Sudheertypes: remove unnecessary types (#234)
2019-10-12  fisker Cheungrefactor(runtime-dom): use `findIndex` instead of loop...
2019-10-12  Evan Yourefactor(runtime-dom): remove xlink support since it...
2019-10-12  Joogertypes(reactivity): fix ref typing (#239)
2019-10-12  Sharvilakrefactor(runetime-core): removed unnecessary condition...
2019-10-12  Sharvilakchore: fix typo in errorHandling.spec.ts (#232)
next