]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2019-10-30  Evan Youchore: rename
2019-10-30  Evan Youbuild(deps-dev): bump @types/jest
2019-10-30  limichangechore: fix typo [ci skip] (#413)
2019-10-30  Dmitry Sharshakovfeat(suspense): replace errors with warnings (#412)
2019-10-30  JiZhitest(effect): add test for nested stopped effect (...
2019-10-30  Evan Youchore: fix types
2019-10-30  Evan Yourefactor(reactivity): simplify effect options
2019-10-30  Evan Youfeat(core): keep-alive
2019-10-29  Evan Youfix: fix h signature for suspense
2019-10-29  likuichore: fix typo (#409)
2019-10-29  Evan Yourefactor(suspense): move more suspense details into...
2019-10-29  Evan Yourefactor(suspense): make suspense tree-shakeable
2019-10-28  Dmitry Sharshakovfeat(apiApp): add more warnings (#394)
2019-10-28  Cédric Exbrayatchore: fix comments referencing renamed file [ci skip...
2019-10-28  Dmitry Sharshakovfeat(createRenderer): handle errors in function refs...
2019-10-28  Evan Youchore: license
2019-10-28  likuirefactor: remove unnecessary variable (#401)
2019-10-28  dependabot... build(deps-dev): bump rollup from 1.25.2 to 1.26.0
2019-10-28  Dmitry Sharshakovfix(warning): handle errors in warn handler (#396)
2019-10-28  Dmitry Sharshakovrefactor(VNode): improve helper types (#392)
2019-10-28  Dmitry Sharshakovfeat(apiApp): return app from provide method for chaini...
2019-10-28  Evan Youchore: comment on cloneVNode implementation [ci skip]
2019-10-28  djy0chore: fix typo (#395)
2019-10-26  Evan Youchore: fix typing for withDirectives
2019-10-26  Evan Youperf: improve directive runtime performance
2019-10-26  Evan Youperf: use makeMap for reserved prop check
2019-10-26  Evan Youchore: remove done item in readme [ci skip]
2019-10-26  Dmitry Sharshakovfix(apiInject): fix stringifying of symbol injection...
2019-10-26  Dmitry Sharshakovfix(types): fix VNodeTypes unique symbols (#387)
2019-10-26  Dmitry Sharshakovfix(Portal): add ability to use element as target ...
2019-10-26  Evan Youtest: fix context.attrs test case
2019-10-26  Evan Youchore: remove it.only
2019-10-25  Evan Youfeat(core): adjust attrs fallthrough behavior
2019-10-25  Junyanrefactor(reactivity): reduce code of type check (#377)
2019-10-25  Ayush Goyalperf(compiler-dom): use makeMap instead of RegEx (...
2019-10-25  likuifeat(runtime-core): support array in watch option ...
2019-10-25  大江东去test(dom): test using innerHTML as template. (#372)
2019-10-25  夜宴test(effect): add test for json methods (#371)
2019-10-25  Evan Youfeat(runtime-core): warn access of undefined property...
2019-10-25  Crchore: fix composition example (#369)
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
next