Rich Harris
|
b1d072d43a
|
dont serve error page for unhandled server route errors - fixes #138
|
2018-02-28 16:54:38 -05:00 |
|
Rich Harris
|
c36780fdc8
|
prevent client-side navigation to server routes - fixes #145
|
2018-02-28 14:23:19 -05:00 |
|
Rich Harris
|
58c1eb9fa8
|
allow dynamic parameters inside route parts - fixes #139
|
2018-02-28 09:39:21 -05:00 |
|
Rich Harris
|
21ee8ad39d
|
force NODE_ENV=production in build/export
|
2018-02-27 19:49:58 -05:00 |
|
Rich Harris
|
896fd410d1
|
install source-map-support
|
2018-02-20 14:01:25 -05:00 |
|
Rich Harris
|
3ed9ce27a1
|
Merge pull request #131 from sveltejs/webpack-insanity
handle case where webpack asset is an array instead of a string
|
2018-02-20 12:18:29 -05:00 |
|
Rich Harris
|
43c1890235
|
handle case where webpack asset is an array instead of a string
|
2018-02-20 11:11:55 -05:00 |
|
Rich Harris
|
605929053c
|
ensure old server is killed before listening for port on new server
|
2018-02-20 11:11:02 -05:00 |
|
Rich Harris
|
2752c73ebb
|
-> v0.7.2
|
2018-02-18 17:24:12 -05:00 |
|
Rich Harris
|
14d64e854a
|
-> v0.7.0
|
2018-02-18 13:00:36 -05:00 |
|
Rich Harris
|
835b94175d
|
workaround weird webpack(?) bug by not deleting old files
|
2018-02-18 12:49:37 -05:00 |
|
Rich Harris
|
792ccf5c6a
|
robustify dev server port selection
|
2018-02-18 12:12:25 -05:00 |
|
Rich Harris
|
cb12231053
|
implement this.error
|
2018-02-18 09:48:32 -05:00 |
|
Rich Harris
|
d55401d45b
|
see if this fixes windows tests
|
2018-02-18 08:27:07 -05:00 |
|
Rich Harris
|
bff6f550be
|
implement this.redirect in preload (#83)
|
2018-02-17 22:56:47 -05:00 |
|
Rich Harris
|
9fe0ca2c22
|
remove 4xx and 5xx pages when initing
|
2018-02-17 19:00:06 -05:00 |
|
Rich Harris
|
f2eb95d546
|
various minor fixes
|
2018-02-17 18:40:20 -05:00 |
|
Rich Harris
|
ab1ca60363
|
basic sapper dev task, with HMR
|
2018-02-17 17:44:57 -05:00 |
|
Rich Harris
|
d95f52f8e9
|
fix tests, add WIP dev task
|
2018-02-17 11:15:26 -05:00 |
|
Rich Harris
|
b02183af53
|
fix exporting
|
2018-02-16 14:25:53 -05:00 |
|
Rich Harris
|
f9828f9fd2
|
work in progress
|
2018-02-16 12:01:55 -05:00 |
|
Rich Harris
|
0f390920a8
|
fix some typescript stuff
|
2018-02-14 12:25:24 -05:00 |
|
Rich Harris
|
24980651c0
|
that was a weird typo
|
2018-02-13 22:08:29 -05:00 |
|
Rich Harris
|
7c6436a99c
|
implement sapper upgrade
|
2018-02-13 18:46:53 -05:00 |
|
Rich Harris
|
55b60369f9
|
add --help to CLI
|
2018-02-13 17:12:55 -05:00 |
|
Rich Harris
|
2be9dd1883
|
Move build.ts and export.ts into src/cli - fixes #115
|
2018-02-13 15:57:02 -05:00 |
|
Luke Edwards
|
7a2ed16884
|
fix HMR attempts in production
|
2018-02-05 14:09:24 -08:00 |
|
Rich Harris
|
7dbcab74d3
|
remove logging
|
2018-02-03 16:35:10 -05:00 |
|
Rich Harris
|
7b01242f3e
|
always build in prod mode
|
2018-02-03 16:26:47 -05:00 |
|
Rich Harris
|
15b1fbf8a6
|
ignore non-html responses when crawling, and close middleware when done
|
2018-02-03 16:17:28 -05:00 |
|
Rich Harris
|
dfb8692d78
|
handle unspecified type in sapper export
|
2018-02-03 13:56:14 -05:00 |
|
Rich Harris
|
5104abf329
|
-> v0.6.0
|
2018-02-03 13:09:31 -05:00 |
|
Rich Harris
|
6554fc8616
|
Merge branch 'restructure'
|
2018-02-03 13:07:36 -05:00 |
|
Rich Harris
|
cd01b7e6db
|
Merge branch 'master' of github.com:sveltejs/sapper
|
2018-02-03 12:24:59 -05:00 |
|
Rich Harris
|
bfa3da6d3d
|
Merge branch 'issue_109-patch-1' of https://github.com/samhatchett/sapper into samhatchett-issue_109-patch-1
|
2018-02-03 12:07:53 -05:00 |
|
Rich Harris
|
6ee092f8d4
|
Merge pull request #107 from lukastaegert/fix-search-param-handling
Fix query param handling
|
2018-02-03 12:05:57 -05:00 |
|
Rich Harris
|
16cb1fccc6
|
Merge pull request #105 from thgh/patch-2
Fix route not found when url is /?
|
2018-02-03 12:03:36 -05:00 |
|
Rich Harris
|
b20c1c029f
|
Merge branch 'thgh-patch-1'
|
2018-02-03 11:50:37 -05:00 |
|
Rich Harris
|
09a6eec83e
|
Merge pull request #101 from sveltejs/restructure
Restructure codebase
|
2018-02-03 11:44:57 -05:00 |
|
Lukas Taegert
|
297f4276de
|
Fix query param handling by
* not using a for-of loop on an iterator that is transpiled wrongly
* not using URL.searchParams which is only supported by rather new
browsers
|
2018-01-26 23:29:34 +01:00 |
|
Thomas Ghysels
|
422e31e183
|
Fix route not found when url is /?
|
2018-01-26 02:48:56 +01:00 |
|
Thomas Ghysels
|
b53ee061c0
|
Fix DOMException when location.hash is invalid selector
|
2018-01-26 02:24:49 +01:00 |
|
Rich Harris
|
8bad37205d
|
convert to typescript
|
2018-01-21 16:28:02 -05:00 |
|
Rich Harris
|
fd0dd4fe58
|
and again...
|
2018-01-21 16:14:16 -05:00 |
|
Rich Harris
|
4940644ae3
|
more tidying up
|
2018-01-21 16:11:46 -05:00 |
|
Rich Harris
|
fb8d952eeb
|
more tidying up
|
2018-01-21 16:02:42 -05:00 |
|
Rich Harris
|
fc631c4866
|
make route handling more explicit
|
2018-01-21 15:41:13 -05:00 |
|
Rich Harris
|
03ce2ea998
|
tidy up a bit
|
2018-01-21 15:04:22 -05:00 |
|
Rich Harris
|
dd8deb2d8a
|
wip 3
|
2018-01-21 14:41:11 -05:00 |
|
Rich Harris
|
7d721abb2a
|
wip 2
|
2018-01-21 11:15:32 -05:00 |
|