Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-25 | Update formatting | 1 | -4/+1 | ||
2019-06-14 | Change askama_escape to require UTF-8 strings | 1 | -24/+25 | ||
2019-01-17 | Bump versions in anticipation of 0.8.0 release | 1 | -1/+1 | ||
2019-01-12 | Specify a trait that handles the output format's escaping | 2 | -61/+114 | ||
2019-01-12 | Slightly simplify escaping code | 1 | -19/+21 | ||
2019-01-06 | Improved rendering time (#190) | 1 | -1/+23 | ||
* Improved rendering time * Fix useless codes | |||||
2018-12-08 | Use 2018 edition idioms | 2 | -4/+3 | ||
2018-12-08 | Upgrade to 2018 edition | 1 | -0/+1 | ||
2018-11-14 | Move escaping benchmarks into askama_escape crate | 2 | -0/+85 | ||
2018-11-07 | Tweak metadata for new askama_escape crate | 1 | -2/+9 | ||
2018-11-07 | Clean up unused features | 1 | -7/+0 | ||
2018-11-07 | Create askama_escape crate | 2 | -0/+116 | ||