Evan You
|
8f1475b8dd
|
refactor(reactivity): use NOOP for readonly computed setter in production
|
2019-10-09 12:22:08 -04:00 |
|
Dmitry Sharshakov
|
530be302fc
|
feat(computed): warn if trying to set a readonly computed (#161)
|
2019-10-09 12:20:53 -04:00 |
|
Carlos Rodrigues
|
8d70093802
|
refactor(reactivity): change _isRef to use refSymbol as key (#124)
|
2019-10-06 11:46:08 -04:00 |
|
Carlos Rodrigues
|
3d975247cd
|
types: cleanup some unnecessary typing in reactivity (#126)
|
2019-10-06 11:22:32 -04:00 |
|
扩散性百万甜面包
|
caa9297da6
|
refactor: move writable check out of computed setter (#112)
|
2019-10-05 15:48:05 -04:00 |
|
扩散性百万甜面包
|
0bdee72e17
|
feat(reactivity): use Symbol for Ref._isRef (#114)
|
2019-10-05 15:46:36 -04:00 |
|
扩散性百万甜面包
|
5c1e42f754
|
types: improve type 'Ref' (#105)
|
2019-10-05 10:10:37 -04:00 |
|
Evan You
|
46bd9dbab0
|
perf: avoid using WeakSet for isRef check
|
2019-09-30 14:52:10 -04:00 |
|
Evan You
|
6c7cbb0dc9
|
types: avoid plain objects with value being mistaken as refs
|
2019-09-05 18:32:19 -04:00 |
|
Evan You
|
9b90e673e8
|
wip: improve options typing
|
2019-09-05 16:09:30 -04:00 |
|
Evan You
|
a6616e4210
|
feat: 2.x options support
|
2019-09-03 22:25:38 -04:00 |
|
Evan You
|
0aff144f93
|
wip: improve computed typing + test for setters
|
2019-08-21 12:01:05 -04:00 |
|
Evan You
|
0519e10518
|
wip: make computed implementation consistent
|
2019-08-20 09:45:28 -04:00 |
|
Evan You
|
b218678c66
|
feat: toRefs
|
2019-08-20 09:38:00 -04:00 |
|
Evan You
|
3facfa5a55
|
wip: adjust computed ref type
|
2019-08-16 10:52:45 -04:00 |
|
Evan You
|
caba6d5c9e
|
wip: state -> reactive, value -> ref
|
2019-08-16 09:42:46 -04:00 |
|
Evan You
|
471899af8b
|
refactor: rename reactivity package name and APIs
|
2019-06-11 23:50:28 +08:00 |
|