Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use lookup table | 2023-03-30 | 1 | -5/+13 | |
* | Escape HTML faster | 2023-03-30 | 1 | -29/+23 | |
* | Apply clippy suggestions for 1.67 (#769) | 2023-01-30 | 1 | -2/+1 | |
* | Remove `unsafe { … }` code from askama_escape | 2022-04-13 | 1 | -50/+34 | |
* | Make json filter safe | 2022-02-16 | 1 | -4/+52 | |
* | Add `#![deny(unreachable_pub)]` to all crates | 2022-01-06 | 1 | -0/+1 | |
* | Omit implicit lifetimes | 2022-01-06 | 1 | -2/+2 | |
* | Add `#[derive(Debug)]` for public types | 2022-01-06 | 1 | -0/+3 | |
* | Fix suggestions from nightly clippy | 2021-12-22 | 1 | -0/+1 | |
* | Stop eliding lifetimes in paths | 2021-07-01 | 1 | -0/+1 | |
* | Remove forward-slash escape (#486) | 2021-05-17 | 1 | -1/+0 | |
* | Add no_std support to askama_escape | 2021-01-15 | 1 | -3/+10 | |
* | Update `EscapeWriter` HTML implementation to not output empty strings | 2020-05-24 | 1 | -1/+5 | |
* | Update formatting | 2019-07-25 | 1 | -4/+1 | |
* | Change askama_escape to require UTF-8 strings | 2019-06-14 | 1 | -24/+25 | |
* | Specify a trait that handles the output format's escaping | 2019-01-12 | 1 | -55/+108 | |
* | Slightly simplify escaping code | 2019-01-12 | 1 | -19/+21 | |
* | Improved rendering time (#190) | 2019-01-06 | 1 | -1/+23 | |
* | Use 2018 edition idioms | 2018-12-08 | 1 | -3/+3 | |
* | Create askama_escape crate | 2018-11-07 | 1 | -0/+100 |