Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version bump askama_derive to 0.12.1 | Dirkjan Ochtman | 2023-03-21 | 1 | -1/+1 |
| | |||||
* | Upgrade to syn 2 | Dirkjan Ochtman | 2023-03-20 | 1 | -1/+1 |
| | |||||
* | Replace `toml_edit` with `basic-toml` | René Kijewski | 2023-02-21 | 1 | -2/+2 |
| | |||||
* | Use `toml_edit` instead of `toml` | René Kijewski | 2023-01-30 | 1 | -2/+2 |
| | | | | | Since version 0.6, `toml` is a wrapper around `toml_edit`, and the more basic library already meets our needs. | ||||
* | Apply clippy suggestions for 1.67 (#769) | Dirkjan Ochtman | 2023-01-30 | 1 | -1/+2 |
| | |||||
* | Implement basic hyper integration | René Kijewski | 2022-07-25 | 1 | -0/+1 |
| | | | | | | | The integration is based on askama_gotham. There is no specific trait to convert an arbitrary T to `hyper::Response`, so I used `From<Template> for hyper::Response`. | ||||
* | Move code generation into askama_derive | René Kijewski | 2022-05-24 | 1 | -15/+22 |
| | |||||
* | Moved Features into derive (#662) | Andrew Wheeler(Genusis) | 2022-04-06 | 1 | -0/+16 |
| | | | | | * Moved Features into derive, Updated Askama versions to 0.11 * Lock minimal versions to 0.11.2 | ||||
* | Update version numbers | René Kijewski | 2022-03-23 | 1 | -2/+2 |
| | |||||
* | Reduce askama_derive to a single re-export | René Kijewski | 2022-03-23 | 1 | -2/+0 |
| | | | | | | | | | | 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 | 1 | -13/+0 |
| | | | | | | | 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. | ||||
* | Bump version for askama_derive | Dirkjan Ochtman | 2022-02-16 | 1 | -2/+2 |
| | |||||
* | Fix json/yaml features | Jannik Obermann | 2022-01-15 | 1 | -0/+2 |
| | |||||
* | Remove the iron integration from generator | René Kijewski | 2022-01-06 | 1 | -1/+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. | ||||
* | 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 | 1 | -0/+1 |
|/ | |||||
* | 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. | ||||
* | 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 | 1 | -1/+0 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -3/+3 |
| | |||||
* | askama tide | Jacob Rothstein | 2020-07-14 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Bump version numbers | Dirkjan Ochtman | 2020-06-30 | 1 | -2/+2 |
| | |||||
* | Move parser into askama_shared | Dirkjan Ochtman | 2020-01-29 | 1 | -3/+0 |
| | |||||
* | Add support for warp | Bjørn Madsen | 2020-01-29 | 1 | -0/+1 |
| | |||||
* | Bump version numbers to 0.9.0 | Dirkjan Ochtman | 2020-01-15 | 1 | -2/+2 |
| | |||||
* | Upgrade to nom 5 | Dirkjan Ochtman | 2019-11-11 | 1 | -1/+3 |
| | |||||
* | Switch to syn/quote/proc_macro2 1.0 | Dirkjan Ochtman | 2019-08-14 | 1 | -3/+3 |
| | |||||
* | Bump versions in anticipation of 0.8.0 release | Dirkjan Ochtman | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | Implement `IntoResponse` for `Template`, allowing them to be used in ↵ | Kellen Frodelius-Fujimoto | 2018-12-10 | 1 | -0/+1 |
| | | | | `gotham` handlers. | ||||
* | Upgrade to 2018 edition | Dirkjan Ochtman | 2018-12-08 | 1 | -0/+1 |
| | |||||
* | Clean up unused features | Dirkjan Ochtman | 2018-11-07 | 1 | -4/+3 |
| | |||||
* | Bump version number to 0.8.0 for API change | Dirkjan Ochtman | 2018-10-12 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.7.2 | Dirkjan Ochtman | 2018-10-08 | 1 | -2/+2 |
| | |||||
* | Update syn requirement from 0.14 to 0.15 | dependabot[bot] | 2018-09-07 | 1 | -1/+1 |
| | | | | | | | Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/commits/0.15.1) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
* | Bump versions to 0.7.1 | Dirkjan Ochtman | 2018-07-23 | 1 | -2/+2 |
| | |||||
* | Add optional implementation for actix_web's Responder trait | Ryan McGrath | 2018-07-22 | 1 | -0/+1 |
| | |||||
* | Bump version numbers to 0.7.0 | Dirkjan Ochtman | 2018-06-22 | 1 | -2/+2 |
| | |||||
* | Port parser to nom 4 | Dirkjan Ochtman | 2018-06-15 | 1 | -1/+1 |
| |