- Add support for nested contexts (within template and view)
- Add support for inverted lists
- Decoupled template loading
- Fix package
- View.template_path can now hold a list of path
- Add {{& blah}} as an alias for {{{ blah }}}
- Higher Order Sections
- Inverted sections
- 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]
- Ensure we're dealing with strings, always
- Tests can be run by executing the test file directly
- First release