-> v0.7.0

This commit is contained in:
Rich Harris
2018-02-18 13:00:36 -05:00
parent c419c73550
commit 14d64e854a
3 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# sapper changelog
## 0.7.0
* Restructure app layout (see [migration guide](https://sapper.svelte.technology/guide#0-6-to-0-7)) ([#126](https://github.com/sveltejs/sapper/pull/126))
* Support `this.redirect(status, location)` and `this.error(status, error)` in `preload` functions ([#127](https://github.com/sveltejs/sapper/pull/127))
* Add `sapper dev` command
* Add `sapper --help` command
## 0.6.4
* Prevent phantom HMR requests in production mode ([#114](https://github.com/sveltejs/sapper/pull/114))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.6.4",
"version": "0.7.0",
"description": "Military-grade apps, engineered by Svelte",
"main": "middleware.js",
"bin": {

View File

@@ -2,6 +2,10 @@
https://sapper.svelte.technology
> sapper dev
Start a development server
> sapper build
Creates a production-ready version of your app