This repository has been archived by the owner on Apr 11, 2018. It is now read-only.
v1.0.0-rc1
Pre-release
Pre-release
·
201 commits
to master
since this release
- Added
include
tag now acceptsonly
(and is preferred, if possible). gh-240 - Added
swig.version
and-v
to cli - Changed Deprecated
raw
filter. Usesafe
. - Changed Allow
import
andmacro
tags to be outside of blocks. gh-299 - Changed Don't escape
macro
output. gh-297 - Changed (Custom) Filters can be marked as
safe
to disable auto-escaping. gh-294 - Fixed
{% for k,v ... %}
tag syntax assigned variables backwards. - Fixed Filters being applied to empty functions throwing errors. gh-296
- Fixed
include
paths on windows. gh-295