15 Commits

Author SHA1 Message Date
cudr
b1e84687c0 repair regexp routes 2019-06-08 18:34:09 -04:00
Brian Takita
5460896228 Checking the current_branch[i] route match against the current request's route match.
current_branch[i].match.slice(1, i+2) compared to match.slice(1, i+2)

Fixes https://github.com/sveltejs/sapper/issues/688
2019-05-20 23:03:08 -04:00
mrkishi
e6c1a54164 Harden tests (...a bit) 2019-05-08 00:57:59 -03:00
Richard Harris
d51e1a0af8 failing test for skipped segments 2019-05-05 10:49:38 -04:00
Rich Harris
8c7ce2c6bb Merge branch 'master' into spread_routes 2019-04-27 13:09:54 -04:00
Rich Harris
83e427178e Merge branch 'master' into spread_routes 2019-04-27 11:16:18 -04:00
Rich Harris
6cb4030b2b Merge branch 'master' into navigate_fix 2019-04-27 11:11:27 -04:00
Richard Harris
0862d0e2c8 add a test for server-route-as-middleware 2019-04-27 10:55:22 -04:00
cudr
d2cda4b6c0 add test 2019-03-15 05:13:18 +03:00
cudr
81f80e6215 spread routes 2019-03-13 15:14:06 +03:00
Richard Harris
720cf8a859 treat foo.html and foo/index.html the same when generating manifest 2019-02-04 07:42:45 -05:00
Richard Harris
4940c5d5be merge master -> svelte-3, fix various typescript and webpack oddities 2019-02-01 08:21:45 -05:00
Rich Harris
1f9efd353c fix scrolling to deep links 2019-01-30 15:43:42 -05:00
Rich Harris
eadefd996b consistent query parameter handling between client and server - fixes #497 2018-10-27 11:36:18 -04:00
Rich Harris
52f40f9e63 Improve internal API 2018-10-08 19:21:15 -04:00