Commit Graph

25 Commits (f343a9b88d9bf5c8c5a3289a1dd360d60047a7bb)

Author SHA1 Message Date
Conduitry 4f17f9c856 add initial_value argument to derived store
7 years ago
Conduitry 524f5e7331 rename `derive` to `derived`
7 years ago
Richard Harris 944cba6649 update readable signature to match writable - fixes #2296
8 years ago
Richard Harris 4e322c7fe1 express readable in terms of writable
8 years ago
Richard Harris 875f49f71d allow stores to work with mutable data - fixes #2171
8 years ago
Conduitry 53377257b8 expose get() from svelte/store (#2060)
8 years ago
Richard Harris 1ed0d5231c add second argument to writable - fixes #2072
8 years ago
Rich Harris 194e896509 glitch-free reactive stores
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Dmitry Kurmanov 39c62a140b Update index.js
8 years ago
Rich Harris fd7063e84a fix and simplify cycle detection
8 years ago
Rich Harris c176506086 put test alongside other store tests
8 years ago
Rich Harris d9828355b2 update store tests
8 years ago
Rich Harris d045e3907d remove ES5 constraint
8 years ago
Gareth Oates 92cb77f8da There was no test to determine if onchange cancel threw an error
9 years ago
Jacob Wright faa613d357 Removes date checks and simplifies NaN checks, adds tests
9 years ago
Rich Harris a075bb552c update test
9 years ago
Rich Harris 27e3e3330f guard against introducing ES6+isms into store.js
9 years ago
Rich Harris e2286da150 prevent cyclical store computations, and computation duplication
9 years ago
Rich Harris f6d8e2acd9 remove combineStores
9 years ago
Rich Harris 5b8387553e make target store optional
9 years ago
Rich Harris e1867e11e2 better implementation of computed properties
9 years ago
Rich Harris f3d5becac8 add combineStores function
9 years ago
Rich Harris 5ed6ed2a29 computed properties
9 years ago
Rich Harris 53ed35ddf0 implement Store
9 years ago