Rich Harris
992d89027d
Merge branch 'master' into collision
2018-05-03 21:44:28 -04:00
Rich Harris
3531cc587d
-> v0.10.7
v0.10.7
2018-05-03 21:42:50 -04:00
Rich Harris
562a91fa57
Merge pull request #245 from johnmuhl/patch-1
...
Include process.env in exporter server options
2018-05-03 21:40:50 -04:00
Rich Harris
93128a0156
Merge pull request #243 from akihikodaki/dot
...
Accept directory entries which starts with dot as routes
2018-05-03 21:39:46 -04:00
Rich Harris
d7a2132966
Merge pull request #234 from akihikodaki/master
...
Do not encode characters allowed in path when generating routes
2018-05-03 21:37:59 -04:00
John Muhl
56ac1aea9d
match sapper start
2018-04-22 22:50:05 -05:00
John Muhl
37a9fb62e2
Include process.env in exporter server options
2018-04-22 20:29:47 -05:00
Rich Harris
a70e88b1f4
-> v0.10.6
v0.10.6
2018-04-19 13:03:12 -04:00
Akihiko Odaki
6f9ce9ce85
Accept directory entries which starts with dot as routes
...
It allows to implement .well-known URIs.
2018-04-19 22:04:03 +09:00
Akihiko Odaki
917dd60cc3
Allow to have middleware for the path same with a HTML page
...
HTTP allows to change the type of the content to serve by Accept field in
the request. The middleware for the path same with a HTML page will
be inserted before the HTML renderer, and can take advantage of this
feature, using expressjs's "accepts" method, for example.
2018-04-15 23:11:08 +09:00
Akihiko Odaki
b13cc6f39a
Do not encode characters allowed in path when generating routes
...
In RFC 3986, some characters not allowed in query, which encodeURIComponent
is designed for, is allowed in path.
A notable example is "@", which is commonly included in paths of social
profile pages. Such characters should not be encoded.
The new encoding function is conforming to the RFC.
2018-04-14 01:08:27 +09:00
Rich-Harris
2758382c68
-> v0.10.5
v0.10.5
2018-04-06 18:32:44 -07:00
Rich Harris
dd7f1ff99c
Merge pull request #231 from sveltejs/fix-missing-service-worker
...
fix missing service worker
2018-04-06 21:31:53 -04:00
Rich-Harris
45142cd037
fix missing service worker
2018-04-06 14:44:50 -07:00
Rich-Harris
ceb1caf1de
-> v0.10.4
v0.10.4
2018-04-03 21:43:30 -04:00
Rich Harris
7e263a3076
Merge pull request #227 from naturalethic/upgrade-chokidar-disable-globbing-issue-212
...
Upgrade chokidar disable globbing issue 212
2018-04-03 21:42:34 -04:00
Rich Harris
ec88d4a430
Remove unnecessary globbing pattern
2018-04-03 21:38:28 -04:00
Joshua Kifer
909ea72108
Update dev.ts
2018-04-03 14:04:08 -07:00
Joshua Kifer
cd09d75d99
Merge branch 'master' into upgrade-chokidar-disable-globbing-issue-212
2018-04-03 13:00:07 -07:00
Joshua Kifer
0e3abe489a
Re-upgrade chokidar, disable globbing
2018-04-03 12:58:06 -07:00
Joshua Kifer
a5d141d2f1
Update ( #1 )
...
* Downgrade chokidar to 1.7.0
* -> v0.10.3
2018-04-03 12:49:55 -07:00
Rich-Harris
87eae6164b
-> v0.10.3
v0.10.3
2018-04-02 15:39:34 -04:00
Rich Harris
97e00f5a9c
Merge pull request #226 from naturalethic/downgrade-chokidar
...
Downgrade chokidar to 1.7.0
2018-04-02 15:38:40 -04:00
Joshua Kifer
bd55558b5e
Downgrade chokidar to 1.7.0
2018-04-02 12:24:57 -07:00
Rich-Harris
25dc4b3a4c
-> v0.10.2
v0.10.2
2018-03-25 15:20:48 -04:00
Rich Harris
72c27b78a3
Merge pull request #215 from sveltejs/stable-sort
...
Stable sort
2018-03-25 15:19:43 -04:00
Rich-Harris
25809ec409
enforce stable sort
2018-03-25 15:12:35 -04:00
Rich-Harris
3220c522d7
attach store to error pages
2018-03-20 16:08:23 -04:00
Rich Harris
d5d25f1d30
-> v0.10.1
v0.10.1
2018-03-18 22:47:11 -04:00
Rich Harris
7ccd6ba329
Merge pull request #207 from sveltejs/fix-fetch-paths
...
fix server-side fetch paths
2018-03-18 22:41:01 -04:00
Rich Harris
35c30ae2c5
fix server-side fetch paths
2018-03-18 22:36:55 -04:00
Rich Harris
2c61f6d396
-> v0.10.0
v0.10.0
2018-03-18 22:17:53 -04:00
Rich Harris
86233a8eab
Merge pull request #206 from sveltejs/sapper-base-error
...
app/template.html must have %sapper.base%
2018-03-18 22:13:24 -04:00
Rich Harris
c140b128ee
expect %sapper.base%
2018-03-18 22:06:11 -04:00
Rich Harris
66ac9773c0
Merge pull request #204 from nolanlawson/ignore-source-maps
...
Add support for sourcemap *.map files
2018-03-18 21:23:26 -04:00
Rich Harris
e60714bb98
Merge pull request #203 from sveltejs/gh-178-fetch
...
implement this.fetch
2018-03-18 21:21:00 -04:00
Nolan Lawson
52dfd6e939
Don't preload .map files
2018-03-18 16:31:53 -07:00
Nolan Lawson
fc2312eba6
Add full *.map file support
2018-03-18 16:17:41 -07:00
Nolan Lawson
cf90476255
Ignore source map files in %sapper.scripts%
2018-03-18 11:13:24 -07:00
Rich Harris
1e8d7d10ab
implement this.fetch ( #178 )
2018-03-17 19:21:25 -04:00
Rich Harris
cf6621b83c
Merge pull request #202 from sveltejs/gh-178-store
...
add server- and client-side store management (#178 )
2018-03-17 16:10:48 -04:00
Rich Harris
9812cbd71c
add server- and client-side store management ( #178 )
2018-03-17 13:45:59 -04:00
Rich Harris
67a81a3cac
Merge pull request #201 from sveltejs/simplify-tests
...
simplify tests
2018-03-17 13:24:42 -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
a95ddee48d
add protocol to startup message
2018-03-16 10:51:19 -04:00
Rich Harris
953694f77f
update deps
2018-03-16 10:51:04 -04:00
Rich Harris
2f24cb0429
-> v0.9.6
v0.9.6
2018-03-11 22:01:06 -04:00
Rich Harris
687071902d
-> v0.9.5
v0.9.5
2018-03-11 21:30:17 -04:00
Rich Harris
cd3fcfdf3c
move deps to devDeps
2018-03-11 21:29:34 -04:00