-> v0.20.0

This commit is contained in:
Rich Harris
2018-09-04 07:35:24 -04:00
parent 91f2c6e49c
commit 1b489f4687
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# sapper changelog
## 0.20.0
* Decode `req.params` and `req.query` ([#417](https://github.com/sveltejs/sapper/issues/417))
* Decode URLs before writing files in `sapper export` ([#414](https://github.com/sveltejs/sapper/pull/414))
* Generate server sourcemaps for Rollup apps in dev mode ([#418](https://github.com/sveltejs/sapper/pull/418))
## 0.19.3
* Better unicode route handling ([#347](https://github.com/sveltejs/sapper/issues/347))

View File

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