Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
version bump 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Sep 28, 2011
1 parent 64bd687 commit acc79a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions 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)
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit acc79a5

Please sign in to comment.