- Implement issue 13: Adding ternary end modifier (`$`) - Expand list/dict context in debug information
0.3.0
- Force explict modifiers (=/!) for True/False action in ternary filters - Add combined ternary filters - Add shortcut `?` for `?bool` - Use the maximum lineno on traceback instead of the last one.
0.2.3
- Fix parsing errors when unicode in a template loaded from text 10 (thanks to vermeeca)
0.2.2
- Show shortened context in debug information - Fix 9: stream cursor shifted when unicode in the template.
0.2.1
- Fix 7: forloop problem with nesting for statements - Fix other bugs
0.2.0
- Add inclusion and inheritance support - Add `cycle` for `for` loop