From 8faa98af6a3fc50ae7a0750e10b1ddac4815b43a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 14 Jan 2018 12:07:06 -0500 Subject: [PATCH] -> v0.4.0 --- CHANGELOG.md | 8 ++++++++ lib/templates.js | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f0425..03fb0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # sapper changelog +## 0.4.0 + +* `%sapper.main%` has been replaced with `%sapper.scripts%` ([#86](https://github.com/sveltejs/sapper/issues/86)) +* Node 6 support ([#67](https://github.com/sveltejs/sapper/pull/67)) +* Explicitly load css-loader and style-loader ([#72](https://github.com/sveltejs/sapper/pull/72)) +* DELETE requests are handled with `del` exports ([#77](https://github.com/sveltejs/sapper/issues/77)) +* Send preloaded data for first route to client, where possible ([#3](https://github.com/sveltejs/sapper/issues/3)) + ## 0.3.2 * Expose `prefetch` function ([#61](https://github.com/sveltejs/sapper/pull/61)) diff --git a/lib/templates.js b/lib/templates.js index 058325c..36f1be4 100644 --- a/lib/templates.js +++ b/lib/templates.js @@ -38,7 +38,7 @@ function create_templates() { error({ title: `templates/${file}`, - body: `