| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Skip caching calls (Resolves #667) | vallentin | 2022-09-19 | 1 | -3/+7 |
* | Update mendes requirement from 0.0.64 to 0.1.0 | dependabot[bot] | 2022-08-05 | 1 | -1/+1 |
* | Update serde_yaml requirement from 0.8 to 0.9 | dependabot[bot] | 2022-07-29 | 1 | -1/+1 |
* | Remove support for deprecated `_parent` field | René Kijewski | 2022-07-25 | 3 | -52/+41 |
* | Implement basic hyper integration | René Kijewski | 2022-07-25 | 12 | -1/+175 |
* | Update actix-test requirement from =0.1.0-beta.13 to =0.1.0 | dependabot[bot] | 2022-07-25 | 1 | -1/+1 |
* | Update to comrak v0.14 | René Kijewski | 2022-07-20 | 4 | -4/+5 |
* | Make sure all packages are tested | René Kijewski | 2022-06-20 | 1 | -79/+13 |
* | Feature-gate test_whitespace_parsing() | René Kijewski | 2022-06-20 | 1 | -0/+1 |
* | Add caching action to shrink CI times (#698) | Nate Kidwell | 2022-06-17 | 2 | -35/+54 |
* | Update to Rocket 0.5 | René Kijewski | 2022-06-16 | 5 | -17/+22 |
* | Replace `&Option<Box<T>>` with `Option<&T>` (#696) | René Kijewski | 2022-06-15 | 2 | -5/+7 |
* | Remove BuildHasher from Heritage, too | René Kijewski | 2022-06-15 | 1 | -2/+2 |
* | Remove hash builder parameter from generator | René Kijewski | 2022-06-15 | 1 | -6/+7 |
* | Replace .filter_map().next() with .filter_map() | René Kijewski | 2022-06-15 | 1 | -3/+2 |
* | Copy can be derived | René Kijewski | 2022-06-15 | 1 | -6/+2 |
* | Document macro import syntax. | Owen Jacobson | 2022-06-09 | 1 | -0/+8 |
* | Merge askama_derive into askama | René Kijewski | 2022-06-08 | 13 | -230/+172 |
* | Expose features in integration crates | René Kijewski | 2022-06-07 | 7 | -0/+70 |