-> v0.2.5

This commit is contained in:
Rich Harris
2017-12-21 08:59:00 -05:00
parent 95f99fd378
commit 5b214c964c
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# sapper changelog
## 0.2.5
* Fix nested routes on Windows ([#39](https://github.com/sveltejs/sapper/pull/39))
* Rebundle when routes and main.js change ([#34](https://github.com/sveltejs/sapper/pull/34))
* Add `Link...preload` headers for JavaScript assets ([#2](https://github.com/sveltejs/sapper/issues/2))
* Stream document up to first dynamic content ([#19](https://github.com/sveltejs/sapper/issues/19))
* Error if routes clash ([#33](https://github.com/sveltejs/sapper/issues/33))
## 0.2.4
* Posixify path to HMR client

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.2.4",
"version": "0.2.5",
"description": "Military-grade apps, engineered by Svelte",
"main": "lib/index.js",
"bin": {