From 2c61f6d3960496168a5e86896dfabb1cca25f6d7 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 18 Mar 2018 22:17:53 -0400 Subject: [PATCH] -> v0.10.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14662b5..0d89546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # sapper changelog +## 0.10.0 + +* Support mounting on a path (this requires `app/template.html` to include `%sapper.base%`) ([#180](https://github.com/sveltejs/sapper/issues/180)) +* Support per-request server-side `Store` with client-side hydration ([#178](https://github.com/sveltejs/sapper/issues/178)) +* Add `this.fetch` to `preload`, with credentials support ([#178](https://github.com/sveltejs/sapper/issues/178)) +* Exclude sourcemaps from preload links and `