Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove rerun_if_templates_changed and update README. | 2019-01-11 | 1 | -3/+0 | |
| | |||||
* | Add Gotham tests to `full` feature in testing crate | 2018-12-10 | 1 | -1/+1 | |
| | |||||
* | Implement `IntoResponse` for `Template`, allowing them to be used in ↵ | 2018-12-10 | 1 | -0/+4 | |
| | | | | `gotham` handlers. | ||||
* | Upgrade to 2018 edition | 2018-12-08 | 1 | -0/+1 | |
| | |||||
* | Upgrade to Rocket 0.4 | 2018-12-08 | 1 | -3/+2 | |
| | |||||
* | Disable tests that need dependencies by default | 2018-11-04 | 1 | -7/+12 | |
| | |||||
* | Work around conflicting dependencies for actix-web and rocket | 2018-07-22 | 1 | -6/+7 | |
| | |||||
* | Tests for actix_web | 2018-07-22 | 1 | -2/+4 | |
| | |||||
* | Add benchmarks to the Askama repo | 2018-06-28 | 1 | -0/+5 | |
| | |||||
* | `build = "build.rs"` is no longer necessary | 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 | 2018-01-05 | 1 | -1/+1 | |
| | |||||
* | Clean up order in Cargo manifests | 2017-08-24 | 1 | -2/+2 | |
| | |||||
* | Add test for Rocket support | 2017-08-23 | 1 | -0/+6 | |
| | |||||
* | Add test for Iron support | 2017-08-23 | 1 | -2/+3 | |
| | |||||
* | Adding optional json filter | 2017-08-23 | 1 | -2/+3 | |
| | |||||
* | Hide askama_derive dependency inside askama (fixes #2) | 2017-03-06 | 1 | -1/+0 | |
| | |||||
* | Update version numbers and dependencies | 2017-03-03 | 1 | -3/+3 | |
| | |||||
* | Bring back path for iternal dependencies | 2017-02-17 | 1 | -3/+3 | |
| | |||||
* | Fix askama version in testing crate | 2017-02-15 | 1 | -3/+3 | |
| | |||||
* | Move build script helper code into askama crate | 2017-02-08 | 1 | -0/+3 | |
| | |||||
* | Add build script to force rebuild on template changes | 2017-02-08 | 1 | -0/+1 | |
| | |||||
* | Rename askama_test to testing | 2017-01-03 | 1 | -0/+9 | |