Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-07-28 | Add mendes integration | Dirkjan Ochtman | 1 | -0/+1 | |
2020-07-14 | alphabetize frameworks | Jacob Rothstein | 1 | -1/+1 | |
2020-07-14 | askama tide | Jacob Rothstein | 1 | -0/+1 | |
2020-02-08 | Adapt to new warnings and formatting | Dirkjan Ochtman | 1 | -2/+0 | |
2020-01-29 | Move code generation into askama_shared | Dirkjan Ochtman | 1 | -1/+38 | |
2020-01-29 | Move input module into askama_shared | Dirkjan Ochtman | 1 | -0/+1 | |
2020-01-29 | Move parser into askama_shared | Dirkjan Ochtman | 1 | -0/+1 | |
2020-01-15 | Remove unnecessary explicit lifetimes | Dirkjan Ochtman | 1 | -1/+1 | |
2020-01-15 | Make dependencies optional where possible | Dirkjan Ochtman | 1 | -9/+34 | |
2020-01-15 | Modernize and simplify imports | Dirkjan Ochtman | 1 | -8/+4 | |
2020-01-02 | Clean up clippy warnings | Dirkjan Ochtman | 1 | -6/+7 | |
2019-07-25 | Update formatting | Dirkjan Ochtman | 1 | -2/+8 | |
2019-07-11 | Implement selected clippy recommendations. | Bardi Harborow | 1 | -1/+1 | |
2019-04-01 | Fix tests for extensions | Dirkjan Ochtman | 1 | -2/+2 | |
2019-04-01 | Add md and yml to non-escaped extensions (fixes #229) | Dirkjan Ochtman | 1 | -1/+1 | |
2019-02-06 | Make html-escaper also escape .j2, .jinja and .jinja2 files | Daniel Wiesenberg | 1 | -0/+2 | |
2019-01-12 | Allow configuration of escape modes | Dirkjan Ochtman | 1 | -0/+57 | |
2019-01-08 | Add support for loop.last | yossyJ | 1 | -0/+1 | |
2018-12-08 | Use 2018 edition idioms | Dirkjan Ochtman | 1 | -10/+4 | |
2018-12-08 | Upgrade to 2018 edition | Dirkjan Ochtman | 1 | -1/+1 | |
2018-12-07 | Fix typo in serde_json feature | Dirkjan Ochtman | 1 | -1/+1 | |
2018-11-16 | Add filesizeformat filter | youmouse | 1 | -0/+1 | |
2018-11-07 | Create askama_escape crate | bott | 1 | -2/+2 | |
2018-10-08 | Fix formatting | Dirkjan Ochtman | 1 | -2/+7 | |
2018-10-08 | Move default_syntax setting into general section | Dirkjan Ochtman | 1 | -21/+21 | |
2018-10-07 | Handle syntax validation during Config instantiation | Dirkjan Ochtman | 1 | -16/+38 | |
2018-10-07 | Remove unnecessary type declaration | Dirkjan Ochtman | 1 | -1/+1 | |
2018-10-07 | Tweak error messages for language, consistency | Dirkjan Ochtman | 1 | -2/+2 | |
2018-10-07 | Reorder code for better readability | Dirkjan Ochtman | 1 | -48/+48 | |
2018-10-05 | Add changing delimiters support | bott | 1 | -22/+201 | |
2018-09-22 | Add absolute value filter | bott | 1 | -0/+1 | |
2018-09-02 | Fix formatting with cargo fmt | Dirkjan Ochtman | 1 | -2/+4 | |
2018-07-14 | Make config file structure more future-proof | Dirkjan Ochtman | 1 | -4/+14 | |
2018-07-12 | Add some tests for Config contents | Dirkjan Ochtman | 1 | -0/+16 | |
2018-07-12 | Enable instantiation of Config from str configuration | Dirkjan Ochtman | 1 | -13/+15 | |
2018-07-11 | Move get_template_source() into askama_derive | Dirkjan Ochtman | 1 | -1/+0 | |
2018-07-11 | Move find_template_from_path() into Config | Dirkjan Ochtman | 1 | -1/+69 | |
2018-07-11 | Fix formatting with cargo fmt | Dirkjan Ochtman | 1 | -1/+1 | |
2018-07-10 | Use Config type for build script helper | Dirkjan Ochtman | 1 | -3/+3 | |
2018-07-10 | Move Config struct to askama_shared crate root | Dirkjan Ochtman | 1 | -2/+39 | |
2018-07-10 | Add partial support for multiple template dirs | mash | 1 | -1/+3 | |
2018-06-21 | Fix formatting with cargo fmt | Dirkjan Ochtman | 1 | -1/+1 | |
2018-06-04 | Converted error-chain based error to enum based error | Philipp Korber | 1 | -13/+2 | |
- now implements `Send` + `Sync` + `'static` - still implements `std::error::Error`, `Debug`, `Display`, `From<std::fmt::Error>`, `From<::serde_json::Error>` | |||||
2018-04-12 | Isolate proc-macro dependency to the proc macro | David Tolnay | 1 | -72/+0 | |
The dependency of askama on askama_shared on syn on libproc_macro used to mean libproc_macro would be dynamically linked into any crate using askama. We want only askama_derive to have a runtime dependency on proc macro. This commit moves all proc macro code from askama_shared into askama_derive so that the askama crate no longer dynamically links libproc_macro. | |||||
2018-01-22 | Cleanup warnings generated by clippy | Dirkjan Ochtman | 1 | -3/+5 | |
2018-01-09 | Upgrade to syn-0.12 and quote-0.4 | Dirkjan Ochtman | 1 | -0/+2 | |
2017-11-21 | Apply suggestions from rustfmt to improve style | Dirkjan Ochtman | 1 | -3/+3 | |
2017-10-15 | Add scope when importing macros | Lars Erik Rosengren | 1 | -10/+12 | |
2017-09-26 | Rename parse() method to macro_map() | Dirkjan Ochtman | 1 | -1/+1 | |
2017-09-26 | Improve code compactness | Dirkjan Ochtman | 1 | -5/+2 | |