Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-01 | Re-export `askama::*` in `askama_tide` (#802) | 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 | 1 | -3/+3 | ||
2022-01-07 | Use Template::MIME_TYPE instead of extension | 1 | -7/+3 | ||
2022-01-06 | Add `#![forbid(unsafe_code)]` to all crates except askama_escape | 1 | -0/+1 | ||
2022-01-06 | Add `#![deny(unreachable_pub)]` to all crates | 1 | -0/+1 | ||
2021-07-01 | Stop eliding lifetimes in paths | 1 | -0/+2 | ||
2020-08-04 | tide: use set_error for correct error handling | 1 | -2/+2 | ||
2020-07-14 | askama tide | 1 | -0/+32 | ||