]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
Evan You [Sun, 25 Aug 2019 02:37:05 +0000 (22:37 -0400)]
chore: basic readme
Evan You [Sun, 25 Aug 2019 02:22:27 +0000 (22:22 -0400)]
ci: enable ci
Evan You [Fri, 23 Aug 2019 21:22:37 +0000 (17:22 -0400)]
chore: contribution guide
Evan You [Fri, 23 Aug 2019 21:22:13 +0000 (17:22 -0400)]
chore: remove no longer needed package
Evan You [Fri, 23 Aug 2019 19:32:19 +0000 (15:32 -0400)]
test: fix temp tests
Evan You [Fri, 23 Aug 2019 19:27:17 +0000 (15:27 -0400)]
test: update fragment tests
Evan You [Fri, 23 Aug 2019 13:38:32 +0000 (09:38 -0400)]
refactor: immutable -> readonly
Evan You [Fri, 23 Aug 2019 13:21:29 +0000 (09:21 -0400)]
test: more test todos
Evan You [Fri, 23 Aug 2019 02:15:39 +0000 (22:15 -0400)]
test: layout test references
Evan You [Fri, 23 Aug 2019 02:07:51 +0000 (22:07 -0400)]
wip: pass attrs fallthrough tests
Evan You [Fri, 23 Aug 2019 01:38:00 +0000 (21:38 -0400)]
wip: adjust index exports
Evan You [Thu, 22 Aug 2019 21:13:25 +0000 (17:13 -0400)]
chore: test todos
Evan You [Thu, 22 Aug 2019 21:12:39 +0000 (17:12 -0400)]
wip: cloneVNode + mergeProps
Evan You [Thu, 22 Aug 2019 15:12:37 +0000 (11:12 -0400)]
refactor: use const enums for flags
Evan You [Thu, 22 Aug 2019 02:00:48 +0000 (22:00 -0400)]
test: layout more runtime-core tests
Evan You [Wed, 21 Aug 2019 21:10:37 +0000 (17:10 -0400)]
types: fix createComponent spec
Evan You [Wed, 21 Aug 2019 21:05:14 +0000 (17:05 -0400)]
wip: update runtime-test
Evan You [Wed, 21 Aug 2019 20:17:02 +0000 (16:17 -0400)]
chore: comments
Evan You [Wed, 21 Aug 2019 16:03:35 +0000 (12:03 -0400)]
test: test immutable + ref
Evan You [Wed, 21 Aug 2019 16:01:05 +0000 (12:01 -0400)]
wip: improve computed typing + test for setters
Evan You [Wed, 21 Aug 2019 13:50:20 +0000 (09:50 -0400)]
chore: allow custom assignment to this
Evan You [Tue, 20 Aug 2019 19:51:55 +0000 (15:51 -0400)]
wip: warn when injection not found
Evan You [Tue, 20 Aug 2019 18:28:44 +0000 (14:28 -0400)]
wip: remove immutability conversion in inject
Evan You [Tue, 20 Aug 2019 14:50:43 +0000 (10:50 -0400)]
build: bump jest & ts-jest
Evan You [Tue, 20 Aug 2019 14:34:25 +0000 (10:34 -0400)]
build: bump rollup version
Evan You [Tue, 20 Aug 2019 14:19:35 +0000 (10:19 -0400)]
build: bump ts and prettier
Evan You [Tue, 20 Aug 2019 14:01:23 +0000 (10:01 -0400)]
build: bump deps
Evan You [Tue, 20 Aug 2019 13:58:10 +0000 (09:58 -0400)]
test: fix reactivity tests
Evan You [Tue, 20 Aug 2019 13:45:28 +0000 (09:45 -0400)]
wip: make computed implementation consistent
Evan You [Tue, 20 Aug 2019 13:38:00 +0000 (09:38 -0400)]
feat: toRefs
Evan You [Mon, 19 Aug 2019 22:06:20 +0000 (18:06 -0400)]
feat: template ref handling + ref unmount
Evan You [Mon, 19 Aug 2019 19:06:03 +0000 (15:06 -0400)]
wip: make injected values immutable
Evan You [Mon, 19 Aug 2019 19:01:50 +0000 (15:01 -0400)]
fix: reactive and immutable should warn for undefined
Evan You [Mon, 19 Aug 2019 18:45:11 +0000 (14:45 -0400)]
wip: adjust inject API
Evan You [Mon, 19 Aug 2019 18:44:52 +0000 (14:44 -0400)]
wip: fix watch simple effect usage
Evan You [Mon, 19 Aug 2019 16:05:07 +0000 (12:05 -0400)]
wip: update writable computed API to match latest spec
Evan You [Mon, 19 Aug 2019 02:49:08 +0000 (22:49 -0400)]
types: watch API type overload
Evan You [Mon, 19 Aug 2019 02:48:46 +0000 (22:48 -0400)]
types: simplify ref type
Evan You [Fri, 16 Aug 2019 14:52:45 +0000 (10:52 -0400)]
wip: adjust computed ref type
Evan You [Fri, 16 Aug 2019 14:02:53 +0000 (10:02 -0400)]
wip: update runtime core to updated reactivity api names
Evan You [Fri, 16 Aug 2019 13:54:57 +0000 (09:54 -0400)]
wip: improve ref typing
Evan You [Fri, 16 Aug 2019 13:42:46 +0000 (09:42 -0400)]
wip: state -> reactive, value -> ref
Evan You [Tue, 13 Aug 2019 15:30:28 +0000 (11:30 -0400)]
wip: proper handling of value assignment in reactive object
Evan You [Tue, 13 Aug 2019 15:27:48 +0000 (11:27 -0400)]
revert: "wip: handle value -> value assignment in reactive object"
This reverts commit
61ab483af1ce744ae4cb617d3afea7ff21e4a49c.
Evan You [Tue, 13 Aug 2019 15:18:23 +0000 (11:18 -0400)]
types: use unknown
Evan You [Tue, 13 Aug 2019 15:17:55 +0000 (11:17 -0400)]
types: allow string keys in provide/inject
Evan You [Tue, 13 Aug 2019 15:13:26 +0000 (11:13 -0400)]
wip: handle value -> value assignment in reactive object
Evan You [Thu, 20 Jun 2019 13:28:37 +0000 (21:28 +0800)]
wip: update test runtime
Evan You [Thu, 20 Jun 2019 07:25:10 +0000 (15:25 +0800)]
wip: expose getCurrentInstance()
Evan You [Wed, 19 Jun 2019 14:50:14 +0000 (22:50 +0800)]
chore: todo
Evan You [Wed, 19 Jun 2019 14:48:22 +0000 (22:48 +0800)]
perf: improve inject performance
Evan You [Wed, 19 Jun 2019 09:31:49 +0000 (17:31 +0800)]
wip: provide/inject
Evan You [Wed, 19 Jun 2019 09:08:42 +0000 (17:08 +0800)]
wip: $state -> $data
Evan You [Wed, 19 Jun 2019 08:43:34 +0000 (16:43 +0800)]
wip: setup context + emit
Evan You [Thu, 13 Jun 2019 02:25:24 +0000 (10:25 +0800)]
chore: comments
Evan You [Wed, 12 Jun 2019 08:22:52 +0000 (16:22 +0800)]
wip: types
Evan You [Wed, 12 Jun 2019 07:43:19 +0000 (15:43 +0800)]
wip: support returning render fn from setup() + improve createComponent type inference
Evan You [Tue, 11 Jun 2019 16:03:50 +0000 (00:03 +0800)]
refactor: adjust reactivity structure
Evan You [Tue, 11 Jun 2019 15:50:28 +0000 (23:50 +0800)]
refactor: rename reactivity package name and APIs
Evan You [Fri, 7 Jun 2019 06:55:38 +0000 (14:55 +0800)]
wip: restructure api + support watch multiple sources
Evan You [Thu, 6 Jun 2019 07:19:04 +0000 (15:19 +0800)]
wip: adjust watcher cleanup api
Evan You [Thu, 6 Jun 2019 05:25:05 +0000 (13:25 +0800)]
wip: watcher cleanup improvement
Evan You [Thu, 6 Jun 2019 05:04:49 +0000 (13:04 +0800)]
wip: watcher cleanup
Evan You [Thu, 6 Jun 2019 05:04:31 +0000 (13:04 +0800)]
fix: vnode key ref should default to null
Evan You [Thu, 6 Jun 2019 04:35:49 +0000 (12:35 +0800)]
wip: writable computed
Evan You [Wed, 5 Jun 2019 13:38:32 +0000 (21:38 +0800)]
wip: delete keys from props proxy when needed
Evan You [Mon, 3 Jun 2019 11:59:15 +0000 (19:59 +0800)]
chore: comments
Evan You [Mon, 3 Jun 2019 11:58:12 +0000 (19:58 +0800)]
wip: use typeFlag in slot normalization
Evan You [Mon, 3 Jun 2019 05:57:19 +0000 (13:57 +0800)]
chore: notes on style binding optimization
Evan You [Mon, 3 Jun 2019 05:44:45 +0000 (13:44 +0800)]
wip: refs
Evan You [Mon, 3 Jun 2019 04:40:21 +0000 (12:40 +0800)]
wip: hoc parent el update
Evan You [Mon, 3 Jun 2019 01:43:28 +0000 (09:43 +0800)]
wip: svg & parent chain
Evan You [Sun, 2 Jun 2019 14:22:44 +0000 (22:22 +0800)]
wip: optimize children shapeFlag
Evan You [Sun, 2 Jun 2019 11:40:50 +0000 (19:40 +0800)]
wip: include children type in shapeFlag
Evan You [Sun, 2 Jun 2019 08:35:19 +0000 (16:35 +0800)]
wip: optimize w/ shapeFlag
Evan You [Sat, 1 Jun 2019 09:47:19 +0000 (17:47 +0800)]
chore: comments
Evan You [Sat, 1 Jun 2019 09:44:06 +0000 (17:44 +0800)]
chore: remove unused var
Evan You [Sat, 1 Jun 2019 09:43:41 +0000 (17:43 +0800)]
wip: style/class normalization
Evan You [Fri, 31 May 2019 18:14:49 +0000 (02:14 +0800)]
wip: always track component nodes
Evan You [Fri, 31 May 2019 16:47:05 +0000 (00:47 +0800)]
wip: improve props typing
Evan You [Fri, 31 May 2019 10:07:43 +0000 (18:07 +0800)]
wip: slots
Evan You [Fri, 31 May 2019 04:25:11 +0000 (12:25 +0800)]
wip: shouldUpdateComponent logic for slots
Evan You [Thu, 30 May 2019 15:16:15 +0000 (23:16 +0800)]
wip: props proxy for setup()
Evan You [Thu, 30 May 2019 14:09:48 +0000 (22:09 +0800)]
types: bump TS version + type test for createComponent
Evan You [Thu, 30 May 2019 13:31:53 +0000 (21:31 +0800)]
refactor: tweak watch getter logic
Evan You [Thu, 30 May 2019 13:27:14 +0000 (21:27 +0800)]
chore: comments
Evan You [Thu, 30 May 2019 13:24:40 +0000 (21:24 +0800)]
chore: comments
Evan You [Thu, 30 May 2019 08:00:42 +0000 (16:00 +0800)]
wip: component update fast path
Evan You [Thu, 30 May 2019 05:35:50 +0000 (13:35 +0800)]
types: improve value unwrapping
Evan You [Wed, 29 May 2019 15:44:59 +0000 (23:44 +0800)]
wip: watch
Evan You [Wed, 29 May 2019 14:11:33 +0000 (22:11 +0800)]
wip: test + typing for value
Evan You [Wed, 29 May 2019 10:47:29 +0000 (18:47 +0800)]
test: update computed specs
Evan You [Wed, 29 May 2019 10:44:50 +0000 (18:44 +0800)]
wip: computed
Evan You [Wed, 29 May 2019 09:36:53 +0000 (17:36 +0800)]
wip: value()
Evan You [Wed, 29 May 2019 08:10:25 +0000 (16:10 +0800)]
wip: portal
Evan You [Wed, 29 May 2019 05:43:46 +0000 (13:43 +0800)]
wip: render proxy
Evan You [Wed, 29 May 2019 03:36:16 +0000 (11:36 +0800)]
refactor: component setup flow
Evan You [Wed, 29 May 2019 03:01:39 +0000 (11:01 +0800)]
wip: renderTriggered & renderTracked
Evan You [Wed, 29 May 2019 02:47:09 +0000 (10:47 +0800)]
wip: beforeXXX hooks
Evan You [Wed, 29 May 2019 02:43:27 +0000 (10:43 +0800)]
wip: props immutability