| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade to comrak 0.18 | Dirkjan Ochtman | 2023-05-20 | 3 | -2/+3 |
* | Update to rocket 0.5-rc.3 | Vypo Mouse | 2023-05-19 | 3 | -7/+22 |
* | Improve whitespace documentation | Raimundo Saona | 2023-04-03 | 1 | -2/+27 |
* | Re-export `askama::*` in `askama_tide` (#802) | René Kijewski | 2023-04-01 | 2 | -2/+2 |
* | Use `try_reserve()` instead of `with_capacity()` | René Kijewski | 2023-03-31 | 1 | -1/+2 |
* | Template::SIZE_HINT: add documentation | Jacob Hoffman-Andrews | 2023-03-31 | 1 | -1/+9 |
* | Use lookup table | René Kijewski | 2023-03-30 | 1 | -5/+13 |
* | Escape HTML faster | René Kijewski | 2023-03-30 | 1 | -29/+23 |
* | Update comrak to 0.17 | Dirkjan Ochtman | 2023-03-28 | 3 | -3/+4 |
* | Update mendes requirement from 0.1.0 to 0.2.0 | dependabot[bot] | 2023-03-22 | 1 | -1/+1 |
* | Extract literal from group expressions in attributes | Dirkjan Ochtman | 2023-03-21 | 1 | -0/+6 |
* | Version bump askama_derive to 0.12.1 | Dirkjan Ochtman | 2023-03-21 | 1 | -1/+1 |
* | Upgrade to syn 2 | Dirkjan Ochtman | 2023-03-20 | 2 | -28/+27 |
* | Add documentation for whitespace argument in template derive proc-macro | Guillaume Gomez | 2023-03-13 | 1 | -0/+14 |
* | Add tests for whitespace argument in template derive proc-macro | Guillaume Gomez | 2023-03-13 | 2 | -0/+54 |
* | Add whitespace argument in template derive proc-macro | Guillaume Gomez | 2023-03-13 | 2 | -17/+39 |
* | Tell user to use `cargo add` | René Kijewski | 2023-03-10 | 1 | -5/+3 |
* | Update tests for whitespace characters handling | Guillaume Gomez | 2023-03-09 | 3 | -437/+471 |
* | Fix handling of trailing whitespace characters | Guillaume Gomez | 2023-03-09 | 2 | -4/+19 |
* | Add documentation for + sign in whitespace control | Guillaume Gomez | 2023-03-09 | 1 | -0/+12 |
* | Add subsections for configuration chapter (#787) | Guillaume Gomez | 2023-03-06 | 1 | -0/+4 |
* | Propogate size_hint from sub-blocks (#788) | Andrew Dona-Couch -- GitHub drop ICE | 2023-03-06 | 5 | -4/+56 |
* | Bump versions for Askama 0.12 (#784) | Dirkjan Ochtman | 2023-03-03 | 10 | -16/+16 |
* | exchange hyper features From<Template> for hyper::Body with TryFrom | Rudi Floren | 2023-03-03 | 2 | -29/+16 |
* | Fix typos | René Kijewski | 2023-02-24 | 2 | -13/+13 |
* | Revert "derive: Make Config `'static`" | René Kijewski | 2023-02-21 | 6 | -69/+74 |
* | Replace `toml_edit` with `basic-toml` | René Kijewski | 2023-02-21 | 2 | -3/+3 |
* | Add impl From<{Template}> for hyper::Body derive | Rudi Floren | 2023-02-13 | 2 | -6/+62 |
* | Update comrak dependency to 0.16 | René Kijewski | 2023-01-30 | 3 | -2/+3 |
* | derive: refactor parser | René Kijewski | 2023-01-30 | 5 | -1940/+1999 |
* | Extends expects a string and nothing else | René Kijewski | 2023-01-30 | 3 | -5/+5 |
* | Use `toml_edit` instead of `toml` | René Kijewski | 2023-01-30 | 2 | -3/+4 |
* | derive: Make Config `'static` | René Kijewski | 2023-01-30 | 4 | -71/+67 |
* | Apply clippy suggestions for 1.67 (#769) | Dirkjan Ochtman | 2023-01-30 | 25 | -74/+82 |
* | Update `ui` test for trybuild 1.0.76 | René Kijewski | 2023-01-24 | 2 | -2/+2 |
* | Apply clippy suggestion for Rust 1.66 | Dirkjan Ochtman | 2022-12-16 | 1 | -1/+1 |
* | Upgrade axum-core to 0.3 | Jonas Platte | 2022-11-28 | 1 | -2/+2 |
* | Extend documentation of custom filters | Raimundo Saona | 2022-11-16 | 1 | -5/+56 |
* | Update comrak requirement from 0.14 to 0.15 | dependabot[bot] | 2022-11-15 | 2 | -2/+2 |
* | Fail to parse if keyword is not longest ident | René Kijewski | 2022-11-09 | 1 | -31/+56 |
* | chore: remove allow(clippy::disallowed_names) | Dirkjan Ochtman | 2022-11-07 | 6 | -9/+1 |
* | chore: apply clippy suggestions for 1.65 | Dirkjan Ochtman | 2022-11-07 | 9 | -70/+70 |
* | Fix some minor issues in escape documentation. | AndrolGenhald | 2022-11-07 | 2 | -3/+6 |
* | Version bump in README and book | Allan Zhang | 2022-10-21 | 4 | -4/+4 |
* | Remove `_ext` from `askama_hyper`, too | René Kijewski | 2022-09-26 | 2 | -5/+4 |
* | Update criterion requirement from 0.3 to 0.4 (#721) | dependabot[bot] | 2022-09-26 | 2 | -2/+2 |
* | Apply clippy suggestions from Rust 1.64 (#725) | Dirkjan Ochtman | 2022-09-23 | 1 | -1/+1 |
* | Update dependencies | Dirkjan Ochtman | 2022-09-21 | 4 | -14/+13 |
* | Remove ext argument in integrations | René Kijewski | 2022-09-19 | 7 | -29/+15 |
* | Add Expr::is_cachable() | René Kijewski | 2022-09-19 | 2 | -4/+35 |