summaryrefslogtreecommitdiff
path: root/HISTORY.md
blob: 1685016c67d556f78f855d2a1a3aab4e772d9c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 0.2.0 (2009-??-??)

* Bugfix: Methods returning False or None are not rendered
* Add support for using non-callables as View attributes. [joshthecoder]
* Allow using View instances as attributes. [joshthecoder]

## 0.1.1 (2009-11-13)

* Ensure we're dealing with strings, always
* Tests can be run by executing the test file directly

## 0.1.0 (2009-11-12)

* First release