0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v1.2.1

This commit is contained in:
Rich Harris 2016-12-08 15:22:19 -05:00
parent d23de6607c
commit 8922ecb72f
2 changed files with 6 additions and 1 deletions

View File

@ -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))

View File

@ -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": [