mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
26 lines
568 B
Markdown
26 lines
568 B
Markdown
# sapper changelog
|
|
|
|
## 0.2.1
|
|
|
|
* Inject HMR logic in dev mode
|
|
|
|
## 0.2.0
|
|
|
|
* Separate `sapper build` from prod server ([#21](https://github.com/sveltejs/sapper/issues/21))
|
|
|
|
## 0.1.3-5
|
|
|
|
* Fix typo
|
|
|
|
## 0.1.2
|
|
|
|
* Use `atime.getTime()` and `mtime.getTime()` instead of `atimeMs` and `mtimeMs` ([#11](https://github.com/sveltejs/sapper/issues/11))
|
|
* Make dest dir before anyone tries to write to it ([#18](https://github.com/sveltejs/sapper/pull/18))
|
|
|
|
## 0.1.1
|
|
|
|
* Expose resolved pathname to `sapper/runtime/app.js` as `__app__` inside main.js
|
|
|
|
## 0.1.0
|
|
|
|
* First public preview |