From acc79a53862663b5baa5e69af34326aaac856cb6 Mon Sep 17 00:00:00 2001 From: Paul Armstrong Date: Tue, 27 Sep 2011 20:57:24 -0700 Subject: [PATCH] version bump 0.5.0 --- History.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 8de0b929..9788564e 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +## [0.5.0](https://github.com/paularmstrong/swig/tree/0.5.0) / 2011-09-27 + +* **Added** More error messaging in some edge cases. +* **Added** Better error messaging including context and line numbers. +* **Changed** Improved compile and render speeds. +* **Changed** `include` tags accept context variables instead of just strings. +* **Changed** Templates can be compiled and rendered from an absolute path outside of the template root. +* **Fixed** Will not double escape output. + +[Documentation](https://github.com/paularmstrong/swig/tree/0.5.0/docs) + ## [0.4.0](https://github.com/paularmstrong/swig/tree/0.4.0) / 2011-09-24 * **Added** Macro support [docs](docs/tags.md) @@ -7,6 +18,8 @@ * **Fixed** Filters return empty string unless they can apply to the given object. * **Fixed** Filters will attempt to apply to all values in an object or array. +[Documentation](https://github.com/paularmstrong/swig/tree/0.4.0/docs) + ## [0.3.0](https://github.com/paularmstrong/swig/tree/0.3.0) / 2011-09-17 * **Added** Support for `{% set ... %}` tag. diff --git a/package.json b/package.json index 6b6f6c0c..22968d7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swig", - "version": "0.4.0", + "version": "0.5.0", "description": "A fast django-like templating engine for node.js.", "keywords": ["template", "html", "django", "sandbox"], "repository": "git://github.com/paularmstrong/swig.git",