From 49bc1b00a90831a142d1a45970233d0787b70167 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 4 Mar 2018 19:31:14 -0500 Subject: [PATCH] -> v0.8.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae86f4a..a6cb72b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # sapper changelog +## 0.8.0 + +* Update to webpack 4 +* Add `preloadRoutes` function — secondary routes are no longer automatically preloaded ([#160](https://github.com/sveltejs/sapper/issues/160)) +* `sapper build` outputs to `build`, `sapper build custom-dir` outputs to `custom-dir` ([#150](https://github.com/sveltejs/sapper/pull/150)) +* `sapper export` outputs to `export`, `sapper export custom-dir` outputs to `custom-dir` ([#150](https://github.com/sveltejs/sapper/pull/150)) +* Improved logging ([#158](https://github.com/sveltejs/sapper/pull/158)) +* URI-encode routes ([#103](https://github.com/sveltejs/sapper/issues/103)) +* Various performance and stability improvements ([#152](https://github.com/sveltejs/sapper/pull/152)) + ## 0.7.6 * Prevent client-side navigation to server route ([#145](https://github.com/sveltejs/sapper/issues/145)) diff --git a/package.json b/package.json index 6fa301c..555d609 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sapper", - "version": "0.7.6", + "version": "0.8.0", "description": "Military-grade apps, engineered by Svelte", "main": "middleware.js", "bin": {