Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-11-27 | askama_rocket: Rocket v0.5.0 | Philippe Loctaux | 1 | -1/+1 | |
2023-10-26 | build(deps): update futures-lite requirement from 1.12.0 to 2.0.0 | dependabot[bot] | 1 | -1/+1 | |
Updates the requirements on [futures-lite](https://github.com/smol-rs/futures-lite) to permit the latest version. - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/futures-lite/compare/v1.12.0...v2.0.0) --- updated-dependencies: - dependency-name: futures-lite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2023-10-03 | Advertise Discord channel instead of Gitter | Dirkjan Ochtman | 1 | -1/+1 | |
2023-09-29 | Add MSRV checking in CI | Dirkjan Ochtman | 1 | -1/+1 | |
Bump MSRV to 1.65 for the use of let .. else. | |||||
2023-05-19 | Update to rocket 0.5-rc.3 | Vypo Mouse | 2 | -1/+7 | |
2023-03-03 | Bump versions for Askama 0.12 (#784) | Dirkjan Ochtman | 1 | -2/+2 | |
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-16 | Update to Rocket 0.5 | René Kijewski | 3 | -15/+20 | |
Though Rocket 0.5 still only a release candidate, Rocket 0.4 severely outdated, and depends on a bunch of crates with active security advisories. Rocket 0.5 updates its dependencies to fixes versions. Also Rocket 0.4 needs a nightly Rust, which caused multiple problems. | |||||
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 | -4/+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 | |
2022-01-04 | askama_rocket: revert to rocket 0.4 for release | Dirkjan Ochtman | 3 | -8/+10 | |
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 | -2/+2 | |
2021-07-01 | Stop eliding lifetimes in paths | Dirkjan Ochtman | 1 | -0/+2 | |
2021-06-15 | Support rocket 0.5.0-rc.1 based on @flo-l's PR (#495) | Shritesh Bhattarai | 3 | -10/+8 | |
See #412 for earlier iteration. | |||||
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-01-29 | Move Rocket integration into askama_rocket crate | Dirkjan Ochtman | 4 | -0/+64 | |