Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-12-10 | Implement `IntoResponse` for `Template`, allowing them to be used in ↵ | Kellen Frodelius-Fujimoto | 1 | -0/+1 | |
`gotham` handlers. | |||||
2018-12-08 | Upgrade to 2018 edition | Dirkjan Ochtman | 1 | -0/+1 | |
2018-11-07 | Clean up unused features | Dirkjan Ochtman | 1 | -4/+3 | |
2018-10-12 | Bump version number to 0.8.0 for API change | Dirkjan Ochtman | 1 | -1/+1 | |
2018-10-08 | Bump version to 0.7.2 | Dirkjan Ochtman | 1 | -2/+2 | |
2018-09-07 | Update syn requirement from 0.14 to 0.15 | dependabot[bot] | 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> | |||||
2018-07-23 | Bump versions to 0.7.1 | Dirkjan Ochtman | 1 | -2/+2 | |
2018-07-22 | Add optional implementation for actix_web's Responder trait | Ryan McGrath | 1 | -0/+1 | |
2018-06-22 | Bump version numbers to 0.7.0 | Dirkjan Ochtman | 1 | -2/+2 | |
2018-06-15 | Port parser to nom 4 | Dirkjan Ochtman | 1 | -1/+1 | |
2018-05-21 | Upgrade to syn-0.14 and quote-0.6 | Dirkjan Ochtman | 1 | -2/+3 | |
2018-04-27 | Bump version numbers to 0.6.4 | Dirkjan Ochtman | 1 | -1/+1 | |
2018-04-19 | Bump versions to 0.6.3 | Dirkjan Ochtman | 1 | -1/+1 | |
2018-04-18 | Version bump to 0.6.2 | Dirkjan Ochtman | 1 | -2/+2 | |
2018-04-12 | Bump version numbers to 0.6.1 | Dirkjan Ochtman | 1 | -2/+2 | |
2018-04-12 | Isolate proc-macro dependency to the proc macro | David Tolnay | 1 | -0/+2 | |
The dependency of askama on askama_shared on syn on libproc_macro used to mean libproc_macro would be dynamically linked into any crate using askama. We want only askama_derive to have a runtime dependency on proc macro. This commit moves all proc macro code from askama_shared into askama_derive so that the askama crate no longer dynamically links libproc_macro. | |||||
2018-04-12 | Bump version numbers to 0.6.0 | Dirkjan Ochtman | 1 | -2/+2 | |
2018-04-02 | Upgrade to latest syn and quote | Dirkjan Ochtman | 1 | -1/+1 | |
2018-01-09 | Upgrade to syn-0.12 and quote-0.4 | Dirkjan Ochtman | 1 | -1/+1 | |
2017-09-07 | Bump version number to 0.5.0 | Dirkjan Ochtman | 1 | -2/+2 | |
2017-09-06 | Bump version number to 0.4.0 | Dirkjan Ochtman | 1 | -2/+2 | |
2017-08-27 | Move most of the code into new askama_shared crate | Dirkjan Ochtman | 1 | -4/+3 | |
This makes it possible to share code between askama and askama_derive. | |||||
2017-08-24 | Clean up order in Cargo manifests | Dirkjan Ochtman | 1 | -1/+1 | |
2017-08-23 | Add optional support for Rocket | Dirkjan Ochtman | 1 | -0/+1 | |
2017-08-23 | Optionally implement Iron's Modifier<Response> for templates | Dirkjan Ochtman | 1 | -0/+4 | |
2017-08-02 | Bump version to 0.3.4 | Dirkjan Ochtman | 1 | -1/+1 | |
2017-08-02 | Bump version number to 0.3.3 | Dirkjan Ochtman | 1 | -1/+1 | |
2017-08-02 | Bump version number to 0.3.2 | Dirkjan Ochtman | 1 | -1/+1 | |
2017-05-12 | Update dependencies | Dirkjan Ochtman | 1 | -1/+1 | |
2017-03-12 | Bump version to 0.3.2 | Dirkjan Ochtman | 1 | -1/+1 | |
2017-03-08 | Bump version to 0.3.1 | Dirkjan Ochtman | 1 | -1/+1 | |
2017-03-08 | Version bump to 0.3.0 | Dirkjan Ochtman | 1 | -1/+1 | |
2017-03-08 | Copy type parameters and where clauses (fixes #11) | Dirkjan Ochtman | 1 | -0/+1 | |
2017-03-06 | Hide askama_derive dependency inside askama (fixes #2) | Dirkjan Ochtman | 1 | -1/+1 | |
2017-03-05 | Bump version to 0.2.1 | Dirkjan Ochtman | 1 | -2/+2 | |
2017-03-03 | Bump version for askama_derive | Dirkjan Ochtman | 1 | -2/+2 | |
2017-02-17 | Bring back path for iternal dependencies | Dirkjan Ochtman | 1 | -1/+1 | |
2017-02-15 | Depend on askama-0.1 for Cargo purposes | Dirkjan Ochtman | 1 | -1/+1 | |
2017-02-15 | Add more metadata to Cargo manifests | Dirkjan Ochtman | 1 | -0/+1 | |
2017-02-04 | Upgrade to syn-0.11 | Dirkjan Ochtman | 1 | -1/+1 | |
2017-01-11 | Add package metadata for askama_derive | Dirkjan Ochtman | 1 | -0/+4 | |
2017-01-07 | Move parser and generator code into askama crate | Dirkjan Ochtman | 1 | -1/+1 | |
2017-01-07 | Improve ordering of Cargo manifest items | Dirkjan Ochtman | 1 | -3/+3 | |
2017-01-07 | Get rid of unused quote dependency | Dirkjan Ochtman | 1 | -1/+0 | |
2017-01-03 | Rename askama_codegen to askama_derive | Dirkjan Ochtman | 1 | -1/+1 | |
This appears to be best practice for crates using macros 1.1. | |||||
2016-12-22 | Attempt at grabbing template source from file | Dirkjan Ochtman | 1 | -0/+1 | |