Commit Graph

20 Commits (d6d3af8e03ec17f57da9e50f937daf9580a05a9d)

Author SHA1 Message Date
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