From 3ae25bd48d67e72a30039212c33876e9f07f9a77 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Thu, 2 Mar 2017 07:41:14 -0500 Subject: [PATCH] -> v1.9.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f17e68c63d..34da2c7be8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.9.1 + +* Better error for malformed event handlers ([#220](https://github.com/sveltejs/svelte/issues/220)) +* Allow function expressions in tags ([#269](https://github.com/sveltejs/svelte/issues/269)) + ## 1.9.0 * Add development warnings ([#13](https://github.com/sveltejs/svelte/issues/13)), ([#320](https://github.com/sveltejs/svelte/pull/320)), ([#177](https://github.com/sveltejs/svelte/issues/177)), ([#249](https://github.com/sveltejs/svelte/issues/249)) @@ -9,6 +14,7 @@ * Allow implicitly closed elements ([#318](https://github.com/sveltejs/svelte/pull/318)) * More informative error messages for unclosed elements/blocks ([#258](https://github.com/sveltejs/svelte/issues/258)) +* Deprecate `onrender` and `onteardown` in favour of `oncreate` and `ondestroy` ([#40](https://github.com/sveltejs/svelte/issues/40)) ## 1.8.0 diff --git a/package.json b/package.json index 093f7dc691..49a38fd2f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.9.0", + "version": "1.9.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [