pull/357/head v1.11.0
Rich-Harris 8 years ago
parent 67e39ad529
commit 5396c0ebe7

@ -1,5 +1,10 @@
# Svelte changelog
## 1.11.0
* Add `format: 'eval'` and `svelte.create`, to create components directly from source code ([#345](https://github.com/sveltejs/svelte/issues/345))
* Node 4 compatibility ([#109](https://github.com/sveltejs/svelte/issues/109))
## 1.10.3
* Prevent `'</script>'` string occurence breaking pages ([#349](https://github.com/sveltejs/svelte/pull/349))

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

Loading…
Cancel
Save