]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2023-04-21  Evan Youfix(compiler-sfc): avoid all hard errors when inferring...
2023-04-21  Evan Yourelease: v3.3.0-beta.1 v3.3.0-beta.1
2023-04-21  Evan Youtest: update tests for deprecations
2023-04-21  Evan Youchore: bump repl
2023-04-21  Evan Youchore: remove deprecated ref sugar warning
2023-04-21  Evan Youfeat(deprecation): unwrap injected refs in Options...
2023-04-21  Evan Youfeat(deprecation): deprecate v-is directive
2023-04-21  Evan Youfeat(deprecation): deprecate @vnode hooks in favor...
2023-04-21  zhangenmingfeat: allow accessing console in template (#6508)
2023-04-21  Anthony Fufeat(suspense): introduce suspensible option for `...
2023-04-21  Evan Youchore: bump vite & vitest
2023-04-20  edisonfeat(compiler-sfc): improve utility type Partial and...
2023-04-20  Evan Yourelease: v3.3.0-alpha.13 v3.3.0-alpha.13
2023-04-20  Evan Youfeat(compiler-sfc): support ExtractPropTypes when resol...
2023-04-20  Evan Youchore: avoid hard error when inferring types
2023-04-20  Evan Youfeat(compiler-sfc): support dynamic imports when resolv...
2023-04-20  Evan Youfeat(compiler-sfc): support export * when resolving...
2023-04-20  Evan Youfix(hmr): always traverse static children in dev
2023-04-20  Evan Youfix(compiler-sfc): handle type merging + fix namespace...
2023-04-20  Eduardo San... feat: hasInjectionContext() for libraries (#8111)
2023-04-20  白雾三语chore: delete outdated content in readme (#8093) [ci...
2023-04-20  n028chore: fix typo (#8113) [ci skip]
2023-04-20  agoni1212chore: typo (#8108) [ci skip]
2023-04-20  Evan Youfix(hmr): force update cached slots during HMR
2023-04-18  Evan Youfix(compiler-sfc): normalize filename when invalidating...
2023-04-18  Evan Yourelease: v3.3.0-alpha.12 v3.3.0-alpha.12
2023-04-18  Evan Youfix(compiler): fix expression codegen for literal const...
2023-04-18  Evan Youworkflow: support building types in build script
2023-04-17  Evan Yourelease: v3.3.0-alpha.11 v3.3.0-alpha.11
2023-04-17  Evan Youfix(compiler-sfc): normalize windows paths when resolvi...
2023-04-17  Evan Yourelease: v3.3.0-alpha.10 v3.3.0-alpha.10
2023-04-17  Evan Youfix(hmr): invalidate cached props/emits options on hmr
2023-04-16  Evan Youfeat(compiler-sfc): support specifying global types...
2023-04-16  Evan Youfeat(compiler-sfc): expose type resolve APIs
2023-04-15  Evan Youfeat(compiler-sfc): mark props destructure as experimen...
2023-04-15  Evan Youfeat(compiler-sfc): support string/number indexed types...
2023-04-15  Evan Youfeat(compiler-sfc): expose type import deps on compiled...
2023-04-15  Evan Yourefactor: avoid hard error when inferring runtime type
2023-04-15  Evan Youchore: comments [ci skip]
2023-04-15  Evan Youtest: refactor resolveType test
2023-04-15  Evan Youfeat(compiler-sfc): support resolving type imports...
2023-04-15  Evan Youwip: cache fileToScope + improve vue file offset
2023-04-15  Evan Yourefactor: improve type resolve error output
2023-04-15  Evan Youfeat(compiler-sfc): support relative imported types...
2023-04-13  Evan Youchore: improve sfc-playground typing + bump repl for...
2023-04-13  Evan Youfeat(compiler-sfc): support namespace members type...
2023-04-13  Evan Youfeat(compiler-sfc): support string indexed type in...
2023-04-13  Evan Yourefactor: adjust ResolvedElements shape
2023-04-13  Evan Youfeat(compiler-sfc): support limited built-in utility...
2023-04-13  Evan Youfeat(compiler-sfc): support mapped types, string types...
2023-04-12  Evan Youfeat(compiler-sfc): support intersection and union...
2023-04-12  Evan Youtest: split compileScript macro tests
2023-04-11  Evan Yourefactor(compiler-sfc): rework macro type resolution
2023-04-11  Evan Yourefactor(compiler-sfc): split normal script logic
2023-04-11  Evan Yourefactor(compiler-sfc): split all macros
2023-04-11  Evan Yourefactor(compiler-sfc): split more logic
2023-04-11  Evan Yourefactor(compiler-sfc): simplify props destructure...
2023-04-11  Evan Yourefactor(compiler-sfc): extract defineEmits logic
2023-04-11  Evan Yourefactor(compiler-sfc): extract processDefineModel...
2023-04-11  Evan Yourefactor(compiler-sfc): collapse genRuntimeProps logic
2023-04-11  Evan Yourefactor(compiler-sfc): extract more defineProps logic
2023-04-11  Evan Yourefactor(compiler-sfc): remove useless type generation
2023-04-11  Evan Yourefactor(compiler-sfc): (wip) split compileScript logic...
2023-04-11  Evan Youchore: update treeshaken deps list
2023-04-10  Himself65fix(runtime-core): properly merge props and emits optio...
2023-04-10  丶远方chore(reactivity): remove unnecessary type assertions...
2023-04-10  JayFatechore: replace brotli with node:zlib (#8045)
2023-04-09  Evan Youperf(compiler): use source-map-js
2023-04-08  Evan Yourelease: v3.3.0-alpha.9 v3.3.0-alpha.9
2023-04-08  Evan Youworkflow: remove yarn usage in release script
2023-04-08  Evan Youchore: move ts-ignore comment in release script
2023-04-08  Evan Youchore: lock puppeteer version
2023-04-08  Evan Youchore: make vercel silent
2023-04-08  三咲智子 Kevin... feat(sfc): introduce `defineModel` macro and `useModel...
2023-04-06  Evan Youchore: bump repl for sfc playground
2023-04-06  Evan Youworkflow: use environment for canary release workflow
2023-04-06  三咲智子 Kevin... fix(compiler-sfc): fix binding type for constants when...
2023-04-06  丶远方chore(reactive): remove unref type assertion (#8007)
2023-04-06  Cloyd Lauchore: fix wrong placeholder in issue template (#7918...
2023-04-06  -isumfix(compiler-sfc): accept `StringLiteral` node in ...
2023-04-06  Evan Youchore: bump repl to handle legacy playground import...
2023-04-06  Evan Youchore: enable cors for sfc as temporary fix
2023-04-06  Evan Youchore: enable cors for sfc as temporary fix
2023-04-06  Evan Youchore: update playground url
2023-04-06  Evan Youfix(types): more public type argument order fix
2023-04-05  Evan Youfix(types): retain type parameters order for public...
2023-04-05  Evan YouRevert "chore: remove unused args passed to ssrRender"
2023-04-05  三咲智子 Kevin... fix(compiler-sfc): skip empty `defineOptions` and suppo...
2023-04-05  Evan Youfix(types): improve defineProps return type with generi...
2023-04-05  Evan Yourefactor(compiler-sfc): move related files into separat...
2023-04-05  Eduardo San... feat(app): app.runWithContext() (#7451)
2023-04-05  Evan Youchore: remove unused args passed to ssrRender
2023-04-05  Evan Youfix(compiler-ssr): disable v-once transform in ssr...
2023-04-04  Evan Yourelease: v3.3.0-alpha.8 v3.3.0-alpha.8
2023-04-04  魏chore: remove duplicate test (#8003)
2023-04-04  JayFatechore: add setupVitest to tsconfig (#8009)
2023-04-04  Evan Youfix(compiler-sfc): check binding is prop before erroring
2023-04-03  Evan Yourelease: v3.3.0-alpha.7 v3.3.0-alpha.7
2023-04-03  三咲智子 Kevin... feat(types/slots): support slot presence / props type...
2023-04-02  Evan Youfeat(reactivity): improve support of getter usage in...
next