Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move extension_to_mime_type() to askama_shared | René Kijewski | 2022-01-07 | 1 | -0/+1 |
| | |||||
* | Remove the iron integration from generator | René Kijewski | 2022-01-06 | 1 | -1/+0 |
| | | | | | | | Issue #527 removed the askama_iron package, but not the integration if someone uses askama_derive's feature with "iron". The old askama_iron crate uses askama v0.10, so it will still work. | ||||
* | Add `#![forbid(unsafe_code)]` to all crates except askama_escape | René Kijewski | 2022-01-06 | 1 | -0/+1 |
| | |||||
* | Add `#![deny(unreachable_pub)]` to all crates | René Kijewski | 2022-01-06 | 1 | -0/+1 |
| | |||||
* | Omit implicit lifetimes | René Kijewski | 2022-01-06 | 1 | -3/+3 |
| | |||||
* | Add Axum integration | Michael Alyn Miller | 2021-11-27 | 1 | -0/+1 |
| | |||||
* | Stop eliding lifetimes in paths | Dirkjan Ochtman | 2021-07-01 | 1 | -0/+1 |
| | |||||
* | Fix a clippy::needless-borrow warning in askama_shared | René Kijewski | 2021-07-01 | 1 | -1/+1 |
| | |||||
* | Remove an explicit lifetime to fix a clippy warning | Randati | 2020-12-21 | 1 | -1/+1 |
| | |||||
* | Improve error handling (see #368) | Dirkjan Ochtman | 2020-11-02 | 1 | -52/+92 |
| | |||||
* | Add mendes integration | Dirkjan Ochtman | 2020-07-28 | 1 | -0/+1 |
| | |||||
* | alphabetize frameworks | Jacob Rothstein | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | askama tide | Jacob Rothstein | 2020-07-14 | 1 | -0/+1 |
| | |||||
* | Adapt to new warnings and formatting | Dirkjan Ochtman | 2020-02-08 | 1 | -2/+0 |
| | |||||
* | Move code generation into askama_shared | Dirkjan Ochtman | 2020-01-29 | 1 | -1/+38 |
| | |||||
* | Move input module into askama_shared | Dirkjan Ochtman | 2020-01-29 | 1 | -0/+1 |
| | |||||
* | Move parser into askama_shared | Dirkjan Ochtman | 2020-01-29 | 1 | -0/+1 |
| | |||||
* | Remove unnecessary explicit lifetimes | Dirkjan Ochtman | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Make dependencies optional where possible | Dirkjan Ochtman | 2020-01-15 | 1 | -9/+34 |
| | |||||
* | Modernize and simplify imports | Dirkjan Ochtman | 2020-01-15 | 1 | -8/+4 |
| | |||||
* | Clean up clippy warnings | Dirkjan Ochtman | 2020-01-02 | 1 | -6/+7 |
| | |||||
* | Update formatting | Dirkjan Ochtman | 2019-07-25 | 1 | -2/+8 |
| | |||||
* | Implement selected clippy recommendations. | Bardi Harborow | 2019-07-11 | 1 | -1/+1 |
| | |||||
* | Fix tests for extensions | Dirkjan Ochtman | 2019-04-01 | 1 | -2/+2 |
| | |||||
* | Add md and yml to non-escaped extensions (fixes #229) | Dirkjan Ochtman | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | Make html-escaper also escape .j2, .jinja and .jinja2 files | Daniel Wiesenberg | 2019-02-06 | 1 | -0/+2 |
| | |||||
* | Allow configuration of escape modes | Dirkjan Ochtman | 2019-01-12 | 1 | -0/+57 |
| | |||||
* | Add support for loop.last | yossyJ | 2019-01-08 | 1 | -0/+1 |
| | |||||
* | Use 2018 edition idioms | Dirkjan Ochtman | 2018-12-08 | 1 | -10/+4 |
| | |||||
* | Upgrade to 2018 edition | Dirkjan Ochtman | 2018-12-08 | 1 | -1/+1 |
| | |||||
* | Fix typo in serde_json feature | Dirkjan Ochtman | 2018-12-07 | 1 | -1/+1 |
| | |||||
* | Add filesizeformat filter | youmouse | 2018-11-16 | 1 | -0/+1 |
| | |||||
* | Create askama_escape crate | bott | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | Fix formatting | Dirkjan Ochtman | 2018-10-08 | 1 | -2/+7 |
| | |||||
* | Move default_syntax setting into general section | Dirkjan Ochtman | 2018-10-08 | 1 | -21/+21 |
| | |||||
* | Handle syntax validation during Config instantiation | Dirkjan Ochtman | 2018-10-07 | 1 | -16/+38 |
| | |||||
* | Remove unnecessary type declaration | Dirkjan Ochtman | 2018-10-07 | 1 | -1/+1 |
| | |||||
* | Tweak error messages for language, consistency | Dirkjan Ochtman | 2018-10-07 | 1 | -2/+2 |
| | |||||
* | Reorder code for better readability | Dirkjan Ochtman | 2018-10-07 | 1 | -48/+48 |
| | |||||
* | Add changing delimiters support | bott | 2018-10-05 | 1 | -22/+201 |
| | |||||
* | Add absolute value filter | bott | 2018-09-22 | 1 | -0/+1 |
| | |||||
* | Fix formatting with cargo fmt | Dirkjan Ochtman | 2018-09-02 | 1 | -2/+4 |
| | |||||
* | Make config file structure more future-proof | Dirkjan Ochtman | 2018-07-14 | 1 | -4/+14 |
| | |||||
* | Add some tests for Config contents | Dirkjan Ochtman | 2018-07-12 | 1 | -0/+16 |
| | |||||
* | Enable instantiation of Config from str configuration | Dirkjan Ochtman | 2018-07-12 | 1 | -13/+15 |
| | |||||
* | Move get_template_source() into askama_derive | Dirkjan Ochtman | 2018-07-11 | 1 | -1/+0 |
| | |||||
* | Move find_template_from_path() into Config | Dirkjan Ochtman | 2018-07-11 | 1 | -1/+69 |
| | |||||
* | Fix formatting with cargo fmt | Dirkjan Ochtman | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Use Config type for build script helper | Dirkjan Ochtman | 2018-07-10 | 1 | -3/+3 |
| | |||||
* | Move Config struct to askama_shared crate root | Dirkjan Ochtman | 2018-07-10 | 1 | -2/+39 |
| |