Commit Graph

31 Commits (353d3b5ef3b812a8da83c7dc92a0c5a2a8289fa3)

Author SHA1 Message Date
Rich Harris 645f9e3894 oops, we need that argument
6 years ago
Rich Harris c2f0ca3e2e alternative approach to #1520
6 years ago
Jacob Wright 2c24c36120 Allows fragment updates to happen after state updates
6 years ago
Rich Harris bb57f2bd50
make dirty local to the for loop
6 years ago
Brian Takita a8d3e93269 Declaring variable `dirty`.
6 years ago
Rich Harris c8d55aa90a update state with new computed properties
6 years ago
Rich Harris 367f062e4e fix and simplify cycle detection
6 years ago
Rich Harris 968b7956a4 on second thoughts, cycles is a better name still
6 years ago
Rich Harris 9d6d996866 alternative approach to #1399
6 years ago
Brian Takita 058e1bddf3 Added key & rootKey into 'Cyclical dependency detected' error message
6 years ago
Brian Takita 4d8090aa15 Fix https://github.com/sveltejs/svelte/issues/1399
6 years ago
Rich Harris 7b40fed197 remove unused store methods
6 years ago
Rich Harris 424bb1a5de -> v1.63.1
6 years ago
Rich Harris 20b940a73a deprecate store.onchange
6 years ago
Rich Harris c1573dbf2c implement onstate and onupdate
6 years ago
Luke Edwards 69ba60b840 fix Store usage
7 years ago
Rich Harris 957179fc7f
use local `this` variable instead of .bind
7 years ago
Gareth Oates 7d44b181f2 this._changeHandlers was undefined when calling cancel()
7 years ago
Rich Harris 1b599bd57b put _differs on prototype, remove runtime option
7 years ago
Jacob Wright d2f8e472a5 Add support to computed and store for immutable structures
7 years ago
Rich Harris e3836dab46 shorter error message, remove ES6 template string
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 96eac06e2d fix ES5 scoping bug
7 years ago
Rich Harris 7779f26f7f remove ES2015+ from store.js
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 2705532cb0 add _init method
7 years ago
Rich Harris d0e5098ea6 implement Store
7 years ago