Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-06-30 | Add README files for subcrates | Dirkjan Ochtman | 1 | -0/+9 | |
2020-06-30 | Bump version numbers | Dirkjan Ochtman | 1 | -1/+1 | |
2020-06-30 | Add license files to each crate (fixes #339) | Dirkjan Ochtman | 2 | -0/+2 | |
2020-05-24 | Update `EscapeWriter` HTML implementation to not output empty strings | Ciprian Dorin Craciun | 1 | -1/+5 | |
2020-01-15 | Remove obsolete CI badges | Dirkjan Ochtman | 1 | -2/+0 | |
2020-01-15 | Bump version numbers to 0.9.0 | Dirkjan Ochtman | 1 | -1/+1 | |
2019-08-26 | Update criterion requirement from 0.2 to 0.3 | dependabot-preview[bot] | 1 | -1/+1 | |
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.2.0...0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | |||||
2019-07-25 | Update formatting | Dirkjan Ochtman | 1 | -4/+1 | |
2019-06-14 | Change askama_escape to require UTF-8 strings | Ram Kaniyur | 1 | -24/+25 | |
2019-01-17 | Bump versions in anticipation of 0.8.0 release | Dirkjan Ochtman | 1 | -1/+1 | |
2019-01-12 | Specify a trait that handles the output format's escaping | Dirkjan Ochtman | 2 | -61/+114 | |
2019-01-12 | Slightly simplify escaping code | Dirkjan Ochtman | 1 | -19/+21 | |
2019-01-06 | Improved rendering time (#190) | yossyJ | 1 | -1/+23 | |
* Improved rendering time * Fix useless codes | |||||
2018-12-08 | Use 2018 edition idioms | Dirkjan Ochtman | 2 | -4/+3 | |
2018-12-08 | Upgrade to 2018 edition | Dirkjan Ochtman | 1 | -0/+1 | |
2018-11-14 | Move escaping benchmarks into askama_escape crate | Dirkjan Ochtman | 2 | -0/+85 | |
2018-11-07 | Tweak metadata for new askama_escape crate | Dirkjan Ochtman | 1 | -2/+9 | |
2018-11-07 | Clean up unused features | Dirkjan Ochtman | 1 | -7/+0 | |
2018-11-07 | Create askama_escape crate | bott | 2 | -0/+116 | |