Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Schedule a CI run every Friday | Dirkjan Ochtman | 2020-09-07 | 1 | -0/+2 |
| | |||||
* | Upgrade to gotham 0.5 | Dirkjan Ochtman | 2020-09-07 | 1 | -2/+2 |
| | |||||
* | Use unstable sort for size median calculation | Dirkjan Ochtman | 2020-08-25 | 1 | -1/+1 |
| | |||||
* | Use efficient method for nested template rendering | Dirkjan Ochtman | 2020-08-25 | 2 | -5/+6 |
| | |||||
* | tide: use set_error for correct error handling | Jacob Rothstein | 2020-08-04 | 1 | -2/+2 |
| | |||||
* | Update tide requirement from 0.12 to 0.13 | dependabot-preview[bot] | 2020-08-04 | 1 | -1/+1 |
| | | | | | | | Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.12.0...v0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Bump askama_derive dependency on askama_shared | Dirkjan Ochtman | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Bump version numbers | Dirkjan Ochtman | 2020-07-28 | 3 | -5/+5 |
| | |||||
* | Add mendes integration | Dirkjan Ochtman | 2020-07-28 | 5 | -0/+55 |
| | |||||
* | Use modern dyn syntax to prevent warnings | Dirkjan Ochtman | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Point to relevant book chapter from the filters module docs | Dirkjan Ochtman | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Fix filter docs to clarify whitespace handling | Dirkjan Ochtman | 2020-07-23 | 1 | -16/+18 |
| | |||||
* | Update tide requirement from 0.11 to 0.12 | dependabot-preview[bot] | 2020-07-20 | 1 | -1/+1 |
| | | | | | | | Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Fix additional clippy issue | Dirkjan Ochtman | 2020-07-20 | 2 | -2/+2 |
| | |||||
* | Clean up clippy issues | Dirkjan Ochtman | 2020-07-20 | 3 | -11/+9 |
| | |||||
* | Add fmt filter that swaps the first two arguments to format!(). | Andrew Dona-Couch | 2020-07-14 | 3 | -1/+53 |
| | | | | | | This allows a more natural filter usage: `{{ val | fmt("{:?}") }}` as well as enabling convenient filter composition: `{{ price | to_f64 | fmt("${:.2}") | center }}` | ||||
* | Apparently no more than 5 keywords are allowed | Dirkjan Ochtman | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | Bump version number for askama_tide to make it consistent | Dirkjan Ochtman | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | Bump versions to prepare for askama_tide release | Dirkjan Ochtman | 2020-07-14 | 4 | -7/+7 |
| | |||||
* | Bump askama version to 0.10.1 | Dirkjan Ochtman | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | Bump dependency versions to force the latest version | Dirkjan Ochtman | 2020-07-14 | 2 | -3/+3 |
| | |||||
* | Bump askama_derive version to 0.10.1 | Dirkjan Ochtman | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | Add Tide target to CI | Dirkjan Ochtman | 2020-07-14 | 1 | -0/+14 |
| | |||||
* | alphabetize frameworks | Jacob Rothstein | 2020-07-14 | 6 | -65/+66 |
| | |||||
* | askama tide | Jacob Rothstein | 2020-07-14 | 15 | -1/+135 |
| | |||||
* | Disable default features of `askama_shared` in `askama_derive` | Yuki Okushi | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | Bump askama_shared version with whitespace fixes | Dirkjan Ochtman | 2020-06-30 | 1 | -1/+1 |
| | |||||
* | Add tests for allow whitespaces patch | Ciprian Dorin Craciun | 2020-06-30 | 2 | -0/+104 |
| | |||||
* | Add support for more whitespace positions within expressions: | Ciprian Dorin Craciun | 2020-06-30 | 1 | -11/+20 |
| | | | | | | | | | | | | * in function calls: `x ( 1 , 2 )`; * in path elements: `module :: element`; * in attributes: `x . y . z`; * in filter arguments: `x| filter ( 1 , 2 )`; * before unary operators: `! false` and `- 42`; * in grouped expressions: `( 1 + 2 )`; * also allow more than a single whitespace; Change some tests to include whitespaces in various positions. | ||||
* | Bump version number for askama_shared | Dirkjan Ochtman | 2020-06-30 | 1 | -1/+1 |
| | |||||
* | Tweak dependency on futures for Actix integration | Dirkjan Ochtman | 2020-06-30 | 3 | -3/+10 |
| | |||||
* | Reference READMEs in crate metadata | Dirkjan Ochtman | 2020-06-30 | 7 | -0/+7 |
| | |||||
* | Add askama_escape README to crate metadata | Dirkjan Ochtman | 2020-06-30 | 1 | -1/+2 |
| | |||||
* | Add README files for subcrates | Dirkjan Ochtman | 2020-06-30 | 8 | -0/+72 |
| | |||||
* | Bump version numbers | Dirkjan Ochtman | 2020-06-30 | 9 | -20/+19 |
| | |||||
* | Add license files to each crate (fixes #339) | Dirkjan Ochtman | 2020-06-30 | 18 | -2/+18 |
| | |||||
* | Prune duplicate documentation | Dirkjan Ochtman | 2020-06-30 | 3 | -493/+7 |
| | |||||
* | Single capital in section titles | Dirkjan Ochtman | 2020-06-30 | 1 | -3/+3 |
| | |||||
* | Move optional filter documentation into filters section | Dirkjan Ochtman | 2020-06-30 | 2 | -25/+26 |
| | |||||
* | Add CI to build book | Dirkjan Ochtman | 2020-06-30 | 1 | -0/+19 |
| | |||||
* | Add myself as an author | Dirkjan Ochtman | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | Initial Askama Book (#332) | cetra3 | 2020-06-29 | 11 | -0/+1018 |
| | |||||
* | Remove redundant clone | Dirkjan Ochtman | 2020-06-24 | 1 | -1/+1 |
| | |||||
* | Reorder parser type definitions | Dirkjan Ochtman | 2020-06-03 | 1 | -46/+46 |
| | |||||
* | Revert whitespace matching to old macro behavior | Dirkjan Ochtman | 2020-06-03 | 1 | -6/+8 |
| | |||||
* | Strip 0 or more instead of 1 whitespace character (fixes #337) | Dirkjan Ochtman | 2020-06-03 | 1 | -2/+2 |
| | |||||
* | Allow block definitions in if/for/match blocks (fixes #335) | Dirkjan Ochtman | 2020-06-03 | 2 | -9/+14 |
| | |||||
* | Refactor code for finding nested blocks | Dirkjan Ochtman | 2020-06-03 | 1 | -32/+27 |
| | |||||
* | Tweak example in README | Dirkjan Ochtman | 2020-05-27 | 1 | -3/+1 |
| | |||||
* | Update `EscapeWriter` HTML implementation to not output empty strings | Ciprian Dorin Craciun | 2020-05-24 | 1 | -1/+5 |
| |