Commit Graph

3593 Commits

Author SHA1 Message Date
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
Evan You
05aaa33a45 wip: computed tests passing 2022-05-26 02:14:14 +08:00
Evan You
c4aa8ea66d wip: reactive tests passing 2022-05-26 00:30:31 +08:00
Evan You
ac85a4217e wip: ref tests passing 2022-05-25 15:36:10 +08:00
Evan You
e1e5a75540 wip: fix entry with compiler 2022-05-25 15:07:46 +08:00
Evan You
f50a1b84d9 wip(vca): partial ref and watch implementation 2022-05-24 21:49:16 +08:00
Evan You
d7d3dbbcc8 workflow: allow wip commits 2022-05-24 21:49:09 +08:00
Evan You
450767f3bb refactor: isArray 2022-05-24 21:48:01 +08:00
Evan You
797e72e6fd build: use __DEV__ flag 2022-05-24 08:56:11 +08:00
Evan You
72aed6a149 workflow: remove eslint, apply prettier 2022-05-23 17:21:17 +08:00
Evan You
6f8fb220e2 build: target es2017 / node 8 for cjs files 2022-05-23 17:14:02 +08:00
Evan You
58608a2f26 chore: fix ci script 2022-05-23 15:16:32 +08:00
Evan You
04b584ffc1 test: transition tests 2022-05-23 15:15:29 +08:00
Evan You
cca88b9919 ci: fix e2e build script 2022-05-20 18:24:45 +08:00