mirror of
https://github.com/kennethreitz-archive/pystache.git
synced 2026-06-17 05:50:59 +00:00
573 B
573 B
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