Commit Graph

3356 Commits

Author SHA1 Message Date
Haoqun Jiang
642e7aa03b
chore: exclude trivial refactors from git blame results (#12550)
See https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view

Ideally all style-only-commits should be put into this list.

The "move to typescript" is not trivial by itself, but most of the
additions / deletions are style changes. So I think it's safe and more
reader-friendly to exclude it.
2022-06-05 22:51:18 -04:00
Evan You
8be5a871d4 chore: changelog [ci skip] 2022-06-01 22:26:15 +08:00
Evan You
4dc0c6c4db release: v2.7.0-alpha.4 2022-06-01 22:19:32 +08:00
Evan You
c319cc7a74 fix: guard against non-object provide value 2022-06-01 22:18:05 +08:00
Evan You
a00c63beb4 chore: fix test alias 2022-06-01 22:15:27 +08:00
Evan You
ffaf81ba5f chore: fix type tests 2022-06-01 22:12:02 +08:00
Evan You
206f8a7f09 wip: defineComponent 2022-06-01 21:55:33 +08:00
Evan You
09beea9ae7 chore: move sfc parser 2022-06-01 21:32:13 +08:00
Evan You
72194a4591 build: use extended tsconfig 2022-06-01 14:27:29 +08:00
Evan You
5fbf2c9928 release: v2.7.0-alpha.3 2022-06-01 11:13:29 +08:00
Evan You
a9a2fae970 build: fix mjs build publish 2022-06-01 11:12:30 +08:00
Evan You
bafb5d419d chore: avoid generating unused dts 2022-06-01 11:12:20 +08:00
Evan You
7ec896827f release: v2.7.0-alpha.2 2022-06-01 10:37:17 +08:00
Evan You
2b00084ee4 chore: changelog [ci skip] 2022-06-01 10:34:56 +08:00
Evan You
d3172377e0 feat: add exports field + mjs build 2022-06-01 10:11:19 +08:00
Evan You
5673363eda feat: expose set/del as named exports 2022-06-01 09:46:50 +08:00
Evan You
45b932b6e5 release: v2.7.0-alpha.1 2022-05-31 17:57:37 +08:00
Evan You
1b7584664d workflow: fix release check + remove dist file from git index 2022-05-31 17:56:20 +08:00
Evan You
1b49c75e2a chore: fix unit test 2022-05-31 17:45:10 +08:00
Evan You
ff4f1fdf37 refactor: move more ssr logic into server-renderer package 2022-05-31 17:38:27 +08:00
Evan You
8d7793ff10 workflow: update release script 2022-05-31 17:26:05 +08:00
Evan You
d6bdff8903 refactor: move src types folder 2022-05-31 16:33:48 +08:00
Evan You
dd39e7ef4c chore: fix TS 4.7 error 2022-05-31 16:11:55 +08:00
Evan You
ef297d94f9 chore: fix dep 2022-05-31 16:02:41 +08:00
Evan You
9f74f2048d refactor: move to monorepo 2022-05-31 15:32:44 +08:00
Evan You
b3a8ccf3d2 chore: fix test script [ci skip] 2022-05-30 21:41:00 +08:00
Evan You
2acb5474bc types: generate types for v3 apis 2022-05-30 21:36:07 +08:00
Evan You
e5a6fe5da7 test: e2e test for composition API examples 2022-05-30 17:20:43 +08:00
Evan You
460856510d wip: setup() template refs support 2022-05-30 16:47:00 +08:00
Evan You
cae88defa2 chore: rename template ref module 2022-05-29 19:29:17 +08:00
Evan You
1a13c63ff5 wip: provide/inject 2022-05-29 18:43:36 +08:00
Evan You
dae380dc24 wip: renderTriggered/renderTracked 2022-05-29 16:01:38 +08:00
Evan You
075f215edf wip: onTrack/onTrigger debugger options 2022-05-29 15:39:49 +08:00
Evan You
15c5c43ca6 wip: onTrack debugger option 2022-05-29 15:05:35 +08:00
Evan You
9fb4f7d070 wip: effectScope 2022-05-29 14:17:08 +08:00
Evan You
b4c511da8f chore: fix unit tests 2022-05-29 02:35:56 +08:00
Evan You
54f5f9bad6 chore: fix ssr tests 2022-05-29 02:26:36 +08:00
Evan You
c9136b1275 wip: apiWatch tests 2022-05-29 02:21:44 +08:00
Evan You
6c1d2efd04 wip: setup() tests 2022-05-28 20:33:12 +08:00
Evan You
cfc2c59132 chore: use isFunction 2022-05-27 23:52:22 +08:00
Evan You
1e4ac46fe5 wip: lifecycle api 2022-05-27 23:40:03 +08:00
Evan You
12150f622b chore: format typescript dir 2022-05-27 17:30:12 +08:00
Evan You
1f1046b7e5 wip: rename dir to v3 2022-05-27 17:27:17 +08:00
Evan You
93214586aa types: types for setup() + format types 2022-05-27 17:26:55 +08:00
Evan You
f29ad1def5 wip: shallowReactive/shallowReadonly 2022-05-27 12:07:19 +08:00
Evan You
a5ad708ccf wip: readonly 2022-05-27 10:45:28 +08:00
Evan You
b0140bfdab ci: __DEV__ flag for e2e tests 2022-05-26 02:42:48 +08:00
Evan You
eb20b8228f ci: fix ci 2022-05-26 02:36:51 +08:00
Evan You
a16271280a refactor: simplify implementations
since we output es5, classes are more verbose then necessary
2022-05-26 02:34:15 +08:00
Evan You
282ebb0893 chore: remove duplicated types 2022-05-26 02:18:33 +08:00