Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for deprecated `_parent` field | René Kijewski | 2022-07-25 | 1 | -4/+40 |
| | | | | | | The support for the magic `_parent` field is deprecated since v0.8.0 or issue #180. It's bothersome to keep this feature alive, when no-one should be using it for 3 years. | ||||
* | Improve spacing | Dirkjan Ochtman | 2020-01-12 | 1 | -1/+1 |
| | |||||
* | Add test for let declarations in blocks | Dirkjan Ochtman | 2020-01-12 | 1 | -0/+14 |
| | |||||
* | Create heritage for extends-only templates (fixes #224) | Dirkjan Ochtman | 2019-03-18 | 1 | -0/+12 |
| | |||||
* | Use 2018 edition idioms | Dirkjan Ochtman | 2018-12-08 | 1 | -2/+0 |
| | |||||
* | Remove unused macro_use attributes | Dirkjan Ochtman | 2018-12-08 | 1 | -1/+0 |
| | |||||
* | Add test for 'super' macro | Dirkjan Ochtman | 2018-06-22 | 1 | -0/+6 |
| | |||||
* | Fix formatting with cargo fmt | Dirkjan Ochtman | 2018-06-22 | 1 | -21/+33 |
| | |||||
* | Add test for flattened deep inheritance | Dirkjan Ochtman | 2018-06-22 | 1 | -0/+92 |
| | |||||
* | Add test for deep inheritance | Dirkjan Ochtman | 2018-06-22 | 1 | -0/+92 |
| | |||||
* | Fix formatting with cargo fmt | Dirkjan Ochtman | 2018-06-21 | 1 | -7/+10 |
| | |||||
* | Remove forgotten debugging cruft | Dirkjan Ochtman | 2018-05-21 | 1 | -2/+2 |
| | |||||
* | Add support for nested blocks (fixes #85) | Dirkjan Ochtman | 2018-05-20 | 1 | -0/+18 |
| | |||||
* | Add test case for cross-module inheritance | Dirkjan Ochtman | 2017-12-25 | 1 | -0/+29 |
| | |||||
* | Apply suggestions from rustfmt to improve style | Dirkjan Ochtman | 2017-11-21 | 1 | -1/+4 |
| | |||||
* | Add test for parent default block implementations | Bastien Orivel | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Propagate format errors and rename `render_to()` to `render_into()` | Dirkjan Ochtman | 2017-08-10 | 1 | -2/+2 |
| | |||||
* | Add test for deref implementation (see #28) | Dirkjan Ochtman | 2017-08-08 | 1 | -1/+1 |
| | |||||
* | Hide askama_derive dependency inside askama (fixes #2) | Dirkjan Ochtman | 2017-03-06 | 1 | -2/+1 |
| | |||||
* | Discard trailing newlines from templates by default | Dirkjan Ochtman | 2017-03-03 | 1 | -2/+2 |
| | | | | This matches Jinja's behavior, and seems sensible. | ||||
* | Test support for variables in inherited templates | Dirkjan Ochtman | 2017-02-12 | 1 | -7/+9 |
| | |||||
* | Explicitly pass trait implementation to top-level base template method | Dirkjan Ochtman | 2017-02-12 | 1 | -2/+4 |
| | | | | | This requires a base template struct to be a member of the derived template's context, but allows the base template to access base template fields. | ||||
* | Add test for using base template directly | Dirkjan Ochtman | 2017-02-12 | 1 | -0/+6 |
| | |||||
* | Implement basic support for template inheritance | Dirkjan Ochtman | 2017-02-05 | 1 | -0/+19 |