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