0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

18 Commits

Author SHA1 Message Date
Rich Harris
a2ff93cb72 glitch-free reactive stores 2018-12-16 19:49:42 -05:00
Rich Harris
f45e2b70fd
Implement reactive assignments (#1839)
This also includes elements of RFCs 2 and 3
2018-12-15 19:18:03 -05:00
Dmitry Kurmanov
07b7212783
Update index.js 2018-09-27 20:00:05 +03:00
Rich Harris
367f062e4e fix and simplify cycle detection 2018-05-02 20:57:46 -04:00
Rich Harris
923c64d086 put test alongside other store tests 2018-05-01 22:28:06 -04:00
Rich Harris
9bc8b74107 update store tests 2018-04-15 18:21:54 -04:00
Rich Harris
34d2fbfa58 remove ES5 constraint 2018-04-15 18:04:27 -04:00
Gareth Oates
389b5c9ff9 There was no test to determine if onchange cancel threw an error 2018-02-18 14:19:46 +01:00
Jacob Wright
9a1d87494d Removes date checks and simplifies NaN checks, adds tests 2018-02-10 10:23:58 -07:00
Rich Harris
fd8bbe3eb7 update test 2017-11-27 08:18:09 -05:00
Rich Harris
a0d8d09003 guard against introducing ES6+isms into store.js 2017-11-27 07:50:33 -05:00
Rich Harris
d479224067 prevent cyclical store computations, and computation duplication 2017-11-27 07:21:06 -05:00
Rich Harris
d5d1eccb28 remove combineStores 2017-11-25 17:12:10 -05:00
Rich Harris
adc248f639 make target store optional 2017-11-25 14:02:24 -05:00
Rich Harris
47547ed0ab better implementation of computed properties 2017-11-25 13:55:20 -05:00
Rich Harris
a669dbfcd4 add combineStores function 2017-11-25 13:21:55 -05:00
Rich Harris
f23c886b6a computed properties 2017-11-25 12:07:28 -05:00
Rich Harris
d0e5098ea6 implement Store 2017-11-24 12:50:12 -05:00