aboutsummaryrefslogtreecommitdiffstats
path: root/askama (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-18Tweak documentation a little bitLibravatar Dirkjan Ochtman1-5/+6
2019-03-18Remove second example for templates in templatesLibravatar Dirkjan Ochtman1-3/+0
2019-03-18Documenting feature render in templateLibravatar Vicente Ramirez Perea1-0/+30
2019-03-18Fix formatting with cargo fmtLibravatar Dirkjan Ochtman1-3/+5
2019-03-17Use Template::size_hint to pre-allocate bufferLibravatar Douman1-4/+3
2019-03-17Improve actix-web integration by creating bytes buffer instead of stringLibravatar Douman2-4/+36
2019-02-20Simplify actix-web implementationsLibravatar Dirkjan Ochtman1-15/+6
2019-02-20Add documentation for custom escapersLibravatar Dirkjan Ochtman1-7/+22
2019-02-20Make default extension ".txt" for TemplateResponderLibravatar Zizheng Tai1-1/+1
2019-02-20Add TemplateResponder trait for integration with actix-webLibravatar Zizheng Tai1-0/+15
2019-02-18Fix formatting for 1.32.0Libravatar Dirkjan Ochtman1-1/+4
2019-01-17Add optional support for yaml filter (see #192)Libravatar Dirkjan Ochtman1-0/+1
2019-01-17Bump versions in anticipation of 0.8.0 releaseLibravatar Dirkjan Ochtman1-2/+2
2019-01-12Prevent trait object issuesLibravatar Dirkjan Ochtman1-3/+3
2019-01-12Provide size_hint() method on Template (fixes #181)Libravatar Dirkjan Ochtman1-1/+3
2019-01-12Specify a trait that handles the output format's escapingLibravatar Dirkjan Ochtman2-0/+3
2019-01-11Remove rerun_if_templates_changed and update README.Libravatar Maarten de Vries1-31/+4
2019-01-09Add loop.last to the documentLibravatar yossyJ1-0/+1
2019-01-08Add support for loop.lastLibravatar yossyJ1-0/+1
2018-12-10Implement `IntoResponse` for `Template`, allowing them to be used in ↵Libravatar Kellen Frodelius-Fujimoto2-0/+38
`gotham` handlers.
2018-12-08Use 2018 edition idiomsLibravatar Dirkjan Ochtman1-3/+3
2018-12-08Upgrade to 2018 editionLibravatar Dirkjan Ochtman2-2/+3
2018-12-08Upgrade to Rocket 0.4Libravatar Dirkjan Ochtman1-1/+1
2018-12-07Fix cargo fmtLibravatar Juan Aguilar Santillana1-1/+2
2018-11-14Add assignments documentationLibravatar bott1-0/+21
2018-11-07Clean up unused featuresLibravatar Dirkjan Ochtman1-1/+1
2018-10-12Fix dependency versionLibravatar Dirkjan Ochtman1-1/+1
2018-10-12Bump version number to 0.8.0 for API changeLibravatar Dirkjan Ochtman1-1/+1
2018-10-12Remove default implementation for extension()Libravatar Dirkjan Ochtman1-4/+1
2018-10-12make `Template::extension()` staticLibravatar Yusuke Sasaki1-2/+7
It is useful for calculating the media type without instantiating the context value.
2018-10-08Bump version to 0.7.2Libravatar Dirkjan Ochtman1-3/+3
2018-10-08Fix formattingLibravatar Dirkjan Ochtman1-6/+6
2018-10-08Tweak custom syntax documentation some moreLibravatar Dirkjan Ochtman1-9/+16
2018-10-08Add changing delimiters documentationLibravatar bott1-2/+33
2018-10-05Add changing delimiters supportLibravatar bott1-2/+3
2018-09-02Fix formatting with cargo fmtLibravatar Dirkjan Ochtman1-1/+2
2018-07-23Make order of dependency properties consistentLibravatar Dirkjan Ochtman1-1/+1
2018-07-23Bump versions to 0.7.1Libravatar Dirkjan Ochtman1-3/+3
2018-07-23Update documentation to cover configuration fileLibravatar Dirkjan Ochtman1-8/+22
2018-07-23Document mechanism for user-defined filters (fixes #102)Libravatar Dirkjan Ochtman1-2/+7
2018-07-22Change order for Template trait methodsLibravatar Dirkjan Ochtman1-2/+2
2018-07-22Add Template method to return template extensionLibravatar Dirkjan Ochtman1-0/+2
Thanks to Ryan McGrath for the suggestion and initial implementation.
2018-07-22Add optional implementation for actix_web's Responder traitLibravatar Ryan McGrath2-0/+31
2018-07-11Move get_template_source() into askama_deriveLibravatar Dirkjan Ochtman1-2/+0
2018-07-10Use Config type for build script helperLibravatar Dirkjan Ochtman1-1/+1
2018-07-10Add partial support for multiple template dirsLibravatar mash1-3/+5
2018-06-25Add AppVeyor badge in crate metadataLibravatar Dirkjan Ochtman1-0/+1
2018-06-25Add support for 'loop.first' variableLibravatar Dirkjan Ochtman1-0/+1
2018-06-24Set maintenance status to 'actively-developed'Libravatar Dirkjan Ochtman1-0/+1
2018-06-24Use a proper license expressionLibravatar Dirkjan Ochtman1-1/+1