Commit Graph

23 Commits (a3a2e513523a7094204a92bae2d95b0126df4730)

Author SHA1 Message Date
Richard Harris f3cb540ce6 update readable signature to match writable - fixes 6 years ago
Richard Harris a203bfd071 express readable in terms of writable 6 years ago
Richard Harris 41b14606b4 allow stores to work with mutable data - fixes 6 years ago
Conduitry f6b3f38e89 expose get() from svelte/store () 6 years ago
Richard Harris 9e8e99caf6 add second argument to writable - fixes 6 years ago
Rich Harris a2ff93cb72 glitch-free reactive stores 6 years ago
Rich Harris f45e2b70fd
Implement reactive assignments () 6 years ago
Dmitry Kurmanov 07b7212783
Update index.js 6 years ago
Rich Harris 367f062e4e fix and simplify cycle detection 7 years ago
Rich Harris 923c64d086 put test alongside other store tests 7 years ago
Rich Harris 9bc8b74107 update store tests 7 years ago
Rich Harris 34d2fbfa58 remove ES5 constraint 7 years ago
Gareth Oates 389b5c9ff9 There was no test to determine if onchange cancel threw an error 7 years ago
Jacob Wright 9a1d87494d Removes date checks and simplifies NaN checks, adds tests 7 years ago
Rich Harris fd8bbe3eb7 update test 7 years ago
Rich Harris a0d8d09003 guard against introducing ES6+isms into store.js 7 years ago
Rich Harris d479224067 prevent cyclical store computations, and computation duplication 7 years ago
Rich Harris d5d1eccb28 remove combineStores 7 years ago
Rich Harris adc248f639 make target store optional 7 years ago
Rich Harris 47547ed0ab better implementation of computed properties 7 years ago
Rich Harris a669dbfcd4 add combineStores function 7 years ago
Rich Harris f23c886b6a computed properties 7 years ago
Rich Harris d0e5098ea6 implement Store 7 years ago