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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Sep 24, 2011
1 parent 3a039f1 commit d91168f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.0](https://github.com/paularmstrong/swig/tree/0.4.0) / 2011-09-24

* **Added** Macro support [docs](docs/tags.md)
* **Changed** Removed requirement to manually specify `locals` for express support.
* **Changed** Increased cache lookup speed by removing crypto dependency.
* **Fixed** `length` filter returns length of objects (number of keys).
* **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.

## [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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swig",
"version": "0.3.0",
"version": "0.4.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 d91168f

Please sign in to comment.