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.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Sep 11, 2011
1 parent 839a76d commit c2cb499
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
## [0.1.9](https://github.com/paularmstrong/swig/tree/0.1.9) / 2011-09-11

* **Added** `allowErrors` flag will allow errors to be thrown and bubbled up. Default to catch errors.
* **Changed** Internal speed improvements.

## [0.1.8](https://github.com/paularmstrong/swig/tree/0.1.8) / 2011-09-10

* **Added** `add`, `addslashes`, and `replace` filters.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "swig",
"version": "0.1.8",
"description": "A fast django-like templating engine for node.js. Forked from Swig",
"version": "0.1.9",
"description": "A fast django-like templating engine for node.js.",
"keywords": ["template", "html", "django", "sandbox"],
"repository": "git://github.com/paularmstrong/swig.git",
"author": "Paul Armstrong <paul@paularmstrongdesigns.com>",
Expand Down

0 comments on commit c2cb499

Please sign in to comment.