Files
pystache/HISTORY.md
T
Chris Wanstrath a70a735b56 update history
2010-02-15 11:20:55 -08:00

18 lines
573 B
Markdown

## 0.2.0 (2010-02-15)
* Bugfix: Methods returning False or None are not rendered
* Bugfix: Don't render an empty string when a tag's value is 0. [enaeseth]
* Add support for using non-callables as View attributes. [joshthecoder]
* Allow using View instances as attributes. [joshthecoder]
* Support for Unicode and non-ASCII-encoded bytestring output. [enaeseth]
* Template file encoding awareness. [enaeseth]
## 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