Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-12 | Improve spacing | 1 | -1/+1 | ||
2020-01-12 | Add test for let declarations in blocks | 1 | -0/+14 | ||
2019-03-18 | Create heritage for extends-only templates (fixes #224) | 1 | -0/+12 | ||
2018-12-08 | Use 2018 edition idioms | 1 | -2/+0 | ||
2018-12-08 | Remove unused macro_use attributes | 1 | -1/+0 | ||
2018-06-22 | Add test for 'super' macro | 1 | -0/+6 | ||
2018-06-22 | Fix formatting with cargo fmt | 1 | -21/+33 | ||
2018-06-22 | Add test for flattened deep inheritance | 1 | -0/+92 | ||
2018-06-22 | Add test for deep inheritance | 1 | -0/+92 | ||
2018-06-21 | Fix formatting with cargo fmt | 1 | -7/+10 | ||
2018-05-21 | Remove forgotten debugging cruft | 1 | -2/+2 | ||
2018-05-20 | Add support for nested blocks (fixes #85) | 1 | -0/+18 | ||
2017-12-25 | Add test case for cross-module inheritance | 1 | -0/+29 | ||
2017-11-21 | Apply suggestions from rustfmt to improve style | 1 | -1/+4 | ||
2017-08-25 | Add test for parent default block implementations | 1 | -2/+2 | ||
2017-08-10 | Propagate format errors and rename `render_to()` to `render_into()` | 1 | -2/+2 | ||
2017-08-08 | Add test for deref implementation (see #28) | 1 | -1/+1 | ||
2017-03-06 | Hide askama_derive dependency inside askama (fixes #2) | 1 | -2/+1 | ||
2017-03-03 | Discard trailing newlines from templates by default | 1 | -2/+2 | ||
This matches Jinja's behavior, and seems sensible. | |||||
2017-02-12 | Test support for variables in inherited templates | 1 | -7/+9 | ||
2017-02-12 | Explicitly pass trait implementation to top-level base template method | 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. | |||||
2017-02-12 | Add test for using base template directly | 1 | -0/+6 | ||
2017-02-05 | Implement basic support for template inheritance | 1 | -0/+19 | ||