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

-> v1.2.5

This commit is contained in:
Rich Harris 2016-12-15 14:26:25 -05:00
parent 9e347f1685
commit 7928c9c48d
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# 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
* SSR compiler: Implement `{{{tripes}}}` ([#197](https://github.com/sveltejs/svelte/issues/197))

View File

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