aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge askama_derive into askamaLibravatar René Kijewski2022-06-083-714/+0
* Move code generation into askama_deriveLibravatar René Kijewski2022-05-241-36/+0
* Fix nightly clippy warning (#684)Libravatar Dirkjan Ochtman2022-05-181-2/+2
* fix formattingLibravatar Axel Kappel2022-03-261-1/+1
* made capitalize filter unicode awareLibravatar Axel Kappel2022-03-261-13/+10
* Make json filter safeLibravatar René Kijewski2022-02-161-16/+23
* Add markdown filterLibravatar René Kijewski2022-02-071-3/+53
* No need to build a String when it gets referenced as &str implicitlyLibravatar René Kijewski2022-01-061-6/+0
* Use char for patterns where possibleLibravatar Dirkjan Ochtman2021-12-081-2/+2
* Added support for optional escaper for escape filter (resolves #556)Libravatar vallentin2021-11-191-9/+0
* Silence clippy warning from Rust 1.54Libravatar Dirkjan Ochtman2021-07-301-0/+1
* Eliminate common tails from branchesLibravatar Dirkjan Ochtman2021-04-131-4/+2
* added paragraphbreaks functionLibravatar mbuscemi2021-03-221-1/+30
* fix typo in docstringLibravatar technic932021-03-141-1/+1
* Added urlencode filter to bookLibravatar vallentin2021-01-061-5/+5
* Removed implicit borrowing of literals, calls, and more (fixes #404)Libravatar vallentin2021-01-053-52/+56
* Resolved Clippy lintsLibravatar vallentin2021-01-011-10/+10
* Fix urlencode to be usable for URL segments and query keys/values (#384)Libravatar Jakub Valtar2020-11-161-30/+88
* fix into_f64 and into_isizeLibravatar Yuxuan Shui2020-09-161-13/+13
* Point to relevant book chapter from the filters module docsLibravatar Dirkjan Ochtman2020-07-231-2/+2
* Add fmt filter that swaps the first two arguments to format!().Libravatar Andrew Dona-Couch2020-07-141-1/+23
* Remove redundant cloneLibravatar Dirkjan Ochtman2020-06-241-1/+1
* Fix wrong num_traits cfg feature in askama_sharedLibravatar Jerome Gravel-Niquet2020-04-251-8/+8
* fix: make filesizeformat work with all types that implement humansize::FileSi...Libravatar Zachary Kohnen2020-03-311-6/+6
* fix urlencode bug, do not encode a fixed size of character exceptionsLibravatar João Oliveira2020-03-311-6/+35
* add urlencode filterLibravatar João Oliveira2020-03-301-1/+20
* Fix askama_shared clippy warningLibravatar Paolo Barbolini2020-02-241-6/+7
* Adapt to new warnings and formattingLibravatar Dirkjan Ochtman2020-02-081-1/+1
* add 2 more testLibravatar D.Loh2020-02-071-0/+3
* add unit test, and do not truncate when len equalLibravatar D.Loh2020-02-071-1/+23
* eliminate panic on len not lie on boundaryLibravatar D.Loh2020-02-071-1/+5
* Fix up formattingLibravatar Dirkjan Ochtman2020-01-151-1/+1
* Make dependencies optional where possibleLibravatar Dirkjan Ochtman2020-01-151-3/+15
* Clean up clippy warningsLibravatar Dirkjan Ochtman2020-01-021-30/+27
* Add optional support for yaml filter (see #192)Libravatar Dirkjan Ochtman2019-01-172-2/+39
* 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
* Use 2018 edition idiomsLibravatar Dirkjan Ochtman2018-12-082-14/+14
* Upgrade to 2018 editionLibravatar Dirkjan Ochtman2018-12-081-1/+1
* Fix typo in serde_json featureLibravatar Dirkjan Ochtman2018-12-072-4/+3
* Fix unnecessary len at capitalize filterLibravatar Juan Aguilar Santillana2018-12-011-9/+6
* Add filesizeformat filterLibravatar youmouse2018-11-161-1/+18
* Create askama_escape crateLibravatar bott2018-11-071-1/+1
* Escape into FormatterLibravatar Dirkjan Ochtman2018-11-052-8/+7
* Add f64 filterLibravatar Tomas2018-11-051-1/+19
* Add isize filterLibravatar Tomas2018-11-051-1/+26
* Replace `format!()` with `to_string()` in filtersLibravatar Casey Rodarmor2018-10-171-10/+10
* Add `indent` filterLibravatar Casey Rodarmor2018-10-171-1/+32
* Remove periods from documentation sentence fragmentsLibravatar Dirkjan Ochtman2018-10-081-2/+2
* Add center filterLibravatar bott2018-09-251-1/+37