Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-01 | Re-export `askama::*` in `askama_tide` (#802) | René Kijewski | 1 | -1/+1 | |
Every integration crate but `askama_tide` exports `askama::*`. This PR makes `askama_tide` behave the same as every other `integration crate`. | |||||
2022-09-19 | Remove ext argument in integrations | René Kijewski | 1 | -3/+3 | |
2022-01-07 | Use Template::MIME_TYPE instead of extension | René Kijewski | 1 | -7/+3 | |
2022-01-06 | Add `#![forbid(unsafe_code)]` to all crates except askama_escape | René Kijewski | 1 | -0/+1 | |
2022-01-06 | Add `#![deny(unreachable_pub)]` to all crates | René Kijewski | 1 | -0/+1 | |
2021-07-01 | Stop eliding lifetimes in paths | Dirkjan Ochtman | 1 | -0/+2 | |
2020-08-04 | tide: use set_error for correct error handling | Jacob Rothstein | 1 | -2/+2 | |
2020-07-14 | askama tide | Jacob Rothstein | 1 | -0/+32 | |