pull/173/head v1.2.1
Rich Harris 8 years ago
parent d23de6607c
commit 8922ecb72f

@ -1,5 +1,10 @@
# Svelte changelog
## 1.2.1
* Server-side rendering is available as a compiler option (`generate: 'ssr'`) ([#159](https://github.com/sveltejs/svelte/pull/159))
* Allow call expressions where function is not in `helpers` ([#163](https://github.com/sveltejs/svelte/issues/163))
## 1.2.0
* Server-side rendering of HTML ([#148](https://github.com/sveltejs/svelte/pull/148)) and CSS ([#154](https://github.com/sveltejs/svelte/pull/154))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.2.0",
"version": "1.2.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save