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.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Oct 2, 2011
1 parent a67c3a4 commit 40d18c8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.6.0](https://github.com/paularmstrong/swig/tree/v0.6.0) / 2011-10-02

* **Added** `{% import foo as bar %}` tag for importing macros.
* **Added** Allow escaping for js in escape filter and autoescape tag.
* **Added** `raw` filter to force variable to not be escaped.
* **Added** `escape` and `e` filters to force variable to be escaped.
* **Added** Allow filters to accept any JS objects, arrays, strings, and context variables.
* **Changed** `if`, `else`, and `else if` tags support all JS-valid if-syntaxes + extra operators.
* **Fixed** `default` filter for undefined variables. closes gh-18

[Documentation](https://github.com/paularmstrong/swig/tree/v0.6.0/docs)

## [0.5.0](https://github.com/paularmstrong/swig/tree/v0.5.0) / 2011-09-27

* **Added** More error messaging in some edge cases.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swig",
"version": "0.5.0",
"version": "0.6.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 40d18c8

Please sign in to comment.