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

Commit acc79a5

Browse files
committed
version bump 0.5.0
1 parent 64bd687 commit acc79a5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

History.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.5.0](https://github.com/paularmstrong/swig/tree/0.5.0) / 2011-09-27
2+
3+
* **Added** More error messaging in some edge cases.
4+
* **Added** Better error messaging including context and line numbers.
5+
* **Changed** Improved compile and render speeds.
6+
* **Changed** `include` tags accept context variables instead of just strings.
7+
* **Changed** Templates can be compiled and rendered from an absolute path outside of the template root.
8+
* **Fixed** Will not double escape output.
9+
10+
[Documentation](https://github.com/paularmstrong/swig/tree/0.5.0/docs)
11+
112
## [0.4.0](https://github.com/paularmstrong/swig/tree/0.4.0) / 2011-09-24
213

314
* **Added** Macro support [docs](docs/tags.md)
@@ -7,6 +18,8 @@
718
* **Fixed** Filters return empty string unless they can apply to the given object.
819
* **Fixed** Filters will attempt to apply to all values in an object or array.
920

21+
[Documentation](https://github.com/paularmstrong/swig/tree/0.4.0/docs)
22+
1023
## [0.3.0](https://github.com/paularmstrong/swig/tree/0.3.0) / 2011-09-17
1124

1225
* **Added** Support for `{% set ... %}` tag.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swig",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A fast django-like templating engine for node.js.",
55
"keywords": ["template", "html", "django", "sandbox"],
66
"repository": "git://github.com/paularmstrong/swig.git",

0 commit comments

Comments
 (0)