Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update comrak requirement from 0.12 to 0.13 | dependabot[bot] | 2022-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Updates the requirements on [comrak](https://github.com/kivikakk/comrak) to permit the latest version. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.12.0...0.13.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Add markdown filter | René Kijewski | 2022-02-07 | 1 | -1/+4 |
| | |||||
* | Use exact trybuild version | René Kijewski | 2022-01-31 | 1 | -1/+1 |
| | | | | | | | Sometimes for no obvious reason an old version is selected and the output is different in just about every ui test. Just pin it to the currently newest version and test if an updated version still works when a new version gets released. | ||||
* | Bump version numbers in anticipation of beta release | Dirkjan Ochtman | 2021-08-21 | 1 | -1/+1 |
| | |||||
* | Fix expected error message for missing file | René Kijewski | 2021-07-02 | 1 | -0/+1 |
| | | | | | | | | | rust-lang/rust#82069 made error message that stem macro invocations more verbose. Since Rust 1.54 (currently in beta) the message includes the name of the offending macro. This PR uses version_check to select the appropriate expected error message. | ||||
* | Use `syn::Error::to_compile_error` and add trybuild ui test (#374) | msrd0 | 2020-11-02 | 1 | -0/+1 |
| | |||||
* | Set publish = false on testing crate | Dirkjan Ochtman | 2020-04-23 | 1 | -0/+1 |
| | |||||
* | Move Iron integration into a separate askama_iron crate | Dirkjan Ochtman | 2020-01-29 | 1 | -5/+1 |
| | |||||
* | Move Gotham integration into separate askama_gotham crate | Dirkjan Ochtman | 2020-01-29 | 1 | -5/+1 |
| | |||||
* | Move Rocket integration into askama_rocket crate | Dirkjan Ochtman | 2020-01-29 | 1 | -2/+0 |
| | |||||
* | Move Actix-Web integration into separate askama_actix crate | Dirkjan Ochtman | 2020-01-29 | 1 | -6/+1 |
| | |||||
* | Disable Gotham's default features | Dirkjan Ochtman | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Disable rocket's default features | Dirkjan Ochtman | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | upgrade dependencies(actix-web 0.7 -> 2) | DCjanus | 2020-01-11 | 1 | -3/+5 |
| | |||||
* | Update criterion requirement from 0.2 to 0.3 | dependabot-preview[bot] | 2019-08-26 | 1 | -1/+1 |
| | | | | | | | | Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.2.0...0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Remove rerun_if_templates_changed and update README. | Maarten de Vries | 2019-01-11 | 1 | -3/+0 |
| | |||||
* | Add Gotham tests to `full` feature in testing crate | Kellen Frodelius-Fujimoto | 2018-12-10 | 1 | -1/+1 |
| | |||||
* | Implement `IntoResponse` for `Template`, allowing them to be used in ↵ | Kellen Frodelius-Fujimoto | 2018-12-10 | 1 | -0/+4 |
| | | | | `gotham` handlers. | ||||
* | Upgrade to 2018 edition | Dirkjan Ochtman | 2018-12-08 | 1 | -0/+1 |
| | |||||
* | Upgrade to Rocket 0.4 | Dirkjan Ochtman | 2018-12-08 | 1 | -3/+2 |
| | |||||
* | Disable tests that need dependencies by default | Dirkjan Ochtman | 2018-11-04 | 1 | -7/+12 |
| | |||||
* | Work around conflicting dependencies for actix-web and rocket | Dirkjan Ochtman | 2018-07-22 | 1 | -6/+7 |
| | |||||
* | Tests for actix_web | Ryan McGrath | 2018-07-22 | 1 | -2/+4 |
| | |||||
* | Add benchmarks to the Askama repo | Dirkjan Ochtman | 2018-06-28 | 1 | -0/+5 |
| | |||||
* | `build = "build.rs"` is no longer necessary | Paul Woolcock | 2018-01-29 | 1 | -1/+0 |
| | | | | For all rust versions >= 1.19, cargo will assume `build = "build.rs"` if it sees a `build.rs` file in the same directory as the `Cargo.toml` | ||||
* | relax the version specification | Hajime Fukuda | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | Clean up order in Cargo manifests | Dirkjan Ochtman | 2017-08-24 | 1 | -2/+2 |
| | |||||
* | Add test for Rocket support | Dirkjan Ochtman | 2017-08-23 | 1 | -0/+6 |
| | |||||
* | Add test for Iron support | Dirkjan Ochtman | 2017-08-23 | 1 | -2/+3 |
| | |||||
* | Adding optional json filter | Anthony Nowell | 2017-08-23 | 1 | -2/+3 |
| | |||||
* | Hide askama_derive dependency inside askama (fixes #2) | Dirkjan Ochtman | 2017-03-06 | 1 | -1/+0 |
| | |||||
* | Update version numbers and dependencies | Dirkjan Ochtman | 2017-03-03 | 1 | -3/+3 |
| | |||||
* | Bring back path for iternal dependencies | Dirkjan Ochtman | 2017-02-17 | 1 | -3/+3 |
| | |||||
* | Fix askama version in testing crate | Dirkjan Ochtman | 2017-02-15 | 1 | -3/+3 |
| | |||||
* | Move build script helper code into askama crate | Dirkjan Ochtman | 2017-02-08 | 1 | -0/+3 |
| | |||||
* | Add build script to force rebuild on template changes | Dirkjan Ochtman | 2017-02-08 | 1 | -0/+1 |
| | |||||
* | Rename askama_test to testing | Dirkjan Ochtman | 2017-01-03 | 1 | -0/+9 |