Rich Harris
|
844e89f277
|
correctly mount await block that has an anchor
|
2017-12-03 09:33:56 -05:00 |
|
Rich Harris
|
82fc0f2713
|
Merge branch 'master' into gh-654
|
2017-12-03 09:08:49 -05:00 |
|
Rich Harris
|
dbe3cf8c7e
|
reenable all tests
|
2017-12-02 23:55:54 -05:00 |
|
Rich Harris
|
9eaea2ba94
|
fix attribute parsing
|
2017-12-02 23:54:11 -05:00 |
|
Rich Harris
|
6af51e8f55
|
remove tests of coffeescript etc
|
2017-12-02 23:50:06 -05:00 |
|
Rich Harris
|
6fd069922b
|
more direct tests
|
2017-12-02 23:48:34 -05:00 |
|
Rich Harris
|
b2b3588cdd
|
use helper
|
2017-12-02 23:33:32 -05:00 |
|
Rich Harris
|
69b74d96bc
|
return promise, so that test results are correct
|
2017-12-02 23:20:43 -05:00 |
|
Efthymis Sarmpanis
|
953c2967f2
|
Basic support for style and script preprocessors
Suggestion for #181 and #876
|
2017-11-29 20:19:05 +02:00 |
|
Rich Harris
|
3264b5160f
|
Merge pull request #965 from sveltejs/gh-961
prevent boolean attributes breaking shapes inside estree-walker
|
2017-11-27 08:22:23 -05:00 |
|
Rich Harris
|
fd8bbe3eb7
|
update test
|
2017-11-27 08:18:09 -05:00 |
|
Rich Harris
|
f10e86f6e2
|
prevent boolean attributes breaking shapes inside estree-walker - fixes #961
|
2017-11-27 08:12:11 -05:00 |
|
Rich Harris
|
a0d8d09003
|
guard against introducing ES6+isms into store.js
|
2017-11-27 07:50:33 -05:00 |
|
Rich Harris
|
060de16ba0
|
Merge branch 'master' into prevent-cyclical-store-computations
|
2017-11-27 07:43:43 -05:00 |
|
Rich Harris
|
faf5ca8de2
|
fix test failures resulting from new JSDOM version
|
2017-11-27 07:38:29 -05:00 |
|
Rich Harris
|
0b904b6fb7
|
gah i always forget this. need a pre-commit hook
|
2017-11-27 07:22:02 -05:00 |
|
Rich Harris
|
d479224067
|
prevent cyclical store computations, and computation duplication
|
2017-11-27 07:21:06 -05:00 |
|
Rich Harris
|
ada52c7f13
|
allow parameterised transitions - fixes #962
|
2017-11-27 06:57:38 -05:00 |
|
Rich Harris
|
d5d1eccb28
|
remove combineStores
|
2017-11-25 17:12:10 -05:00 |
|
Rich Harris
|
adc248f639
|
make target store optional
|
2017-11-25 14:02:24 -05:00 |
|
Rich Harris
|
47547ed0ab
|
better implementation of computed properties
|
2017-11-25 13:55:20 -05:00 |
|
Rich Harris
|
a669dbfcd4
|
add combineStores function
|
2017-11-25 13:21:55 -05:00 |
|
Rich Harris
|
f23c886b6a
|
computed properties
|
2017-11-25 12:07:28 -05:00 |
|
Rich Harris
|
ccef13a2d5
|
ditch async/await in tests, so that they run in node 6
|
2017-11-25 10:56:27 -05:00 |
|
Rich Harris
|
8a0813e96b
|
SSR await-then-catch
|
2017-11-25 10:34:44 -05:00 |
|
Rich Harris
|
56b167b44f
|
await-then-catch with non-promise
|
2017-11-25 09:13:58 -05:00 |
|
Rich Harris
|
8f52587539
|
show output using cjs format, so stack traces make sense
|
2017-11-25 08:37:59 -05:00 |
|
Rich Harris
|
a2d885c8ba
|
basic client-side await-then-catch working
|
2017-11-25 08:21:23 -05:00 |
|
Rich Harris
|
d783993d23
|
halfway there
|
2017-11-25 00:01:00 -05:00 |
|
Rich Harris
|
908fe2ab7a
|
parse await-then-catch
|
2017-11-24 19:02:18 -05:00 |
|
Rich Harris
|
1cdfb84fec
|
remove solo: true
|
2017-11-24 17:05:52 -05:00 |
|
Rich Harris
|
edc61b7bd8
|
fix tests, now that computed prop dependencies are expected
|
2017-11-24 17:03:22 -05:00 |
|
Rich Harris
|
3206e08286
|
allow computed properties to depend on store props
|
2017-11-24 16:49:37 -05:00 |
|
Rich Harris
|
a87d30e0e6
|
allow event handlers to call store methods
|
2017-11-24 16:23:32 -05:00 |
|
Rich Harris
|
945d8ce526
|
store bindings
|
2017-11-24 16:07:38 -05:00 |
|
Rich Harris
|
be68cd9de2
|
use store in SSR mode
|
2017-11-24 14:49:16 -05:00 |
|
Rich Harris
|
f64e473d2e
|
reenable all tests
|
2017-11-24 14:26:46 -05:00 |
|
Rich Harris
|
75e911b05a
|
update snapshot tests
|
2017-11-24 14:23:45 -05:00 |
|
Rich Harris
|
f80ace5fd6
|
client-side store subscriptions
|
2017-11-24 13:57:07 -05:00 |
|
Rich Harris
|
d0e5098ea6
|
implement Store
|
2017-11-24 12:50:12 -05:00 |
|
Rich Harris
|
c9aa72313e
|
throw error on illegal context (#934)
|
2017-11-23 13:24:54 -05:00 |
|
Rich Harris
|
dc154987da
|
remove whitespace around <:Window/> - fixes #943
|
2017-11-23 11:44:25 -05:00 |
|
Efthymis Sarmpanis
|
4c06226a5c
|
Add support for intercepting different file extensions, other than .html, in ssr. (#940)
Proposal for #939
|
2017-11-23 11:28:28 -05:00 |
|
Rich Harris
|
d32328ca69
|
append to the dom, not a document fragment, when updating each block in slot - fixes #927
|
2017-11-23 11:13:18 -05:00 |
|
Rich Harris
|
0a01aa0243
|
Increase code coverage
|
2017-11-23 10:36:52 -05:00 |
|
Rich Harris
|
d590dbe165
|
Reinstate code coverage
|
2017-11-23 08:45:22 -05:00 |
|
Rich Harris
|
51901442c9
|
attach globals to state object on initialisation
fixes #908
|
2017-11-22 22:02:00 -05:00 |
|
Rich Harris
|
60b883b066
|
enable <:Window bind:online/> - fixes #936 (#937)
|
2017-11-21 23:15:35 -05:00 |
|
Rich Harris
|
b5821b846a
|
fix annoying test failure
|
2017-11-21 11:47:22 -05:00 |
|
Rich Harris
|
775866780e
|
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
|
2017-11-21 11:09:14 -05:00 |
|