mrkishi
|
0bd1b0b8e2
|
Fix filename escaping issues
|
2018-09-21 15:34:59 -03:00 |
|
Rich Harris
|
f29e7efbd6
|
const -> let
|
2018-09-19 11:25:04 -04:00 |
|
Rich Harris
|
ff415b391b
|
Merge pull request #436 from nsivertsen/devtools
Enable debugging in Chrome and VS Code - fixes #435
|
2018-09-19 11:09:19 -04:00 |
|
Andrew Smith
|
467041a3cd
|
Fix for legacy manifest file
|
2018-09-13 19:45:30 +01:00 |
|
Nikolai Sivertsen
|
520949c5e1
|
Enable debugging in Chrome and VS Code - fixes 435
|
2018-09-12 16:55:45 +02:00 |
|
Rich Harris
|
7bd684a80e
|
Merge pull request #428 from nolanlawson/cache-control-service-worker
Set service-worker max-age to 0
|
2018-09-08 10:20:04 -04:00 |
|
Rich Harris
|
cbb5e8755b
|
Use MDN recommendation for preventing SW caching
|
2018-09-08 10:12:55 -04:00 |
|
Rich Harris
|
7ef72dbb77
|
Merge pull request #429 from nolanlawson/consistent-cache-control
Use consistent cache-control:max-age=600 for HTML pages
|
2018-09-08 09:40:56 -04:00 |
|
Nolan Lawson
|
87ff9c2aeb
|
fix test
|
2018-09-07 17:25:17 -07:00 |
|
Nolan Lawson
|
2d1f535314
|
use consistent cache-control:max-age=600 for HTML pages
|
2018-09-07 16:46:40 -07:00 |
|
Rich Harris
|
cd1b53b80d
|
Merge pull request #424 from nolanlawson/csp-nonce
Allow scripts to contain a CSP nonce
|
2018-09-07 19:46:07 -04:00 |
|
Rich Harris
|
0a7be736c0
|
snake_case
|
2018-09-07 19:45:40 -04:00 |
|
Nolan Lawson
|
5ee53a98c6
|
set service-worker max-age to 0
|
2018-09-07 16:28:38 -07:00 |
|
Rich Harris
|
5ec748b95d
|
Merge pull request #427 from sveltejs/gh-426
handle value-less query string parameters
|
2018-09-07 18:18:28 -04:00 |
|
Rich Harris
|
64b16715cd
|
handle value-less query string parameters - fixes #426
|
2018-09-07 18:02:58 -04:00 |
|
Nolan Lawson
|
68e93a8fa0
|
add cache-control:immutable for immutable assets
|
2018-09-07 11:07:50 -07:00 |
|
Nolan Lawson
|
e377515867
|
allow scripts to contain a CSP nonce
|
2018-09-07 09:46:53 -07:00 |
|
Rich Harris
|
91f2c6e49c
|
Merge pull request #418 from nsivertsen/sourcemaps
Enable source maps by default in dev mode when using rollup
|
2018-09-04 07:32:15 -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 |
|
Nikolai Sivertsen
|
ae90f774e1
|
Enable source maps by default in dev mode when using rollup
|
2018-09-04 00:26:18 +02:00 |
|
Rich Harris
|
0706b5f50a
|
decode req.path during export
|
2018-09-03 09:02:13 -04:00 |
|
Rich Harris
|
6ccae0cd33
|
better unicode handling - fixes #347, i think
|
2018-09-02 23:00:39 -04:00 |
|
Rich Harris
|
64c2394c9d
|
Merge branch 'master' of github.com:sveltejs/sapper
|
2018-09-02 21:54:13 -04:00 |
|
Rich Harris
|
bf9cbe2f3b
|
print details of webpack errors - fixes #403
|
2018-09-02 21:53:46 -04:00 |
|
Rich Harris
|
2c507b5a2e
|
allow reserved words as route names - fixes #315
|
2018-09-02 21:46:25 -04:00 |
|
Rich Harris
|
4a92fbbbfa
|
Merge pull request #410 from sveltejs/gh-220
ignore things that look like temp files when generating manifest data
|
2018-09-02 21:13:33 -04:00 |
|
Rich Harris
|
64223b572b
|
ignore clicks on <a> elements without hrefs - fixes #235
|
2018-09-02 20:56:50 -04:00 |
|
Rich Harris
|
1b6dfd3580
|
ignore things that look like temp files when generating manifest data - fixes #220
|
2018-09-02 20:33:00 -04:00 |
|
Rich Harris
|
45f4c47a3e
|
oops that wasnt quite right
|
2018-09-02 18:41:17 -04:00 |
|
Rich Harris
|
a18af2a473
|
dont include origin in export redirects
|
2018-09-02 17:01:29 -04:00 |
|
Rich Harris
|
bebb0dd595
|
CSS extraction and code-splitting
closes #388
|
2018-09-02 14:46:27 -04:00 |
|
Rich Harris
|
350d37e210
|
Merge pull request #397 from sveltejs/gh-280
Implement differential bundling
|
2018-08-31 16:39:20 -04:00 |
|
Rich Harris
|
15cc4bf296
|
bundle webpack-format-messages
|
2018-08-31 11:13:03 -04:00 |
|
Rich Harris
|
c7cce985e3
|
serve legacy assets if such there be
|
2018-08-30 23:13:34 -04:00 |
|
Rich Harris
|
e00b315dec
|
emit legacy build
|
2018-08-30 22:58:07 -04:00 |
|
Rich Harris
|
7cc2a03aae
|
oops
|
2018-08-30 20:38:40 -04:00 |
|
Rich Harris
|
3d69d483d7
|
merge master -> gh-381
|
2018-08-30 19:49:28 -04:00 |
|
Rich Harris
|
54da524467
|
implement --dev-port flag - fixes #381
|
2018-08-30 19:46:14 -04:00 |
|
Rich Harris
|
ee95240ca6
|
Merge pull request #394 from sveltejs/gh-390
omit trailing slash from server route matchers
|
2018-08-30 19:37:23 -04:00 |
|
Rich Harris
|
74d5d1f9c0
|
Merge pull request #395 from sveltejs/gh-391
Remove webpack annotations when building with Rollup
|
2018-08-30 19:37:01 -04:00 |
|
Rich Harris
|
e170e4af9b
|
use builtin url module
|
2018-08-30 19:29:36 -04:00 |
|
Rich Harris
|
bc31c73c33
|
omit trailing slash from server route matchers - fixes #390
|
2018-08-30 18:48:10 -04:00 |
|
Rich Harris
|
7798f8f684
|
minor tidy up
|
2018-08-30 18:41:37 -04:00 |
|
Rich Harris
|
70fd7038b0
|
skip webpack annotations when using Rollup
|
2018-08-30 18:38:46 -04:00 |
|
Rich Harris
|
65d0172abe
|
handle non-Sapper responses when exporting - fixes #392
|
2018-08-30 18:22:40 -04:00 |
|
Rich Harris
|
1e22031765
|
-> v0.18.3
|
2018-08-29 22:52:01 -04:00 |
|
Rich Harris
|
36f930f489
|
use --live by default, if using Rollup or --no-hot
|
2018-08-29 22:19:53 -04:00 |
|
Rich Harris
|
3b098caa6e
|
implement --live and --hot - fixes #385
|
2018-08-29 21:51:08 -04:00 |
|