Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-09-04 | Escape all strings with character entities by default (fixes #23) | Dirkjan Ochtman | 4 | -21/+107 |
2017-09-04 | Move escaping algorithm into a separate module | Dirkjan Ochtman | 3 | -43/+54 |
2017-09-04 | Move filter list closer to the actual filters, add docs | Dirkjan Ochtman | 2 | -13/+19 |
2017-09-04 | Clean up and tighten faster version of expr_prec_layer macro | Dirkjan Ochtman | 1 | -15/+10 |
2017-09-04 | Tighten up code for join filter handling | Dirkjan Ochtman | 1 | -8/+1 |
2017-09-03 | Changed implementation of precedence rules | Lars Erik Rosengren | 1 | -6/+12 |
2017-09-02 | Add `join` filter & tests for it | defyrlt | 2 | -0/+71 |
2017-09-02 | Refactor `visit_filter` to allow easier customization | defyrlt | 1 | -11/+21 |
2017-08-29 | Export Error type | Anthony Nowell | 1 | -1/+1 |
2017-08-27 | Move most of the code into new askama_shared crate | Dirkjan Ochtman | 6 | -0/+1460 |