aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up clippy warningsLibravatar Dirkjan Ochtman2020-01-022-36/+34
|
* Update formattingLibravatar Dirkjan Ochtman2019-07-251-2/+8
|
* Implement selected clippy recommendations.Libravatar Bardi Harborow2019-07-111-1/+1
|
* Fix tests for extensionsLibravatar Dirkjan Ochtman2019-04-011-2/+2
|
* Add md and yml to non-escaped extensions (fixes #229)Libravatar Dirkjan Ochtman2019-04-011-1/+1
|
* Update toml requirement from 0.4 to 0.5Libravatar dependabot[bot]2019-03-181-1/+1
| | | | | | | Updates the requirements on [toml](https://github.com/alexcrichton/toml-rs) to permit the latest version. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.4.0...0.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Make html-escaper also escape .j2, .jinja and .jinja2 filesLibravatar Daniel Wiesenberg2019-02-061-0/+2
|
* Add optional support for yaml filter (see #192)Libravatar Dirkjan Ochtman2019-01-174-3/+55
|
* Bump versions in anticipation of 0.8.0 releaseLibravatar Dirkjan Ochtman2019-01-171-2/+2
|
* Rename deprecate method Error::cause()Libravatar Dirkjan Ochtman2019-01-121-2/+2
|
* Allow configuration of escape modesLibravatar Dirkjan Ochtman2019-01-121-0/+57
|
* Specify a trait that handles the output format's escapingLibravatar Dirkjan Ochtman2019-01-122-20/+28
|
* Fix import orderLibravatar Dirkjan Ochtman2019-01-121-1/+1
|
* Fix loop.lastLibravatar yossyJ2019-01-081-29/+30
|
* Add support for loop.lastLibravatar yossyJ2019-01-082-0/+49
|
* Use 2018 edition idiomsLibravatar Dirkjan Ochtman2018-12-084-26/+20
|
* Upgrade to 2018 editionLibravatar Dirkjan Ochtman2018-12-083-2/+3
|
* Fix typo in serde_json featureLibravatar Dirkjan Ochtman2018-12-074-11/+10
|
* Fix unnecessary len at capitalize filterLibravatar Juan Aguilar Santillana2018-12-011-9/+6
|
* Add filesizeformat filterLibravatar youmouse2018-11-163-1/+20
|
* Clean up unused featuresLibravatar Dirkjan Ochtman2018-11-071-7/+0
|
* Create askama_escape crateLibravatar bott2018-11-074-103/+4
|
* Reorder and tweak code style a little bitLibravatar Dirkjan Ochtman2018-11-051-19/+18
|
* Improve performance simplifyLibravatar bott2018-11-051-32/+20
|
* Escape into FormatterLibravatar Dirkjan Ochtman2018-11-053-58/+60
|
* Improve performance of html escapeLibravatar bott2018-11-051-46/+39
|
* Add f64 filterLibravatar Tomas2018-11-051-1/+19
|
* Add isize filterLibravatar Tomas2018-11-051-1/+26
|
* Fix off-by-one error with HTML escapingLibravatar Benjamin Li2018-10-251-1/+2
| | | | | | If the second-to-last character of a string should be escaped, but not the last, the last character was not being included in the result.
* Replace `format!()` with `to_string()` in filtersLibravatar Casey Rodarmor2018-10-171-10/+10
|
* Add `indent` filterLibravatar Casey Rodarmor2018-10-171-1/+32
|
* Bump version to 0.7.2Libravatar Dirkjan Ochtman2018-10-081-1/+1
|
* Remove periods from documentation sentence fragmentsLibravatar Dirkjan Ochtman2018-10-081-2/+2
|
* Fix formattingLibravatar Dirkjan Ochtman2018-10-081-2/+7
|
* Move default_syntax setting into general sectionLibravatar Dirkjan Ochtman2018-10-081-21/+21
|
* Handle syntax validation during Config instantiationLibravatar Dirkjan Ochtman2018-10-071-16/+38
|
* Remove unnecessary type declarationLibravatar Dirkjan Ochtman2018-10-071-1/+1
|
* Tweak error messages for language, consistencyLibravatar Dirkjan Ochtman2018-10-071-2/+2
|
* Reorder code for better readabilityLibravatar Dirkjan Ochtman2018-10-071-48/+48
|
* Add changing delimiters supportLibravatar bott2018-10-051-22/+201
|
* Add center filterLibravatar bott2018-09-251-1/+37
|
* Add wordcount filterLibravatar bott2018-09-251-1/+17
|
* Add capitalize filterLibravatar bott2018-09-251-1/+33
|
* Add absolute value filterLibravatar bott2018-09-223-1/+23
|
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-09-021-2/+4
|
* Bump versions to 0.7.1Libravatar Dirkjan Ochtman2018-07-231-1/+1
|
* Document mechanism for user-defined filters (fixes #102)Libravatar Dirkjan Ochtman2018-07-231-1/+2
|
* Improve documentation for built-in filtersLibravatar Dirkjan Ochtman2018-07-231-10/+15
|
* Add optional implementation for actix_web's Responder traitLibravatar Ryan McGrath2018-07-221-0/+1
|
* Make config file structure more future-proofLibravatar Dirkjan Ochtman2018-07-141-4/+14
|