mrkishi
54e92c3b99
Regularize page and server routes
...
Treats both page and server routes similarly in regards to indexes.
It's a (somewhat) breaking change: server routes will accept trailing
slashes to match page routes behavior, but only if there's no extension.
We still need a stronger support for dealing with different clean urls
rules.
2019-05-08 12:24:45 -03:00
mrkishi
f886a12bd7
Group route filters
2019-05-05 14:51:23 -03:00
mrkishi
6c03cfd46a
Extract layout file search
2019-05-05 14:51:22 -03:00
mrkishi
78480fe5e8
Fix typo
2019-05-05 14:51:22 -03:00
mrkishi
5cba40b7e0
Refactor compose_handlers and ignore
2019-05-05 14:51:22 -03:00
Richard Harris
c99b787632
-> v0.26.1
v0.26.1
2019-05-05 11:44:53 -04:00
Rich Harris
99a25308fc
Merge pull request #663 from sveltejs/skipped-segments
...
Handle skipped segments
2019-05-05 11:44:08 -04:00
Richard Harris
c0ada5c52f
handle skipped segments
2019-05-05 11:36:02 -04:00
Richard Harris
d51e1a0af8
failing test for skipped segments
2019-05-05 10:49:38 -04:00
Rich Harris
49f8b2c4bd
Update 10-exporting.md
2019-05-04 10:58:26 -04:00
Rich Harris
2754ba0ee4
Merge pull request #655 from zigomir/patch-1
...
Fix template
2019-05-04 10:34:10 -04:00
ziga
1ad27573c6
Need to use branch
...
- fix port
2019-05-02 20:41:11 -04:00
ziga
f10b941c4e
Fix template
2019-05-02 20:37:11 -04:00
Conduitry
6ca869a3b1
update links in readme
2019-05-02 10:11:24 -04:00
Richard Harris
f44e900d61
-> v0.26.0
v0.26.0
2019-05-02 09:10:48 -04:00
Rich Harris
69baa99a79
Merge pull request #638 from sveltejs/site
...
start adding site to main repo
2019-05-02 08:49:09 -04:00
Rich Harris
ff6eb3d915
Merge pull request #651 from sveltejs/shimport
...
always use latest shimport
2019-05-02 08:36:21 -04:00
Richard Harris
011e20519f
use shimport ^1.0.0
2019-05-02 08:30:51 -04:00
Richard Harris
4589ffe759
add deploy script
2019-05-02 08:25:57 -04:00
Richard Harris
e2502edc08
fix broken links
2019-05-02 08:23:04 -04:00
Richard Harris
c55fe8fcf8
always use latest shimport
2019-05-01 09:22:26 -04:00
Richard Harris
5d6e4c2287
add netlify config
2019-05-01 09:17:05 -04:00
Richard Harris
b0a8534de5
Merge branch 'master' into site
2019-05-01 09:01:39 -04:00
Rich Harris
1a36fb53cd
Merge pull request #642 from sveltejs/context-stores
...
give each app its own page, preloading and session stores, using context
2019-05-01 09:01:25 -04:00
Richard Harris
f84318b21d
clarify a couple of points
2019-05-01 08:56:59 -04:00
Rich Harris
316c9d7baa
lol
2019-04-30 13:28:52 -04:00
Rich Harris
52ed1cb2c6
update site-kit version
2019-04-30 13:25:17 -04:00
Rich Harris
dc73973d44
update docs
2019-04-30 12:10:53 -04:00
Richard Harris
bca88831da
add 0.26 migration guide
2019-04-30 09:25:40 -04:00
Rich Harris
afeedf6bb2
give each app its own page, preloading and session stores, using context
2019-04-29 14:52:19 -04:00
Rich Harris
9c48e32a45
Merge pull request #641 from sveltejs/gh-604-redux
...
prevent hanging with large numbers of links
2019-04-29 13:43:55 -04:00
Rich Harris
bc8e5501cd
prevent hanging with large numbers of links ( #604 )
2019-04-29 13:10:15 -04:00
Rich Harris
1707fe8e9d
wait inside handle function when exporting
2019-04-29 11:55:03 -04:00
Rich Harris
ff60a7b389
Merge branch 'gh-604-alpha' of https://github.com/bwbroersma/sapper into bwbroersma-gh-604-alpha
2019-04-29 11:50:08 -04:00
Rich Harris
1bc7096a9e
Merge pull request #591 from thgh/redirect-basepath
...
Fix redirect with basepath
2019-04-29 11:43:51 -04:00
Rich Harris
497ae89279
add a test for #618
2019-04-29 11:23:42 -04:00
Rich Harris
02e0aeb8a2
merge master -> artemjackson-patch-3
2019-04-29 11:22:21 -04:00
Rich Harris
15924d9768
shuffle things around
2019-04-29 11:04:40 -04:00
Rich Harris
e07c27adba
Merge pull request #607 from cudr/spread_routes
...
[...spread] routes
2019-04-29 10:39:21 -04:00
Richard Harris
54abed7d6e
hack
2019-04-29 09:09:45 -04:00
Richard Harris
d3782dac28
reverse migration order
2019-04-29 09:04:18 -04:00
Richard Harris
26bdd54484
move more stuff into site-kit
2019-04-28 22:52:56 -04:00
Richard Harris
63251c6733
fix some styles
2019-04-28 22:06:02 -04:00
Richard Harris
381af86f04
move old docs over
2019-04-28 21:44:34 -04:00
Richard Harris
36f91d4e9a
start adding site to main repo
2019-04-28 14:37:02 -04:00
cudr
54efe7235a
fix comparator sort && add more tests
2019-04-28 00:14:27 +03:00
Rich Harris
8c7ce2c6bb
Merge branch 'master' into spread_routes
2019-04-27 13:09:54 -04:00
Richard Harris
01dd08849a
Merge branch 'master' of github.com:sveltejs/sapper
2019-04-27 13:05:28 -04:00
Richard Harris
534a96214e
pin node version to 11, for now
2019-04-27 13:05:22 -04:00
Rich Harris
9725767fe2
Merge pull request #593 from thgh/patch-4
...
Provide session in layout preload
2019-04-27 12:19:58 -04:00