Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #400 from djc/local | Dirkjan Ochtman | 2020-12-15 | 1 | -1/+1 |
|\ | | | | | Sync local repo with GitHub | ||||
| * | Bump version for askama_shared | Dirkjan Ochtman | 2020-11-19 | 1 | -1/+1 |
| | | |||||
| * | Bump versions to fix semver problem | Dirkjan Ochtman | 2020-11-17 | 1 | -1/+1 |
| | | |||||
* | | Disable nom default features | Konrad Borowski | 2020-11-21 | 1 | -3/+1 |
|/ | | | | | This removes unnecessary lexical feature reducing amount of crates Askama depends on. | ||||
* | Bump version for askama_shared | Dirkjan Ochtman | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Upgrade to nom 6 | Dirkjan Ochtman | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | Bump version numbers | Dirkjan Ochtman | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Bump versions to prepare for askama_tide release | Dirkjan Ochtman | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | Bump askama_shared version with whitespace fixes | Dirkjan Ochtman | 2020-06-30 | 1 | -1/+1 |
| | |||||
* | Bump version number for askama_shared | Dirkjan Ochtman | 2020-06-30 | 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 |
| | |||||
* | add urlencode filter | João Oliveira | 2020-03-30 | 1 | -2/+3 |
| | |||||
* | Move code generation into askama_shared | Dirkjan Ochtman | 2020-01-29 | 1 | -0/+1 |
| | |||||
* | Move input module into askama_shared | Dirkjan Ochtman | 2020-01-29 | 1 | -0/+2 |
| | |||||
* | Move parser into askama_shared | Dirkjan Ochtman | 2020-01-29 | 1 | -0/+3 |
| | |||||
* | Bump version to 0.9.1 | Dirkjan Ochtman | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Show all filters in docs.rs | Dirkjan Ochtman | 2020-01-27 | 1 | -0/+3 |
| | |||||
* | Bump version numbers to 0.9.0 | Dirkjan Ochtman | 2020-01-15 | 1 | -2/+2 |
| | |||||
* | Make dependencies optional where possible | Dirkjan Ochtman | 2020-01-15 | 1 | -4/+11 |
| | |||||
* | Modernize and simplify imports | Dirkjan Ochtman | 2020-01-15 | 1 | -2/+1 |
| | |||||
* | Update toml requirement from 0.4 to 0.5 | dependabot[bot] | 2019-03-18 | 1 | -1/+1 |
| | | | | | | | Updates the requirements on [toml](https://github.com/alexcrichton/toml-rs) to permit the latest version. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.4.0...0.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
* | Add optional support for yaml filter (see #192) | Dirkjan Ochtman | 2019-01-17 | 1 | -0/+1 |
| | |||||
* | Bump versions in anticipation of 0.8.0 release | Dirkjan Ochtman | 2019-01-17 | 1 | -2/+2 |
| | |||||
* | Upgrade to 2018 edition | Dirkjan Ochtman | 2018-12-08 | 1 | -0/+1 |
| | |||||
* | Add filesizeformat filter | youmouse | 2018-11-16 | 1 | -0/+1 |
| | |||||
* | Clean up unused features | Dirkjan Ochtman | 2018-11-07 | 1 | -7/+0 |
| | |||||
* | Create askama_escape crate | bott | 2018-11-07 | 1 | -0/+1 |
| | |||||
* | Bump version to 0.7.2 | Dirkjan Ochtman | 2018-10-08 | 1 | -1/+1 |
| | |||||
* | Add absolute value filter | bott | 2018-09-22 | 1 | -0/+1 |
| | |||||
* | Bump versions to 0.7.1 | Dirkjan Ochtman | 2018-07-23 | 1 | -1/+1 |
| | |||||
* | Add optional implementation for actix_web's Responder trait | Ryan McGrath | 2018-07-22 | 1 | -0/+1 |
| | |||||
* | Add partial support for multiple template dirs | mash | 2018-07-10 | 1 | -2/+4 |
| | |||||
* | Bump version numbers to 0.7.0 | Dirkjan Ochtman | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | Converted error-chain based error to enum based error | Philipp Korber | 2018-06-04 | 1 | -1/+0 |
| | | | | | | | - now implements `Send` + `Sync` + `'static` - still implements `std::error::Error`, `Debug`, `Display`, `From<std::fmt::Error>`, `From<::serde_json::Error>` | ||||
* | Version bump to 0.6.2 | Dirkjan Ochtman | 2018-04-18 | 1 | -1/+1 |
| | |||||
* | Bump version numbers to 0.6.1 | Dirkjan Ochtman | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Isolate proc-macro dependency to the proc macro | David Tolnay | 2018-04-12 | 1 | -3/+0 |
| | | | | | | | | | 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 | Dirkjan Ochtman | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Upgrade to latest syn and quote | Dirkjan Ochtman | 2018-04-02 | 1 | -2/+2 |
| | |||||
* | Upgrade to syn-0.12 and quote-0.4 | Dirkjan Ochtman | 2018-01-09 | 1 | -2/+2 |
| | |||||
* | Bump version number to 0.5.0 | Dirkjan Ochtman | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | Update dependency on error-chain to 0.11 | Dirkjan Ochtman | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Add package metadata for new askama_shared crate | Dirkjan Ochtman | 2017-09-06 | 1 | -0/+4 |
| | |||||
* | Bump version number to 0.4.0 | Dirkjan Ochtman | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Move most of the code into new askama_shared crate | Dirkjan Ochtman | 2017-08-27 | 1 | -0/+19 |
This makes it possible to share code between askama and askama_derive. |