Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-01-30 | Apply clippy suggestions for 1.67 (#769) | Dirkjan Ochtman | 1 | -1/+2 | |
2022-09-19 | Remove ext argument in integrations | René Kijewski | 1 | -1/+1 | |
2022-06-07 | Expose features in integration crates | René Kijewski | 1 | -0/+10 | |
2022-04-06 | Moved Features into derive (#662) | Andrew Wheeler(Genusis) | 1 | -1/+1 | |
* Moved Features into derive, Updated Askama versions to 0.11 * Lock minimal versions to 0.11.2 | |||||
2022-01-07 | Use Template::MIME_TYPE instead of extension | René Kijewski | 1 | -5/+2 | |
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-11-24 | Bump version numbers | Dirkjan Ochtman | 1 | -2/+2 | |
2021-11-24 | Remove authors from Cargo metadata (see RFC 3052) | Dirkjan Ochtman | 1 | -1/+0 | |
2021-08-21 | Bump version numbers in anticipation of beta release | Dirkjan Ochtman | 1 | -1/+1 | |
2021-07-01 | Stop eliding lifetimes in paths | Dirkjan Ochtman | 1 | -0/+2 | |
2021-02-17 | Update askama_warp/README.md | Frederik B | 1 | -1/+1 | |
The file calls itself the readme for askama_actix, but clearly it's warp. | |||||
2021-01-19 | Upgrade to warp 0.3 | Paolo Barbolini | 1 | -4/+4 | |
2020-12-21 | Disable askama's default features in web framework crates | Randati | 1 | -1/+1 | |
Without disabling these default features, askama's default features get automatically enabled when web framework specific crates are included in the project. | |||||
2020-06-30 | Reference READMEs in crate metadata | Dirkjan Ochtman | 1 | -0/+1 | |
2020-06-30 | Add README files for subcrates | Dirkjan Ochtman | 1 | -0/+9 | |
2020-06-30 | Bump version numbers | Dirkjan Ochtman | 1 | -2/+2 | |
2020-06-30 | Add license files to each crate (fixes #339) | Dirkjan Ochtman | 2 | -0/+2 | |
2020-02-24 | Import warp with no default features | Paolo Barbolini | 1 | -1/+1 | |
2020-01-29 | Add support for warp | Bjørn Madsen | 4 | -0/+62 | |