Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | askama_axum: update axum to 0.7 (#918) | 2023-11-27 | 2 | -6/+8 | |
| | |||||
* | askama_rocket: Rocket v0.5.0 | 2023-11-27 | 1 | -1/+1 | |
| | |||||
* | Add better support for rust-like number literals (#908) | 2023-11-22 | 3 | -5/+99 | |
| | | | Signed-off-by: max <gmx.sht@gmail.com> | ||||
* | Enhance match to include multiple targets (#911) | 2023-11-22 | 4 | -0/+60 | |
| | | | Signed-off-by: max <gmx.sht@gmail.com> | ||||
* | Add UI tests for macros error message | 2023-11-20 | 2 | -0/+50 | |
| | |||||
* | Improve macro call arguments loop | 2023-11-20 | 1 | -4/+1 | |
| | |||||
* | Improve output error for non-matching number of arguments for macros | 2023-11-20 | 1 | -1/+8 | |
| | |||||
* | Derive Clone for Expr and Target | 2023-11-13 | 2 | -2/+2 | |
| | |||||
* | add support for svg file extension | 2023-11-09 | 2 | -3/+9 | |
| | |||||
* | Add missing link to template expansion | 2023-11-07 | 1 | -0/+1 | |
| | |||||
* | Add new chapter in the askama book about template expansion | 2023-11-07 | 1 | -0/+485 | |
| | |||||
* | document function syntax in templates | 2023-11-07 | 1 | -0/+116 | |
| | |||||
* | Remove unused `_did_loop` condition if `else` block is empty | 2023-11-01 | 1 | -9/+21 | |
| | |||||
* | Avoid passing around duplicate data | 2023-11-01 | 2 | -21/+4 | |
| | |||||
* | Build Config from TemplateArgs | 2023-11-01 | 2 | -9/+12 | |
| | |||||
* | Reorganize TemplateArgs and TemplateInput structure | 2023-11-01 | 2 | -25/+24 | |
| | |||||
* | Inline some logic into find_used_templates() | 2023-11-01 | 2 | -8/+8 | |
| | |||||
* | Cleanup imports a bit | 2023-11-01 | 3 | -6/+4 | |
| | |||||
* | Implement Default for MapChain | 2023-11-01 | 2 | -8/+10 | |
| | |||||
* | Move build_template() up to the crate root | 2023-11-01 | 2 | -63/+67 | |
| | |||||
* | Remove unnecessary type annotation | 2023-11-01 | 1 | -1/+1 | |
| | |||||
* | Attach find_used_templates() to TemplateInput | 2023-11-01 | 2 | -44/+45 | |
| | |||||
* | Move TemplateArgs into input module | 2023-11-01 | 2 | -134/+134 | |
| | |||||
* | Inline nested derive_template() implementation | 2023-11-01 | 2 | -12/+6 | |
| | |||||
* | Improve the macros section | 2023-10-30 | 1 | -5/+4 | |
| | |||||
* | build(deps): update futures-lite requirement from 1.12.0 to 2.0.0 | 2023-10-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Updates the requirements on [futures-lite](https://github.com/smol-rs/futures-lite) to permit the latest version. - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/futures-lite/compare/v1.12.0...v2.0.0) --- updated-dependencies: - dependency-name: futures-lite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Create a type alias for all `IResult` to simplify code reading | 2023-10-25 | 3 | -108/+90 | |
| | |||||
* | Add UI test for `elif` error message | 2023-10-25 | 2 | -0/+17 | |
| | |||||
* | Improve error for `elif` keyword | 2023-10-25 | 1 | -1/+9 | |
| | |||||
* | Improve error for invalid name used in `endmacro` | 2023-10-25 | 2 | -2/+9 | |
| | |||||
* | Improve error for invalid name used in `endblock` | 2023-10-25 | 3 | -3/+32 | |
| | |||||
* | Create `ErrorContext` type | 2023-10-25 | 3 | -95/+183 | |
| | |||||
* | Extend documentation about using block/macro name when "ending" it | 2023-10-23 | 1 | -0/+14 | |
| | |||||
* | Add test specifically for named blocks, and named macros | 2023-10-23 | 6 | -0/+53 | |
| | |||||
* | Add test for macro self argument | 2023-10-12 | 2 | -0/+17 | |
| | | | | Signed-off-by: max <gmx.sht@gmail.com> | ||||
* | Allow macros to take `self` as an argument | 2023-10-12 | 1 | -1/+1 | |
| | |||||
* | Apply clippy suggestions from Rust 1.73 | 2023-10-06 | 1 | -1/+1 | |
| | |||||
* | Advertise Discord channel instead of Gitter | 2023-10-03 | 13 | -13/+13 | |
| | |||||
* | parser: version bump to 0.1.1 | 2023-09-29 | 1 | -1/+1 | |
| | |||||
* | parser: add rudimentary README | 2023-09-29 | 1 | -0/+9 | |
| | |||||
* | Bump askama and askama_derive versions | 2023-09-29 | 2 | -2/+2 | |
| | |||||
* | Add MSRV checking in CI | 2023-09-29 | 15 | -20/+24 | |
| | | | | Bump MSRV to 1.65 for the use of let .. else. | ||||
* | Add audit job in CI workflow | 2023-09-29 | 2 | -0/+16 | |
| | |||||
* | Upgrade to actions/checkout@v4 | 2023-09-29 | 1 | -3/+3 | |
| | |||||
* | Use externally maintained Actions | 2023-09-29 | 2 | -43/+5 | |
| | |||||
* | Pass `Node` parsing level to expressions | 2023-09-28 | 3 | -18/+18 | |
| | |||||
* | Limit nesting in parser nodes, too | 2023-09-28 | 4 | -4/+152 | |
| | |||||
* | Require Expr::parse() callers to supply Level | 2023-09-28 | 2 | -16/+18 | |
| | |||||
* | Move Level into the crate root | 2023-09-28 | 3 | -18/+17 | |
| | |||||
* | Yield a parser error when defining a macro named 'super' | 2023-09-28 | 2 | -4/+11 | |
| |