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

Commit

Permalink
version bump v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Apr 1, 2012
1 parent 0a9c503 commit 2cf1329
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions History.md
@@ -1,5 +1,12 @@
[0.11.1](https://github.com/paularmstrong/swig/tree/v0.11.1) / 2012-04-01
-------------------------------------------------------------------------

* **Fixed** Duplicate (string) tokens were being removed when extending a base template. [gh-67]

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

[0.11.0](https://github.com/paularmstrong/swig/tree/v0.11.0) / 2012-02-27
------------------------------------------------------------------------
-------------------------------------------------------------------------

* **Added** Support for Windows style paths [gh-57]
* **Added** `ignore missing` tokens to include tag
Expand All @@ -15,7 +22,7 @@
[Documentation](https://github.com/paularmstrong/swig/tree/v0.11.0/docs)

[0.10.0](https://github.com/paularmstrong/swig/tree/v0.10.0) / 2012-02-13
------------------------------------------------------------------------
-------------------------------------------------------------------------

* **Added** loop.index0, loop.revindex, loop.revindex0, and loop.cycle [gh-48]
* **Added** init config `extensions` for 3rd party extension access in custom tags [gh-44]
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "swig",
"version": "0.11.0",
"version": "0.11.1",
"description": "A fast django-like templating engine for node.js and browsers.",
"keywords": ["template", "templating", "html", "django", "express", "block"],
"repository": {
Expand Down Expand Up @@ -31,4 +31,4 @@
"bugs": {
"url": "https://github.com/paularmstrong/swig/issues"
}
}
}

0 comments on commit 2cf1329

Please sign in to comment.