pull/201/head v1.2.5
Rich Harris 8 years ago
parent 9e347f1685
commit 7928c9c48d

@ -1,5 +1,10 @@
# Svelte changelog # Svelte changelog
## 1.2.5
* Allow whitelisted globals in templates ([#185](https://github.com/sveltejs/svelte/issues/185))
* Intercept parse errors with `options.onerror`
## 1.2.4 ## 1.2.4
* SSR compiler: Implement `{{{tripes}}}` ([#197](https://github.com/sveltejs/svelte/issues/197)) * SSR compiler: Implement `{{{tripes}}}` ([#197](https://github.com/sveltejs/svelte/issues/197))

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

Loading…
Cancel
Save