Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-07 | Add markdown filter | 1 | -1/+4 | ||
2022-01-31 | Use exact trybuild version | 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. | |||||
2021-08-21 | Bump version numbers in anticipation of beta release | 1 | -1/+1 | ||
2021-07-02 | Fix expected error message for missing file | 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. | |||||
2020-11-02 | Use `syn::Error::to_compile_error` and add trybuild ui test (#374) | 1 | -0/+1 | ||
2020-04-23 | Set publish = false on testing crate | 1 | -0/+1 | ||
2020-01-29 | Move Iron integration into a separate askama_iron crate | 1 | -5/+1 | ||
2020-01-29 | Move Gotham integration into separate askama_gotham crate | 1 | -5/+1 | ||
2020-01-29 | Move Rocket integration into askama_rocket crate | 1 | -2/+0 | ||
2020-01-29 | Move Actix-Web integration into separate askama_actix crate | 1 | -6/+1 | ||
2020-01-27 | Disable Gotham's default features | 1 | -1/+1 | ||
2020-01-27 | Disable rocket's default features | 1 | -1/+1 | ||
2020-01-11 | upgrade dependencies(actix-web 0.7 -> 2) | 1 | -3/+5 | ||
2019-08-26 | Update criterion requirement from 0.2 to 0.3 | 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> | |||||
2019-01-11 | Remove rerun_if_templates_changed and update README. | 1 | -3/+0 | ||
2018-12-10 | Add Gotham tests to `full` feature in testing crate | 1 | -1/+1 | ||
2018-12-10 | Implement `IntoResponse` for `Template`, allowing them to be used in ↵ | 1 | -0/+4 | ||
`gotham` handlers. | |||||
2018-12-08 | Upgrade to 2018 edition | 1 | -0/+1 | ||
2018-12-08 | Upgrade to Rocket 0.4 | 1 | -3/+2 | ||
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. |