All Versions
73
Latest Version
Avg Release Cycle
44 days
Latest Release
258 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.9.0 Changes
May 16, 2021- โ Add
Context::remove
- โ Add
-
v1.8.0 Changes
April 21, 2021- โ Add
linebreaksbr
filter from Django - ๐ Allow dots in context object key names
- โ Add
-
v1.7.1 Changes
April 12, 2021- ๐ Fix parsing of filter arguments separated by whitespaces
-
v1.7.0 Changes
March 07, 2021- ๐ Allow rendering to
std::io::Write
- Follow symlinks in glob
- ๐ Allow including lists of templates
- Comment tags can now use whitespace control
- ๐ Allow rendering to
-
v1.6.1 Changes
December 29, 2020- ๐ Fix date filter sometimes panicking with some format input
-
v1.6.0 Changes
December 19, 2020- ๐ Allow multiline function kwargs with trailing comma
- โ Add
Context::try_insert
-
v1.5.0 Changes
August 10, 2020- โ Add the concept of safe functions and filters
- ๐ Allow negative index on
slice
filter
-
v1.4.0 Changes
July 24, 2020- โ Add
Context::get
andContext::contains_key
- โ Add
-
v1.3.1 Changes
June 09, 2020- ๐ Fix
raw
tag swallowing all whitespace at beginning and end - ๐ Make batch template sources generic
- โ Automatically add function/test/filter function name to their error message
- ๐ Fix
-
v1.3.0 Changes
May 16, 2020- โ Add a
urlencode_strict
filter - โ Add more array literals feature in templates
- ๐ Make
filter
filter value argument optional
- โ Add a