aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add some tests for Config contentsLibravatar Dirkjan Ochtman2018-07-121-0/+16
* Enable instantiation of Config from str configurationLibravatar Dirkjan Ochtman2018-07-121-13/+15
* Move get_template_source() into askama_deriveLibravatar Dirkjan Ochtman2018-07-112-30/+0
* Move find_template_from_path() into ConfigLibravatar Dirkjan Ochtman2018-07-112-66/+73
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-07-112-3/+9
* Revert to using assert_eq!() for path testsLibravatar Dirkjan Ochtman2018-07-111-3/+13
* Simplify get_template_source() by using fs::read_to_string()Libravatar Dirkjan Ochtman2018-07-101-11/+8
* Use Config type for build script helperLibravatar Dirkjan Ochtman2018-07-102-7/+3
* Move Config struct to askama_shared crate rootLibravatar Dirkjan Ochtman2018-07-102-39/+42
* Rename Config::from_file() to Config::new()Libravatar Dirkjan Ochtman2018-07-101-3/+3
* Simplify find_template_from_path() to use Config directlyLibravatar Dirkjan Ochtman2018-07-101-12/+9
* Stop searching for templates used as relative rootsLibravatar Dirkjan Ochtman2018-07-101-13/+12
* Get template sources directly from absolute pathsLibravatar Dirkjan Ochtman2018-07-101-22/+15