]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2019-10-25  Evan Youchore: include todomvc examples (need tests!) 374/head
2019-10-25  Evan Youfeat(runtime-dom): support using mount target innerHTML...
2019-10-25  Evan Youfix: generate v-if fallback comment as block
2019-10-25  Evan Youfix: export missing createCommentVNode fn
2019-10-24  Evan Yourefactor(compiler): use shorter helpers for text and...
2019-10-24  Evan Youfeat(compiler): preserve whitespace in pre tag, add...
2019-10-24  Evan Youfeat(compiler-core): whitespace handling
2019-10-24  Evan Youchore: remove unused util function
2019-10-24  Evan Yourefactor(parser): remove ignoreSpaces option
2019-10-24  相学长types(reactivity): computed types remove `as` (#367)
2019-10-24  Evan Youfeat(props): enable case conversion in all builds,...
2019-10-24  Evan Youfeat(props): kebab -> camel prop case support in full...
2019-10-23  Evan Youfeat(compiler-core): re-implement v-once to use cache...
2019-10-23  Evan Youchore: comments [ci skip]
2019-10-23  Dmitry Sharshakovtest(template-refs): add tests for function refs (...
2019-10-23  Maynessfix(reactivity): account for NaN in value change checks...
2019-10-23  wangtao0101workflow: support debug single jest test file in vscode...
2019-10-23  Crfix(reactivity): Map.set should trigger when adding...
2019-10-23  Evan Youchore: fix snapshot
2019-10-23  Evan Youfix(compiler-dom): style transform of static styles...
2019-10-23  大江东去test(compiler-dom): test namespace parsing (#356)
2019-10-23  edisonperf(runtime-core): use `makeMap` instead of `RE` ...
2019-10-23  likuitypes: improve slots type (#366)
2019-10-23  dependabot... build(deps-dev): bump rollup from 1.25.1 to 1.25.2
2019-10-23  dependabot... build(deps-dev): bump lerna from 3.18.2 to 3.18.3
2019-10-22  Evan Youchore: fix DebuggerEvent export
2019-10-22  Evan Youchore: revert prettier
2019-10-22  Evan Youtypes: massive refactor
2019-10-22  Evan Youchore: upgrade prettier
2019-10-22  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2019-10-22  dependabot... build(deps-dev): bump lerna from 3.18.1 to 3.18.2
2019-10-22  Crfeat(apiOptions): add warning for duplicated properties...
2019-10-22  Evan Youtypes: improve types
2019-10-21  Evan Youchore: reference link
2019-10-21  Evan Youfeat: update svg tag list
2019-10-21  Evan Youchore: move dom element config to compiler-dom
2019-10-21  Evan Youfeat(compiler): convert text mixed with elements into...
2019-10-21  Evan YouRevert "feat(compiler-core): hoist element with static...
2019-10-21  likuitypes: improve emit type (#345)
2019-10-21  Joogerrefactor(errorHandlling): handle array in callWithAsync...
2019-10-21  Dmitry Sharshakovtypes: improve computed types (#343)
2019-10-21  Dmitry Sharshakovtypes: use RenderFunction type (#342)
2019-10-21  Evan Youperf: skip normalizeVNode in optimized mode
2019-10-21  Evan Youperf: micro optimizations for vnode creation
2019-10-21  Evan Youchore: remove refs from setupContext
2019-10-21  Evan Youchore: fix merge conflict
2019-10-21  HcySunYangfeat(compiler-core): hoist element with static ref...
2019-10-21  Dmitry Sharshakovchore: fix typo (#339)
2019-10-21  Evan Youchore: remove todo
2019-10-21  Evan Youperf: v-for fragments do not need to track dynamicChildren
2019-10-21  HcySunYangchore: rename & property missing (#335)
2019-10-21  dependabot... build(deps-dev): bump rollup from 1.24.0 to 1.25.1
2019-10-21  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2019-10-21  dependabot... build(deps-dev): bump rollup-plugin-alias from 2.0...
2019-10-20  Evan Youchore: cache isStaticNode result for missing branch
2019-10-20  Evan Youfix(compiler): cache handlers should be per-instance...
2019-10-20  Dmitry Sharshakovchore: fix ci (#338)
2019-10-19  Evan Youfeat(v-on): cache handlers
2019-10-18  Evan Youchore: rename v-on guard constants
2019-10-18  Evan Yourefactor: applyDirectives -> withDirectives
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
next