Commit Graph

32 Commits (c951e31a7aabc058f89346ac287a6b05a5a0d6d0)

Author SHA1 Message Date
Dmitry Kurmanov 85d4a3d7b1 Update store.js
8 years ago
Rich Harris 8a410432ab oops, we need that argument
8 years ago
Rich Harris 8fe75716a4 alternative approach to #1520
8 years ago
Jacob Wright 8aaf9119b0 Allows fragment updates to happen after state updates
8 years ago
Rich Harris af9c1e80f7 make dirty local to the for loop
8 years ago
Brian Takita 3eaee62b5e Declaring variable `dirty`.
8 years ago
Rich Harris a60d5166b5 update state with new computed properties
8 years ago
Rich Harris fd7063e84a fix and simplify cycle detection
8 years ago
Rich Harris 6742c8c5e9 on second thoughts, cycles is a better name still
8 years ago
Rich Harris 71260f9918 alternative approach to #1399
8 years ago
Brian Takita 8f476c1a9c Added key & rootKey into 'Cyclical dependency detected' error message
8 years ago
Brian Takita cb1978e937 Fix https://github.com/sveltejs/svelte/issues/1399
8 years ago
Rich Harris ed97817ea0 remove unused store methods
8 years ago
Rich Harris b4ebdf0c55 -> v1.63.1
8 years ago
Rich Harris eeb0e18a94 deprecate store.onchange
8 years ago
Rich Harris 3b4b8c25d5 implement onstate and onupdate
8 years ago
Luke Edwards 8b148441cd fix Store usage
9 years ago
Rich Harris 21889f5d3d use local `this` variable instead of .bind
9 years ago
Gareth Oates 566f64d436 this._changeHandlers was undefined when calling cancel()
9 years ago
Rich Harris e4da15330f put _differs on prototype, remove runtime option
9 years ago
Jacob Wright e1ae3d1a43 Add support to computed and store for immutable structures
9 years ago
Rich Harris 4054b87534 shorter error message, remove ES6 template string
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 5d612c50b0 fix ES5 scoping bug
9 years ago
Rich Harris 6c085c0c64 remove ES2015+ from store.js
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 a9353a769c add _init method
9 years ago
Rich Harris 53ed35ddf0 implement Store
9 years ago