Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update syn requirement from 0.14 to 0.15 | 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 | 2018-07-23 | 1 | -2/+2 | ||
| | ||||||
* | Add optional implementation for actix_web's Responder trait | 2018-07-22 | 1 | -0/+1 | ||
| | ||||||
* | Bump version numbers to 0.7.0 | 2018-06-22 | 1 | -2/+2 | ||
| | ||||||
* | Port parser to nom 4 | 2018-06-15 | 1 | -1/+1 | ||
| | ||||||
* | Upgrade to syn-0.14 and quote-0.6 | 2018-05-21 | 1 | -2/+3 | ||
| | ||||||
* | Bump version numbers to 0.6.4 | 2018-04-27 | 1 | -1/+1 | ||
| | ||||||
* | Bump versions to 0.6.3 | 2018-04-19 | 1 | -1/+1 | ||
| | ||||||
* | Version bump to 0.6.2 | 2018-04-18 | 1 | -2/+2 | ||
| | ||||||
* | Bump version numbers to 0.6.1 | 2018-04-12 | 1 | -2/+2 | ||
| | ||||||
* | Isolate proc-macro dependency to the proc macro | 2018-04-12 | 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. | |||||
* | Bump version numbers to 0.6.0 | 2018-04-12 | 1 | -2/+2 | ||
| | ||||||
* | Upgrade to latest syn and quote | 2018-04-02 | 1 | -1/+1 | ||
| | ||||||
* | Upgrade to syn-0.12 and quote-0.4 | 2018-01-09 | 1 | -1/+1 | ||
| | ||||||
* | Bump version number to 0.5.0 | 2017-09-07 | 1 | -2/+2 | ||
| | ||||||
* | Bump version number to 0.4.0 | 2017-09-06 | 1 | -2/+2 | ||
| | ||||||
* | Move most of the code into new askama_shared crate | 2017-08-27 | 1 | -4/+3 | ||
| | | | | This makes it possible to share code between askama and askama_derive. | |||||
* | Clean up order in Cargo manifests | 2017-08-24 | 1 | -1/+1 | ||
| | ||||||
* | Add optional support for Rocket | 2017-08-23 | 1 | -0/+1 | ||
| | ||||||
* | Optionally implement Iron's Modifier<Response> for templates | 2017-08-23 | 1 | -0/+4 | ||
| | ||||||
* | Bump version to 0.3.4 | 2017-08-02 | 1 | -1/+1 | ||
| | ||||||
* | Merge changes | 2017-08-02 | 1 | -1/+1 | ||
|\ | ||||||
| * | Update dependencies | 2017-05-12 | 1 | -1/+1 | ||
| | | ||||||
| * | Bump version to 0.3.2 | 2017-03-12 | 1 | -1/+1 | ||
| | | ||||||
* | | Bump version number to 0.3.3 | 2017-08-02 | 1 | -1/+1 | ||
| | | ||||||
* | | Bump version number to 0.3.2 | 2017-08-02 | 1 | -1/+1 | ||
|/ | ||||||
* | Bump version to 0.3.1 | 2017-03-08 | 1 | -1/+1 | ||
| | ||||||
* | Version bump to 0.3.0 | 2017-03-08 | 1 | -1/+1 | ||
| | ||||||
* | Copy type parameters and where clauses (fixes #11) | 2017-03-08 | 1 | -0/+1 | ||
| | ||||||
* | Hide askama_derive dependency inside askama (fixes #2) | 2017-03-06 | 1 | -1/+1 | ||
| | ||||||
* | Bump version to 0.2.1 | 2017-03-05 | 1 | -2/+2 | ||
| | ||||||
* | Bump version for askama_derive | 2017-03-03 | 1 | -2/+2 | ||
| | ||||||
* | Bring back path for iternal dependencies | 2017-02-17 | 1 | -1/+1 | ||
| | ||||||
* | Depend on askama-0.1 for Cargo purposes | 2017-02-15 | 1 | -1/+1 | ||
| | ||||||
* | Add more metadata to Cargo manifests | 2017-02-15 | 1 | -0/+1 | ||
| | ||||||
* | Upgrade to syn-0.11 | 2017-02-04 | 1 | -1/+1 | ||
| | ||||||
* | Add package metadata for askama_derive | 2017-01-11 | 1 | -0/+4 | ||
| | ||||||
* | Move parser and generator code into askama crate | 2017-01-07 | 1 | -1/+1 | ||
| | ||||||
* | Improve ordering of Cargo manifest items | 2017-01-07 | 1 | -3/+3 | ||
| | ||||||
* | Get rid of unused quote dependency | 2017-01-07 | 1 | -1/+0 | ||
| | ||||||
* | Rename askama_codegen to askama_derive | 2017-01-03 | 1 | -0/+12 | ||
This appears to be best practice for crates using macros 1.1. |