Commit Graph

15 Commits (0c3e44ac05c651c12c94e047bf712cb86278d345)

Author SHA1 Message Date
Rich Harris 957179fc7f
use local `this` variable instead of .bind
8 years ago
Gareth Oates 7d44b181f2 this._changeHandlers was undefined when calling cancel()
8 years ago
Rich Harris 1b599bd57b put _differs on prototype, remove runtime option
8 years ago
Jacob Wright d2f8e472a5 Add support to computed and store for immutable structures
8 years ago
Rich Harris e3836dab46 shorter error message, remove ES6 template string
8 years ago
Rich Harris d479224067 prevent cyclical store computations, and computation duplication
8 years ago
Rich Harris d5d1eccb28 remove combineStores
8 years ago
Rich Harris 96eac06e2d fix ES5 scoping bug
8 years ago
Rich Harris 7779f26f7f remove ES2015+ from store.js
8 years ago
Rich Harris adc248f639 make target store optional
8 years ago
Rich Harris 47547ed0ab better implementation of computed properties
8 years ago
Rich Harris a669dbfcd4 add combineStores function
8 years ago
Rich Harris f23c886b6a computed properties
8 years ago
Rich Harris 2705532cb0 add _init method
8 years ago
Rich Harris d0e5098ea6 implement Store
8 years ago