aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-02Clean up clippy warningsLibravatar Dirkjan Ochtman2-36/+34
2019-07-25Update formattingLibravatar Dirkjan Ochtman1-2/+8
2019-07-11Implement selected clippy recommendations.Libravatar Bardi Harborow1-1/+1
2019-04-01Fix tests for extensionsLibravatar Dirkjan Ochtman1-2/+2
2019-04-01Add md and yml to non-escaped extensions (fixes #229)Libravatar Dirkjan Ochtman1-1/+1
2019-03-18Update toml requirement from 0.4 to 0.5Libravatar dependabot[bot]1-1/+1
2019-02-06Make html-escaper also escape .j2, .jinja and .jinja2 filesLibravatar Daniel Wiesenberg1-0/+2
2019-01-17Add optional support for yaml filter (see #192)Libravatar Dirkjan Ochtman4-3/+55
2019-01-17Bump versions in anticipation of 0.8.0 releaseLibravatar Dirkjan Ochtman1-2/+2
2019-01-12Rename deprecate method Error::cause()Libravatar Dirkjan Ochtman1-2/+2
2019-01-12Allow configuration of escape modesLibravatar Dirkjan Ochtman1-0/+57
2019-01-12Specify a trait that handles the output format's escapingLibravatar Dirkjan Ochtman2-20/+28
2019-01-12Fix import orderLibravatar Dirkjan Ochtman1-1/+1
2019-01-08Fix loop.lastLibravatar yossyJ1-29/+30
2019-01-08Add support for loop.lastLibravatar yossyJ2-0/+49
2018-12-08Use 2018 edition idiomsLibravatar Dirkjan Ochtman4-26/+20
2018-12-08Upgrade to 2018 editionLibravatar Dirkjan Ochtman3-2/+3
2018-12-07Fix typo in serde_json featureLibravatar Dirkjan Ochtman4-11/+10
2018-12-01Fix unnecessary len at capitalize filterLibravatar Juan Aguilar Santillana1-9/+6
2018-11-16Add filesizeformat filterLibravatar youmouse3-1/+20
2018-11-07Clean up unused featuresLibravatar Dirkjan Ochtman1-7/+0
2018-11-07Create askama_escape crateLibravatar bott4-103/+4
2018-11-05Reorder and tweak code style a little bitLibravatar Dirkjan Ochtman1-19/+18
2018-11-05Improve performance simplifyLibravatar bott1-32/+20
2018-11-05Escape into FormatterLibravatar Dirkjan Ochtman3-58/+60
2018-11-05Improve performance of html escapeLibravatar bott1-46/+39
2018-11-05Add f64 filterLibravatar Tomas1-1/+19
2018-11-05Add isize filterLibravatar Tomas1-1/+26
2018-10-25Fix off-by-one error with HTML escapingLibravatar Benjamin Li1-1/+2
2018-10-17Replace `format!()` with `to_string()` in filtersLibravatar Casey Rodarmor1-10/+10
2018-10-17Add `indent` filterLibravatar Casey Rodarmor1-1/+32
2018-10-08Bump version to 0.7.2Libravatar Dirkjan Ochtman1-1/+1
2018-10-08Remove periods from documentation sentence fragmentsLibravatar Dirkjan Ochtman1-2/+2
2018-10-08Fix formattingLibravatar Dirkjan Ochtman1-2/+7
2018-10-08Move default_syntax setting into general sectionLibravatar Dirkjan Ochtman1-21/+21
2018-10-07Handle syntax validation during Config instantiationLibravatar Dirkjan Ochtman1-16/+38
2018-10-07Remove unnecessary type declarationLibravatar Dirkjan Ochtman1-1/+1
2018-10-07Tweak error messages for language, consistencyLibravatar Dirkjan Ochtman1-2/+2
2018-10-07Reorder code for better readabilityLibravatar Dirkjan Ochtman1-48/+48
2018-10-05Add changing delimiters supportLibravatar bott1-22/+201
2018-09-25Add center filterLibravatar bott1-1/+37
2018-09-25Add wordcount filterLibravatar bott1-1/+17
2018-09-25Add capitalize filterLibravatar bott1-1/+33
2018-09-22Add absolute value filterLibravatar bott3-1/+23
2018-09-02Fix formatting with cargo fmtLibravatar Dirkjan Ochtman1-2/+4
2018-07-23Bump versions to 0.7.1Libravatar Dirkjan Ochtman1-1/+1
2018-07-23Document mechanism for user-defined filters (fixes #102)Libravatar Dirkjan Ochtman1-1/+2
2018-07-23Improve documentation for built-in filtersLibravatar Dirkjan Ochtman1-10/+15
2018-07-22Add optional implementation for actix_web's Responder traitLibravatar Ryan McGrath1-0/+1
2018-07-14Make config file structure more future-proofLibravatar Dirkjan Ochtman1-4/+14