Nolan Lawson
|
87ff9c2aeb
|
fix test
|
2018-09-07 17:25:17 -07:00 |
|
Rich Harris
|
64b16715cd
|
handle value-less query string parameters - fixes #426
|
2018-09-07 18:02:58 -04:00 |
|
Rich Harris
|
f5e07e9f78
|
Merge pull request #419 from sveltejs/gh-417
decode req.params
|
2018-09-04 07:31:53 -04:00 |
|
Rich Harris
|
9ef4f33e38
|
decode query params
|
2018-09-03 20:09:25 -04:00 |
|
Rich Harris
|
30966ee7f2
|
decode req.params - fixes #417
|
2018-09-03 18:36:07 -04:00 |
|
Rich Harris
|
0706b5f50a
|
decode req.path during export
|
2018-09-03 09:02:13 -04:00 |
|
Rich Harris
|
0cc5ff95d6
|
minor tidy up
|
2018-09-03 07:54:39 -04:00 |
|
Rich Harris
|
2c507b5a2e
|
allow reserved words as route names - fixes #315
|
2018-09-02 21:46:25 -04:00 |
|
Rich Harris
|
65d0172abe
|
handle non-Sapper responses when exporting - fixes #392
|
2018-08-30 18:22:40 -04:00 |
|
Rich Harris
|
4c9c1dccf5
|
Merge pull request #350 from sveltejs/gh-344
pass response object to store getter
|
2018-08-09 20:13:17 -04:00 |
|
Rich Harris
|
2cddd5afa0
|
Merge pull request #345 from sveltejs/fix/redirect
Fix Preload's Redirect
|
2018-08-09 20:08:51 -04:00 |
|
Rich Harris
|
8c6a0c4773
|
Merge branch 'master' into gh-344
|
2018-08-09 20:03:37 -04:00 |
|
Rich Harris
|
419d154794
|
fffffuuuuu
|
2018-08-09 19:53:26 -04:00 |
|
Rich Harris
|
abda059be5
|
doh
|
2018-08-09 19:46:09 -04:00 |
|
Rich Harris
|
444908cac5
|
pass response object to store getter - fixes #344
|
2018-08-08 10:57:10 -04:00 |
|
Luke Edwards
|
c6da26e1a0
|
add redirect test to root (“/“)
|
2018-08-06 20:29:28 -07:00 |
|
Rich Harris
|
84a58f34a0
|
add test for exporting with custom basepath
|
2018-08-06 22:35:02 -04:00 |
|
Luke Edwards
|
566addd406
|
add tests for opts.ignore
|
2018-07-29 14:17:13 -07:00 |
|
Rich Harris
|
8e3830b646
|
fix child.segment bug
|
2018-07-23 17:02:35 -04:00 |
|
Rich Harris
|
f8c731ca21
|
failing tests for #312
|
2018-07-23 14:31:11 -04:00 |
|
Rich Harris
|
58de0f9c99
|
Nested routes
Fixes #262
|
2018-07-22 21:00:37 -04:00 |
|
Rich Harris
|
74acf93c7a
|
prevent unsafe replacements of preloaded data etc
|
2018-07-14 20:56:05 -04:00 |
|
Rich Harris
|
9611656b76
|
Merge pull request #300 from sveltejs/gh-293
[WIP] simplify rendering of error pages
|
2018-06-28 12:52:41 -04:00 |
|
Rich Harris
|
e87247493f
|
replace 4xx.html and 5xx.html with _error.html
|
2018-06-28 11:38:21 -04:00 |
|
Rich Harris
|
57eeb5659a
|
return a Promise from goto - fixes #270
|
2018-06-27 17:32:20 -04:00 |
|
Rich Harris
|
0b43eaa992
|
blur active element on navigation - fixes #287
|
2018-06-18 22:44:55 -04:00 |
|
Rich Harris
|
9eeeaa24c1
|
emit a basepath event on first run
|
2018-06-14 17:20:46 -04:00 |
|
Rich Harris
|
971342ac7a
|
set preloading: true when appropriate
|
2018-05-04 23:23:41 -04:00 |
|
Rich Harris
|
ad7c872ee3
|
Merge pull request #250 from sveltejs/gh-240
implement --launcher
|
2018-05-03 23:49:06 -04:00 |
|
Rich Harris
|
f4eac2515f
|
fix tests
|
2018-05-03 23:23:02 -04:00 |
|
Rich Harris
|
d7a9074c69
|
implement --launcher
|
2018-05-03 23:04:05 -04:00 |
|
Rich Harris
|
b10edddc96
|
cheat
|
2018-05-03 22:01:14 -04:00 |
|
Rich Harris
|
93b2d12438
|
Merge branch 'master' into gh-140
|
2018-05-03 21:54:52 -04:00 |
|
Rich-Harris
|
45142cd037
|
fix missing service worker
|
2018-04-06 14:44:50 -07:00 |
|
Rich Harris
|
a6b1527fd3
|
try using mousemove in tests
|
2018-03-18 21:53:13 -04:00 |
|
Rich Harris
|
1e8d7d10ab
|
implement this.fetch (#178)
|
2018-03-17 19:21:25 -04:00 |
|
Rich Harris
|
9812cbd71c
|
add server- and client-side store management (#178)
|
2018-03-17 13:45:59 -04:00 |
|
Rich Harris
|
67463683cc
|
simplify tests
|
2018-03-17 13:18:18 -04:00 |
|
Rich Harris
|
b94481b716
|
Support being mounted on a path — fixes #180
|
2018-03-17 11:55:02 -04:00 |
|
Rich Harris
|
254e41b11e
|
use code-splitting etc
|
2018-03-10 22:26:53 -05:00 |
|
Rich Harris
|
45b1147228
|
use devalue instead of serialize-javascript - fixes #112
|
2018-03-10 19:27:04 -05:00 |
|
Rich Harris
|
1eed1023aa
|
switch to polka, remove unused deps
|
2018-03-10 09:39:07 -05:00 |
|
Rich Harris
|
a66ac00d42
|
tidy up tests
|
2018-03-05 15:09:51 -05:00 |
|
Rich Harris
|
329c113723
|
rename preloadRoutes to prefetchRoutes
|
2018-03-04 22:38:55 -05:00 |
|
Rich Harris
|
b405e5878e
|
Merge branch 'master' into gh-103
|
2018-03-04 19:00:28 -05:00 |
|
Rich Harris
|
854147fa6c
|
URI-encodes routes - fixes #103
|
2018-03-04 18:59:35 -05:00 |
|
Rich Harris
|
7e2f5f8fb6
|
add preloadRoutes function - closes #160
|
2018-03-04 18:05:33 -05:00 |
|
Rich Harris
|
368e6d5cb1
|
bump timeout for travis
|
2018-03-04 15:27:35 -05:00 |
|
Rich Harris
|
09422e3c5a
|
Merge branch 'master' into gh-133
|
2018-03-03 14:34:22 -05:00 |
|
Rich Harris
|
a96fb93bfb
|
Fix test failures — closes #132
|
2018-03-03 14:33:47 -05:00 |
|