Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Advertise Discord channel instead of Gitter | Dirkjan Ochtman | 2023-10-03 | 1 | -1/+1 |
| | |||||
* | Add MSRV checking in CI | Dirkjan Ochtman | 2023-09-29 | 1 | -1/+1 |
| | | | | Bump MSRV to 1.65 for the use of let .. else. | ||||
* | Bump versions for Askama 0.12 (#784) | Dirkjan Ochtman | 2023-03-03 | 1 | -2/+2 |
| | |||||
* | Apply clippy suggestions for 1.67 (#769) | Dirkjan Ochtman | 2023-01-30 | 1 | -1/+2 |
| | |||||
* | Remove ext argument in integrations | René Kijewski | 2022-09-19 | 1 | -1/+1 |
| | |||||
* | Expose features in integration crates | René Kijewski | 2022-06-07 | 1 | -0/+10 |
| | |||||
* | Moved Features into derive (#662) | Andrew Wheeler(Genusis) | 2022-04-06 | 1 | -1/+1 |
| | | | | | * Moved Features into derive, Updated Askama versions to 0.11 * Lock minimal versions to 0.11.2 | ||||
* | Remove unneeded external dependencies | René Kijewski | 2022-02-04 | 2 | -4/+5 |
| | |||||
* | Use Template::MIME_TYPE instead of extension | René Kijewski | 2022-01-07 | 1 | -3/+3 |
| | |||||
* | Add `#![forbid(unsafe_code)]` to all crates except askama_escape | René Kijewski | 2022-01-06 | 1 | -0/+1 |
| | |||||
* | Add `#![deny(unreachable_pub)]` to all crates | René Kijewski | 2022-01-06 | 1 | -0/+1 |
| | |||||
* | Bump version numbers | Dirkjan Ochtman | 2021-11-24 | 1 | -2/+2 |
| | |||||
* | Remove authors from Cargo metadata (see RFC 3052) | Dirkjan Ochtman | 2021-11-24 | 1 | -1/+0 |
| | |||||
* | askama_gotham: upgrade to gotham 0.7 | Dirkjan Ochtman | 2021-11-15 | 1 | -1/+2 |
| | |||||
* | Bump version numbers in anticipation of beta release | Dirkjan Ochtman | 2021-08-21 | 1 | -1/+1 |
| | |||||
* | Stop eliding lifetimes in paths | Dirkjan Ochtman | 2021-07-01 | 1 | -0/+2 |
| | |||||
* | askama_gotham: bump version to 0.12.0 | Dirkjan Ochtman | 2021-03-22 | 1 | -1/+1 |
| | |||||
* | askama_gotham: bump to 0.6 | Dirkjan Ochtman | 2021-03-22 | 1 | -2/+2 |
| | |||||
* | Disable askama's default features in web framework crates | Randati | 2020-12-21 | 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. | ||||
* | Bump version for askama_gotham | Dirkjan Ochtman | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Upgrade to gotham 0.5 | Dirkjan Ochtman | 2020-09-07 | 1 | -2/+2 |
| | |||||
* | Reference READMEs in crate metadata | Dirkjan Ochtman | 2020-06-30 | 1 | -0/+1 |
| | |||||
* | Add README files for subcrates | Dirkjan Ochtman | 2020-06-30 | 1 | -0/+9 |
| | |||||
* | Bump version numbers | Dirkjan Ochtman | 2020-06-30 | 1 | -2/+2 |
| | |||||
* | Add license files to each crate (fixes #339) | Dirkjan Ochtman | 2020-06-30 | 2 | -0/+2 |
| | |||||
* | Update gotham requirement from 0.3 to 0.4 | dependabot-preview[bot] | 2020-01-29 | 1 | -1/+1 |
| | | | | | | | Updates the requirements on [gotham](https://github.com/gotham-rs/gotham) to permit the latest version. - [Release notes](https://github.com/gotham-rs/gotham/releases) - [Commits](https://github.com/gotham-rs/gotham/compare/gotham-0.3.0...gotham-0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Move Gotham integration into separate askama_gotham crate | Dirkjan Ochtman | 2020-01-29 | 4 | -0/+84 |