Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update version numbers | René Kijewski | 2022-03-23 | 1 | -2/+2 |
| | |||||
* | Reduce askama_derive to a single re-export | René Kijewski | 2022-03-23 | 2 | -101/+1 |
| | | | | | | | | | | All the hard work in askama_derive was actually done in askama_shared. This PR removes the back-and-forth interaction between the two crates. Now askama_derive is a single re-export of `#[derive(Template)]` which has to be done in a proc_macro crate. This most likely means that askama_derive is "final", unless another derive template needs to be introduced in the future. | ||||
* | Move handling of integrations into askama_shared | René Kijewski | 2022-03-23 | 2 | -27/+2 |
| | | | | | | | Before this PR the handling of integrations was done both by askama_shared and askama_derive. This diff lets askama_shared do the work. This will prevent problems like #629, when both packages might come out of sync. | ||||
* | Fix clippy warning | René Kijewski | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | Bump version for askama_derive | Dirkjan Ochtman | 2022-02-16 | 1 | -2/+2 |
| | |||||
* | Enable tracking of the offending span of an error | René Kijewski | 2022-02-07 | 1 | -4/+1 |
| | |||||
* | Replace custom Cow with actual Cow | René Kijewski | 2022-02-03 | 1 | -2/+3 |
| | |||||
* | Replace `&PathBuf` with `&Path` | René Kijewski | 2022-01-24 | 1 | -3/+3 |
| | | | | | PathBuf is to String like Path is to str, so `&PathBuf` is a pointer to a pointer. Clippy does not likes that. | ||||
* | Fix json/yaml features | Jannik Obermann | 2022-01-15 | 1 | -0/+2 |
| | |||||
* | `&Option<T>` → `Option<&T>` | René Kijewski | 2022-01-12 | 1 | -1/+1 |
| | |||||
* | Remove the iron integration from generator | René Kijewski | 2022-01-06 | 2 | -2/+0 |
| | | | | | | | Issue #527 removed the askama_iron package, but not the integration if someone uses askama_derive's feature with "iron". The old askama_iron crate uses askama v0.10, so it will still work. | ||||
* | Add `#![forbid(unsafe_code)]` to all crates except askama_escape | René Kijewski | 2022-01-06 | 1 | -0/+1 |
| | |||||
* | Add `#![deny(unreachable_pub)]` to all crates | René Kijewski | 2022-01-06 | 1 | -0/+1 |
| | |||||
* | Merge pull request #562 from djc/prepare-0.12 | René Kijewski | 2021-11-30 | 1 | -3/+2 |
|\ | | | | | Prepare 0.12 | ||||
| * | Bump version numbers | Dirkjan Ochtman | 2021-11-24 | 1 | -2/+2 |
| | | |||||
| * | Remove authors from Cargo metadata (see RFC 3052) | Dirkjan Ochtman | 2021-11-24 | 1 | -1/+0 |
| | | |||||
* | | Add Axum integration | Michael Alyn Miller | 2021-11-27 | 2 | -0/+2 |
|/ | |||||
* | Handle build hangs due to unintended template recursion. (#539) | Gaurav Tyagi | 2021-10-25 | 1 | -0/+12 |
| | |||||
* | Bump version numbers in anticipation of beta release | Dirkjan Ochtman | 2021-08-21 | 1 | -2/+2 |
| | |||||
* | Enable config support in askama_shared build dependency | Jonas Platte | 2021-08-07 | 1 | -0/+2 |
| | | | | Fixes using askama with the new Cargo feature resolver and a configuration file. | ||||
* | Stop eliding lifetimes in paths | Dirkjan Ochtman | 2021-07-01 | 1 | -2/+2 |
| | |||||
* | Fix needless borrowing | Dirkjan Ochtman | 2021-06-14 | 1 | -1/+1 |
| | |||||
* | Bump versions to fix semver problem | Dirkjan Ochtman | 2020-11-17 | 1 | -2/+2 |
| | |||||
* | Bump version numbers for askama and askama_derive | Dirkjan Ochtman | 2020-11-17 | 1 | -2/+2 |
| | |||||
* | Use `syn::Error::to_compile_error` and add trybuild ui test (#374) | msrd0 | 2020-11-02 | 2 | -5/+5 |
| | |||||
* | Improve error handling (see #368) | Dirkjan Ochtman | 2020-11-02 | 1 | -18/+30 |
| | |||||
* | Bump askama_derive dependency on askama_shared | Dirkjan Ochtman | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Bump version numbers | Dirkjan Ochtman | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Add mendes integration | Dirkjan Ochtman | 2020-07-28 | 2 | -0/+2 |
| | |||||
* | Bump versions to prepare for askama_tide release | Dirkjan Ochtman | 2020-07-14 | 1 | -2/+2 |
| | |||||
* | Bump dependency versions to force the latest version | Dirkjan Ochtman | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | Bump askama_derive version to 0.10.1 | Dirkjan Ochtman | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | alphabetize frameworks | Jacob Rothstein | 2020-07-14 | 2 | -4/+4 |
| | |||||
* | askama tide | Jacob Rothstein | 2020-07-14 | 2 | -0/+2 |
| | |||||
* | Disable default features of `askama_shared` in `askama_derive` | Yuki Okushi | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | Reference READMEs in crate metadata | Dirkjan Ochtman | 2020-06-30 | 1 | -0/+1 |
| | |||||
* | Add README files for subcrates | Dirkjan Ochtman | 2020-06-30 | 1 | -0/+9 |
| | |||||
* | Bump version numbers | Dirkjan Ochtman | 2020-06-30 | 1 | -2/+2 |
| | |||||
* | Add license files to each crate (fixes #339) | Dirkjan Ochtman | 2020-06-30 | 2 | -0/+2 |
| | |||||
* | Move code generation into askama_shared | Dirkjan Ochtman | 2020-01-29 | 3 | -1510/+12 |
| | |||||
* | Move input module into askama_shared | Dirkjan Ochtman | 2020-01-29 | 3 | -224/+2 |
| | |||||
* | Move parser into askama_shared | Dirkjan Ochtman | 2020-01-29 | 4 | -1106/+4 |
| | |||||
* | Add support for warp | Bjørn Madsen | 2020-01-29 | 2 | -0/+18 |
| | |||||
* | Move Iron integration into a separate askama_iron crate | Dirkjan Ochtman | 2020-01-29 | 1 | -4/+4 |
| | |||||
* | Move Gotham integration into separate askama_gotham crate | Dirkjan Ochtman | 2020-01-29 | 1 | -4/+4 |
| | |||||
* | Move Rocket integration into askama_rocket crate | Dirkjan Ochtman | 2020-01-29 | 1 | -4/+4 |
| | |||||
* | Move Actix-Web integration into separate askama_actix crate | Dirkjan Ochtman | 2020-01-29 | 1 | -5/+5 |
| | |||||
* | Bump version numbers to 0.9.0 | Dirkjan Ochtman | 2020-01-15 | 1 | -2/+2 |
| | |||||
* | Improve spacing | Dirkjan Ochtman | 2020-01-12 | 1 | -0/+6 |
| | |||||
* | Flush buffer before exiting block with non-empty scope (fixes #227) | Dirkjan Ochtman | 2020-01-12 | 1 | -0/+9 |
| |