Rich Harris
|
d1fcd07c92
|
-> v0.15.4
v0.15.4
|
2018-08-01 08:47:41 -04:00 |
|
Rich Harris
|
47a6d6f662
|
Merge pull request #326 from lukeed/feat/ignore
Add `ignore` option
|
2018-08-01 08:46:49 -04:00 |
|
Luke Edwards
|
4b2b6440d0
|
fix: use more specific ignore pattern;
~> leaked into another test’s route
|
2018-07-31 16:54:29 -07:00 |
|
Rich Harris
|
fc855f30f8
|
-> v0.15.3
v0.15.3
|
2018-07-31 15:06:47 -04:00 |
|
Rich Harris
|
4a75fff4ec
|
Merge pull request #329 from sveltejs/parallel-exports
parallelize exports
|
2018-07-31 15:05:38 -04:00 |
|
Rich Harris
|
7b7b695938
|
Merge pull request #320 from sveltejs/gh-319
Some dev documentation
|
2018-07-31 14:59:57 -04:00 |
|
Rich Harris
|
2fca2e295f
|
Merge pull request #328 from sveltejs/export-no-minify-js
don't minify JS when minifying HTML
|
2018-07-31 14:59:27 -04:00 |
|
Rich Harris
|
eae991d369
|
parallelize exports
|
2018-07-31 14:56:29 -04:00 |
|
Rich Harris
|
c2b393d3fd
|
dont minify JS when minifying HTML
|
2018-07-31 14:43:58 -04:00 |
|
Luke Edwards
|
566addd406
|
add tests for opts.ignore
|
2018-07-29 14:17:13 -07:00 |
|
Luke Edwards
|
3d77dacbd6
|
attach ignore options to test app, w/ matching routes
|
2018-07-29 14:17:04 -07:00 |
|
Luke Edwards
|
51b4f9cbbf
|
add opts.ignore support
|
2018-07-29 14:01:44 -07:00 |
|
Robert Hall
|
1d611be83e
|
Using npm
|
2018-07-25 15:50:56 -06:00 |
|
Robert Hall
|
1782904994
|
Some dev documentation
|
2018-07-25 10:10:22 -06:00 |
|
Rich Harris
|
e3ddbfc181
|
Merge pull request #314 from sveltejs/fix-child-segment
fix child.segment bug
|
2018-07-23 17:08:25 -04:00 |
|
Rich Harris
|
8e3830b646
|
fix child.segment bug
|
2018-07-23 17:02:35 -04:00 |
|
Rich Harris
|
b28cdff233
|
-> v0.15.2
v0.15.2
|
2018-07-23 16:38:49 -04:00 |
|
Rich Harris
|
7f586ff1a3
|
Merge pull request #313 from sveltejs/gh-312
Skip layout components where none is provided
|
2018-07-23 16:37:30 -04:00 |
|
Rich Harris
|
731d4f535c
|
skip layout components where none is provided - fixes #312
|
2018-07-23 16:31:00 -04:00 |
|
Rich Harris
|
f8c731ca21
|
failing tests for #312
|
2018-07-23 14:31:11 -04:00 |
|
Rich Harris
|
39eb3be01e
|
-> v0.15.1
v0.15.1
|
2018-07-22 21:25:33 -04:00 |
|
Rich Harris
|
d0bb728e25
|
-> v0.15.0
v0.15.0
|
2018-07-22 21:04:03 -04:00 |
|
Rich Harris
|
58de0f9c99
|
Nested routes
Fixes #262
|
2018-07-22 21:00:37 -04:00 |
|
Rich Harris
|
b75ae7ba96
|
-> v0.14.2
v0.14.2
|
2018-07-14 21:05:39 -04:00 |
|
Rich Harris
|
091e38082e
|
Merge pull request #307 from sveltejs/unsafe-replacements
prevent unsafe replacements of preloaded data etc
|
2018-07-15 02:05:20 +01:00 |
|
Rich Harris
|
74acf93c7a
|
prevent unsafe replacements of preloaded data etc
|
2018-07-14 20:56:05 -04:00 |
|
Rich Harris
|
0e3775397f
|
Merge pull request #306 from sveltejs/refactor-route-generation
Refactor route generation
|
2018-07-05 08:25:59 -04:00 |
|
Rich Harris
|
8dc52a04e4
|
split pages and server routes into separate arrays
|
2018-07-05 08:14:07 -04:00 |
|
Rich Harris
|
008b607c01
|
generate pages and server routes separately
|
2018-07-04 10:53:41 -04:00 |
|
Rich Harris
|
d01a407137
|
-> v0.14.1
v0.14.1
|
2018-07-02 10:24:54 -04:00 |
|
Rich Harris
|
c0c717d9ec
|
Merge pull request #283 from elcobvg/feature/route-regexp
Feature: use regexp in routes
|
2018-07-02 10:23:30 -04:00 |
|
Elco Brouwer von Gonzenbach
|
4f011bfc37
|
Convert whitespace to tabs. Add some unit tests for create routes
|
2018-07-02 11:52:17 +07:00 |
|
Elco Brouwer von Gonzenbach
|
6c4ab32cf0
|
Sync update to sapper 0.14.0
|
2018-06-29 06:57:01 +07:00 |
|
Rich Harris
|
09b4dc1b9a
|
-> v0.14.0
v0.14.0
|
2018-06-28 13:35:21 -04:00 |
|
Rich Harris
|
bdd5a54527
|
Merge pull request #301 from sveltejs/gh-297
treat foo/index.json.js as foo.json.js
|
2018-06-28 13:27:57 -04:00 |
|
Rich Harris
|
b7bb4db8c1
|
treat foo/index.json.js as foo.json.js - fixes #297
|
2018-06-28 13:20:41 -04:00 |
|
Rich Harris
|
5b5f33d3cf
|
error on 4xx.html and 5xx.html
|
2018-06-28 12:57:59 -04:00 |
|
Rich Harris
|
9611656b76
|
Merge pull request #300 from sveltejs/gh-293
[WIP] simplify rendering of error pages
|
2018-06-28 12:52:41 -04:00 |
|
Rich Harris
|
e9a71774d5
|
Merge pull request #299 from sveltejs/gh-270
return a Promise from goto
|
2018-06-28 12:18:32 -04:00 |
|
Rich Harris
|
2205b8aec5
|
oops
|
2018-06-28 12:03:27 -04:00 |
|
Rich Harris
|
5c4e4d5d36
|
only navigate if route is found - fixes #279
|
2018-06-28 11:45:38 -04:00 |
|
Rich Harris
|
e87247493f
|
replace 4xx.html and 5xx.html with _error.html
|
2018-06-28 11:38:21 -04:00 |
|
Rich Harris
|
0aeb63a05b
|
simplify rendering of error pages
|
2018-06-27 18:35:41 -04:00 |
|
Rich Harris
|
57eeb5659a
|
return a Promise from goto - fixes #270
|
2018-06-27 17:32:20 -04:00 |
|
Rich Harris
|
f821c19528
|
-> v0.13.6
v0.13.6
|
2018-06-27 17:20:45 -04:00 |
|
Rich Harris
|
b9a120164a
|
Merge pull request #298 from sveltejs/gh-296
fix req.baseUrl synthesis
|
2018-06-27 17:19:55 -04:00 |
|
Rich Harris
|
087356f781
|
fix req.baseUrl synthesis
|
2018-06-27 16:57:04 -04:00 |
|
Rich Harris
|
31110a5326
|
-> v0.13.5
v0.13.5
|
2018-06-26 18:30:46 -04:00 |
|
Rich Harris
|
667a68768c
|
Merge pull request #294 from sveltejs/gh-289
fix handling of fatal errors
|
2018-06-26 18:29:56 -04:00 |
|
Rich Harris
|
5075981a90
|
fix handling of fatal errors - fixes #289
|
2018-06-26 13:49:11 -04:00 |
|