Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-07 | Expose features in integration crates | 1 | -0/+10 | ||
2022-04-06 | Moved Features into derive (#662) | 1 | -1/+1 | ||
* Moved Features into derive, Updated Askama versions to 0.11 * Lock minimal versions to 0.11.2 | |||||
2021-11-24 | Bump version numbers | 1 | -2/+2 | ||
2021-11-24 | Remove authors from Cargo metadata (see RFC 3052) | 1 | -1/+0 | ||
2021-08-21 | Bump version numbers in anticipation of beta release | 1 | -1/+1 | ||
2021-01-19 | Upgrade to warp 0.3 | 1 | -4/+4 | ||
2020-12-21 | Disable askama's default features in web framework crates | 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 | 1 | -0/+1 | ||
2020-06-30 | Bump version numbers | 1 | -2/+2 | ||
2020-02-24 | Import warp with no default features | 1 | -1/+1 | ||
2020-01-29 | Add support for warp | 1 | -7/+7 | ||
2020-01-29 | Update gotham requirement from 0.3 to 0.4 | 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> | |||||
2020-01-29 | Move Gotham integration into separate askama_gotham crate | 1 | -4/+8 | ||
2020-01-29 | Move Rocket integration into askama_rocket crate | 1 | -9/+4 | ||
2020-01-29 | Move Actix-Web integration into separate askama_actix crate | 1 | -0/+22 | ||