| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Resolved Clippy lints | vallentin | 2021-01-01 | 1 | -10/+10 |
* | Updated book to include tojson alias | vallentin | 2020-12-30 | 1 | -1/+3 |
* | Added tojson alias | vallentin | 2020-12-30 | 1 | -1/+5 |
* | Fixed yaml filter generation | vallentin | 2020-12-29 | 1 | -1/+1 |
* | Refactored into filters constant | vallentin | 2020-12-29 | 1 | -8/+6 |
* | Added error to hint enabling serde features | vallentin | 2020-12-29 | 1 | -0/+9 |
* | Updated book to be on par with readme | vallentin | 2020-12-26 | 2 | -7/+1 |
* | Updated book to include let shadow | vallentin | 2020-12-25 | 1 | -1/+11 |
* | Added let shadow test | vallentin | 2020-12-25 | 2 | -0/+43 |
* | Added support for redefining variables (fixes #329) | vallentin | 2020-12-25 | 1 | -5/+34 |
* | Improved implicit borrowing and changed to resolve Askama variables at compil... | vallentin | 2020-12-21 | 1 | -49/+127 |
* | Remove an explicit lifetime to fix a clippy warning | Randati | 2020-12-21 | 1 | -1/+1 |
* | Disable askama's default features in web framework crates | Randati | 2020-12-21 | 6 | -6/+6 |
* | Updated book to include nested comments | vallentin | 2020-12-18 | 1 | -1/+10 |
* | Added comment parser tests | vallentin | 2020-12-18 | 1 | -0/+17 |
* | Added support for nested comments | vallentin | 2020-12-18 | 1 | -4/+22 |
* | Some README updates (fixes #406) | Dirkjan Ochtman | 2020-12-18 | 1 | -5/+1 |
* | Bump version for askama_gotham | Dirkjan Ochtman | 2020-12-16 | 1 | -1/+1 |
* | Updated book to include set alias | vallentin | 2020-12-16 | 1 | -1/+3 |
* | Added set alias for let | vallentin | 2020-12-16 | 1 | -1/+1 |
* | Added more loop tests | vallentin | 2020-12-16 | 1 | -0/+36 |
* | Improved template loop generation (fixes #107, #333) | vallentin | 2020-12-16 | 1 | -1/+19 |
* | Merge pull request #400 from djc/local | Dirkjan Ochtman | 2020-12-15 | 4 | -8/+8 |
|\ |
|
| * | Bump version for askama_shared | Dirkjan Ochtman | 2020-11-19 | 1 | -1/+1 |
| * | Adapt to changed mendes API | Dirkjan Ochtman | 2020-11-19 | 1 | -2/+2 |
| * | Bump versions to fix semver problem | Dirkjan Ochtman | 2020-11-17 | 3 | -6/+6 |
| * | Bump version numbers for askama and askama_derive | Dirkjan Ochtman | 2020-11-17 | 2 | -5/+5 |
* | | Fixed whitespace issue when generating match (#399) | Christian Vallentin | 2020-12-12 | 7 | -53/+183 |
* | | Fixed whitespace issue when generating if statement (#394) | Christian Vallentin | 2020-12-03 | 3 | -5/+281 |
* | | Allow paths to start with `::` (#393) | Christian Vallentin | 2020-12-02 | 2 | -4/+34 |
* | | Improved if statement generation to avoid issues with implicit borrows (#392) | Christian Vallentin | 2020-12-01 | 3 | -0/+72 |
* | | Fixed parsing precedence and associativity (#391) | Christian Vallentin | 2020-12-01 | 1 | -33/+173 |
* | | Fixed implicit borrow of expressions (#390) | Christian Vallentin | 2020-12-01 | 4 | -2/+32 |
* | | Disable nom default features | Konrad Borowski | 2020-11-21 | 1 | -3/+1 |
* | | Fix small wording issues in book | Fabian Würfl | 2020-11-21 | 1 | -2/+2 |
|/ |
|
* | Bump version for askama_shared | Dirkjan Ochtman | 2020-11-16 | 1 | -1/+1 |
* | Bump askama_tide version to 0.12 | Dirkjan Ochtman | 2020-11-16 | 1 | -1/+1 |
* | Fix urlencode to be usable for URL segments and query keys/values (#384) | Jakub Valtar | 2020-11-16 | 1 | -30/+88 |
* | Update tide requirement from 0.14 to 0.15 | dependabot-preview[bot] | 2020-11-16 | 1 | -1/+1 |
* | Correctly scope macro argument name bindings (fixes #382) | Dirkjan Ochtman | 2020-11-13 | 1 | -3/+12 |
* | Use `syn::Error::to_compile_error` and add trybuild ui test (#374) | msrd0 | 2020-11-02 | 6 | -5/+28 |
* | Improve error handling (see #368) | Dirkjan Ochtman | 2020-11-02 | 6 | -436/+584 |
* | Apply clippy suggestions | Dirkjan Ochtman | 2020-11-02 | 1 | -2/+2 |
* | Upgrade to nom 6 | Dirkjan Ochtman | 2020-11-02 | 2 | -37/+38 |
* | Fix links and actions which were broken since the default branch was renamed ... | jake | 2020-10-26 | 5 | -10/+10 |
* | askama_actix: bump version to 0.11.1 | Dirkjan Ochtman | 2020-10-18 | 1 | -1/+1 |
* | bump version | Jacob Rothstein | 2020-10-18 | 1 | -1/+1 |
* | update to tide 0.14 | Jacob Rothstein | 2020-10-18 | 1 | -2/+4 |
* | Disable tide default features | Matt Johnston | 2020-10-06 | 1 | -1/+1 |
* | Do not include default actix-web features | Rob Ede | 2020-09-25 | 1 | -1/+1 |