]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2019-10-12  Cong Minchore: use Boolean to filter empty (#228)
2019-10-12  Crchore: remove redundant type cast (#230)
2019-10-12  wubaiqing (琉璃)chore: format vscode.json (#227)
2019-10-12  HcySunYangchore: consistent call to the newline function (#222)
2019-10-12  Crtypes: add missing properties to ComponentPublicInstanc...
2019-10-12  朱金濠chore(scripts): remove useless requires (#219)
2019-10-12  Chesterchore: use '' instead of undefined (#205)
2019-10-12  Evan Youfeat(v-model): number/trim modifier + array checkbox...
2019-10-12  Evan Youfix(compiler-core): fix directive args with empty holes
2019-10-11  Evan Youfix(runtime-dom): cast to true for boolean props
2019-10-11  Evan Youchore: improve formatting
2019-10-11  Evan Youperf: avoid parentNode call when dynamic child is not...
2019-10-11  Evan Youfeat(runtime-dom): v-model directive runtime
2019-10-11  Leonardo Piccioni... chore: fix typo (#216)
2019-10-11  Illya Klymovfix(runtime-core): support object syntax for class...
2019-10-11  Evan Youtest(vnode): tests for shapeFlag and cloneVNode
2019-10-11  Evan Youtest(vnode): tests for normlaizeVNode
2019-10-11  Evan Youworkflow: remove non-existent commit script from verify...
2019-10-11  Evan Youfeat: log on the fly template compilation error
2019-10-11  Francois Hendriksworkflow: use prettier for vscode formatting (#207)
2019-10-11  Illya Klymovfix(compiler): update v-if directive to use Comment...
2019-10-11  Evan Youchore: remove duplicate helperNameMap entry
2019-10-11  Evan Youfix(compiler): export COMMENT instead EMPTY runtime...
2019-10-11  Carlos Rodriguestest(compiler-dom): add DOM compiler integration compil...
2019-10-11  Crtest: add array of objects class test case for mergePro...
2019-10-11  herochenchore: typo (#198)
2019-10-11  Evan Youchore: mention coverage and template-explorer in contri...
2019-10-11  Evan Youtest: make dom events spec more stable
2019-10-11  Evan Youtest: exclude template-explorer from coverage
2019-10-11  Dmitry Sharshakovtest(runtime-test): add more tests (#194)
2019-10-11  二当家的chore: typo isBunlderESMBuild in rollup.config.js ...
2019-10-10  Evan Youtest(compiler): test for DirectiveTransform returning...
2019-10-10  Evan Youwip(compiler-dom): v-model runtime
2019-10-10  Evan Youchore: remove debugger
2019-10-10  Adam Dorlingchore: remove copy-paste comment from v-cloak (#193)
2019-10-10  月迷津渡feat(compiler): add isNativeTag option for determining...
2019-10-10  Evan Youfix(runtime-core): use correct parentNode when patching...
2019-10-10  Evan Youworkflow: persist template explorer state via localStorage
2019-10-10  Dmitry Sharshakovtypes: improve writable computed types (#192)
2019-10-10  月迷津渡fix(compiler-core): assest id (#190)
2019-10-10  Cédric Exbrayattest(compiler): fix copy paste in v-once spec (#191)
2019-10-10  相学长feat(reactivity): ref(Ref) should return Ref (#180)
2019-10-10  Illya Klymovfix(compiler): do not hoist element with dynamic key...
2019-10-10  Evan Yourefactor(compiler): improve member expression check...
2019-10-10  Rahul Kadyanfeat(compiler-core): create transform for v-model ...
2019-10-10  二当家的chore: correct typo (#188)
2019-10-10  Carlos Rodriguesfeat: added transformVText to directiveTransform (...
2019-10-10  terencezrefactor(runtime-core): make h() support single vnode...
2019-10-10  唐道海test(reactivity/effect): add test for lazy option ...
2019-10-10  Crtest: add more complete test for componentProxy (#174)
2019-10-10  dependabot... build(deps-dev): bump execa from 2.0.5 to 2.1.0
2019-10-10  dependabot... build(deps-dev): bump typescript from 3.6.3 to 3.6.4
2019-10-10  dependabot... build(deps-dev): bump lerna from 3.16.5 to 3.17.0
2019-10-10  Evan Yourefactor: use early return style in v-for
2019-10-09  Evan Youchore: update readme status
2019-10-09  Evan Youfeat: v-once
2019-10-09  Evan Youfeat(compiler): implement support for v-pre
2019-10-09  Stanislav Lashmanovfeat(runtime-dom): support event options (#149)
2019-10-09  Evan Youchore: format globals whitelist
2019-10-09  Tim van den... fix: add warnings (#82)
2019-10-09  扩散性百万甜面包type: improve typing (#177)
2019-10-09  Evan Yourefactor(reactivity): use NOOP for readonly computed...
2019-10-09  Dmitry Sharshakovfeat(computed): warn if trying to set a readonly comput...
2019-10-09  terenceztypes(runtime-core): simplify types in createComponentI...
2019-10-09  terencezrefactor(reactivity): prefer to use effect symbol and...
2019-10-09  碎碎酱chore: add the yarn error log file to git ignore (...
2019-10-09  terencezfix(reactivity): avoid triggering effect when deleting...
2019-10-09  Crrefactor(reactivity): use function isSymbol instead...
2019-10-09  Evan Youtypes: fix error inference for public compile method
2019-10-09  蓝色的秋风refactor(shared): use Array literal instead of split...
2019-10-09  Evan Youfeat(compiler): v-text transform + move dom-specific...
2019-10-09  Adam Dorlingfeat(compiler-dom): v-cloak transform (#141)
2019-10-09  Tim van den... test(vnode): partial tests for vnode creation (#116)
2019-10-09  Rahul Kadyanrefactor(compiler-core): use directive name in error...
2019-10-08  Evan Youworkflow: make template-explorer error tolerant
2019-10-08  Evan Yourefactor(compiler): flush transform onExit in reverse
2019-10-08  Evan Youchore: remove unnecessary type cast
2019-10-08  Evan Youfeat(compiler-dom): transform for v-html
2019-10-08  Rahul Kadyanchore(jest): ignore node_modules from watched files...
2019-10-08  扩散性百万甜面包types: improve type 'ReactiveEffect' with generics...
2019-10-08  Evan Youtypes: improve typing
2019-10-08  Evan Youtypes: move scopeIds into PrefixMeta
2019-10-08  Evan Youtest: test expression transform for reserved literals
2019-10-08  Evan Youfix(compiler): should not prefix reserved literals...
2019-10-08  meteorlxybuild: sepecify yarn in lerna config (#154)
2019-10-08  夜宴test(reactivity): check for key in entries iteration...
2019-10-08  Evan Youfix(compiler): handle block nodes with custom directive...
2019-10-08  Evan Youtypes: improve typing
2019-10-08  扩散性百万甜面包types: improve type for WatchHandler (#160)
2019-10-08  dependabot... build(deps-dev): bump lerna from 3.16.4 to 3.16.5
2019-10-08  dependabot... build(deps-dev): bump lint-staged from 9.4.1 to 9.4.2
2019-10-07  Evan Youtest: tests for hoistStatic
2019-10-07  Evan Yourefactor: give runtimeHelper symbols more readable...
2019-10-07  Evan Youfix(compiler/v-if): avoid incorrect transform applicati...
2019-10-07  Evan Yourefactor(runtime-dom/events): use more explicit variabl...
2019-10-07  Stanislav Lashmanovfix(runtime-dom/events): fix wrong scope for event...
2019-10-07  dependabot... build(deps-dev): bump execa from 2.0.4 to 2.0.5
2019-10-07  dependabot... build(deps-dev): bump rollup from 1.23.0 to 1.23.1
2019-10-07  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2019-10-07  Kyle Halltest(runtime-core): createSlots method (#119)
next