Commit Graph

1929 Commits (4a93c75cbebf41e03e8e005d25185bacd7ed7c3c)
 

Author SHA1 Message Date
Rich Harris 69b74d96bc return promise, so that test results are correct 8 years ago
Rich Harris 16599690a5 always return something 8 years ago
Rich Harris cec17c27b0 rename functions 8 years ago
Rich Harris 6d1d1e5d9a remove unused preprocessor option 8 years ago
Rich Harris 35085839e1 remove redundant try-catch 8 years ago
Efthymis Sarmpanis 953c2967f2 Basic support for style and script preprocessors 8 years ago
Rich Harris 72bd23af96 -> v1.43.1 8 years ago
Rich Harris 3264b5160f
Merge pull request from sveltejs/gh-961 8 years ago
Rich Harris 3843261e45
Merge pull request from sveltejs/prevent-cyclical-store-computations 8 years ago
Rich Harris fd8bbe3eb7 update test 8 years ago
Rich Harris f10e86f6e2 prevent boolean attributes breaking shapes inside estree-walker - fixes 8 years ago
Rich Harris a0d8d09003 guard against introducing ES6+isms into store.js 8 years ago
Rich Harris 060de16ba0 Merge branch 'master' into prevent-cyclical-store-computations 8 years ago
Rich Harris e3836dab46 shorter error message, remove ES6 template string 8 years ago
Rich Harris b26be1ca24
Merge pull request from sveltejs/gh-962 8 years ago
Rich Harris faf5ca8de2 fix test failures resulting from new JSDOM version 8 years ago
Rich Harris 0b904b6fb7 gah i always forget this. need a pre-commit hook 8 years ago
Rich Harris d479224067 prevent cyclical store computations, and computation duplication 8 years ago
Rich Harris ada52c7f13 allow parameterised transitions - fixes 8 years ago
Rich Harris a717c82bb4 -> v1.43.0 8 years ago
Rich Harris a3b4eea3d7
Merge pull request from sveltejs/gh-930-computed 8 years ago
Rich Harris d5d1eccb28 remove combineStores 8 years ago
Rich Harris dc97fa76c8 less code 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 ede70be02f
Merge pull request from EmilTholin/a11y_aria_current 8 years ago
Rich Harris f23c886b6a computed properties 8 years ago
Emil Tholin 1d76b71bfe Add 'current' to the list of aria attributes 8 years ago
Rich Harris ccef13a2d5 ditch async/await in tests, so that they run in node 6 8 years ago
Rich Harris 8a0813e96b SSR await-then-catch 8 years ago
Rich Harris 56b167b44f await-then-catch with non-promise 8 years ago
Rich Harris 8f52587539 show output using cjs format, so stack traces make sense 8 years ago
Rich Harris a2d885c8ba basic client-side await-then-catch working 8 years ago
Rich Harris d783993d23 halfway there 8 years ago
Rich Harris 908fe2ab7a parse await-then-catch 8 years ago
Rich Harris 1cdfb84fec remove solo: true 8 years ago
Rich Harris edc61b7bd8 fix tests, now that computed prop dependencies are expected 8 years ago
Rich Harris 8ad22bcf4a add store.js to package 8 years ago
Rich Harris 3206e08286 allow computed properties to depend on store props 8 years ago
Rich Harris a87d30e0e6 allow event handlers to call store methods 8 years ago
Rich Harris 945d8ce526 store bindings 8 years ago
Rich Harris be68cd9de2 use store in SSR mode 8 years ago
Rich Harris f64e473d2e reenable all tests 8 years ago
Rich Harris 75e911b05a update snapshot tests 8 years ago
Rich Harris f80ace5fd6 client-side store subscriptions 8 years ago
Rich Harris 2705532cb0 add _init method 8 years ago
Rich Harris d0e5098ea6 implement Store 8 years ago