Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-11-04 | Disable tests that need dependencies by default | 1 | -7/+12 | ||
2018-07-22 | Work around conflicting dependencies for actix-web and rocket | 1 | -6/+7 | ||
2018-07-22 | Tests for actix_web | 1 | -2/+4 | ||
2018-06-28 | Add benchmarks to the Askama repo | 1 | -0/+5 | ||
2018-01-29 | `build = "build.rs"` is no longer necessary | 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` | |||||
2018-01-05 | relax the version specification | 1 | -1/+1 | ||
2017-08-24 | Clean up order in Cargo manifests | 1 | -2/+2 | ||
2017-08-23 | Add test for Rocket support | 1 | -0/+6 | ||
2017-08-23 | Add test for Iron support | 1 | -2/+3 | ||
2017-08-23 | Adding optional json filter | 1 | -2/+3 | ||
2017-03-06 | Hide askama_derive dependency inside askama (fixes #2) | 1 | -1/+0 | ||
2017-03-03 | Update version numbers and dependencies | 1 | -3/+3 | ||
2017-02-17 | Bring back path for iternal dependencies | 1 | -3/+3 | ||
2017-02-15 | Fix askama version in testing crate | 1 | -3/+3 | ||
2017-02-08 | Move build script helper code into askama crate | 1 | -0/+3 | ||
2017-02-08 | Add build script to force rebuild on template changes | 1 | -0/+1 | ||
2017-01-03 | Rename askama_test to testing | 1 | -2/+2 | ||
2017-01-03 | Rename askama_codegen to askama_derive | 1 | -1/+1 | ||
This appears to be best practice for crates using macros 1.1. |