index
:
askama
main
added poem support
cel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2019-03-18
Tweak documentation a little bit
Dirkjan Ochtman
1
-5
/
+6
2019-03-18
Remove second example for templates in templates
Dirkjan Ochtman
1
-3
/
+0
2019-03-18
Documenting feature render in template
Vicente Ramirez Perea
1
-0
/
+30
2019-03-18
Fix formatting with cargo fmt
Dirkjan Ochtman
1
-3
/
+5
2019-03-17
Use Template::size_hint to pre-allocate buffer
Douman
1
-4
/
+3
2019-03-17
Improve actix-web integration by creating bytes buffer instead of string
Douman
2
-4
/
+36
2019-02-20
Simplify actix-web implementations
Dirkjan Ochtman
1
-15
/
+6
2019-02-20
Add documentation for custom escapers
Dirkjan Ochtman
1
-7
/
+22
2019-02-20
Make default extension ".txt" for TemplateResponder
Zizheng Tai
1
-1
/
+1
2019-02-20
Add TemplateResponder trait for integration with actix-web
Zizheng Tai
1
-0
/
+15
2019-02-18
Fix formatting for 1.32.0
Dirkjan Ochtman
1
-1
/
+4
2019-01-17
Add optional support for yaml filter (see #192)
Dirkjan Ochtman
1
-0
/
+1
2019-01-17
Bump versions in anticipation of 0.8.0 release
Dirkjan Ochtman
1
-2
/
+2
2019-01-12
Prevent trait object issues
Dirkjan Ochtman
1
-3
/
+3
2019-01-12
Provide size_hint() method on Template (fixes #181)
Dirkjan Ochtman
1
-1
/
+3
2019-01-12
Specify a trait that handles the output format's escaping
Dirkjan Ochtman
2
-0
/
+3
2019-01-11
Remove rerun_if_templates_changed and update README.
Maarten de Vries
1
-31
/
+4
2019-01-09
Add loop.last to the document
yossyJ
1
-0
/
+1
2019-01-08
Add support for loop.last
yossyJ
1
-0
/
+1
2018-12-10
Implement `IntoResponse` for `Template`, allowing them to be used in ↵
Kellen Frodelius-Fujimoto
2
-0
/
+38
`gotham` handlers.
2018-12-08
Use 2018 edition idioms
Dirkjan Ochtman
1
-3
/
+3
2018-12-08
Upgrade to 2018 edition
Dirkjan Ochtman
2
-2
/
+3
2018-12-08
Upgrade to Rocket 0.4
Dirkjan Ochtman
1
-1
/
+1
2018-12-07
Fix cargo fmt
Juan Aguilar Santillana
1
-1
/
+2
2018-11-14
Add assignments documentation
bott
1
-0
/
+21
2018-11-07
Clean up unused features
Dirkjan Ochtman
1
-1
/
+1
2018-10-12
Fix dependency version
Dirkjan Ochtman
1
-1
/
+1
2018-10-12
Bump version number to 0.8.0 for API change
Dirkjan Ochtman
1
-1
/
+1
2018-10-12
Remove default implementation for extension()
Dirkjan Ochtman
1
-4
/
+1
2018-10-12
make `Template::extension()` static
Yusuke Sasaki
1
-2
/
+7
It is useful for calculating the media type without instantiating the context value.
2018-10-08
Bump version to 0.7.2
Dirkjan Ochtman
1
-3
/
+3
2018-10-08
Fix formatting
Dirkjan Ochtman
1
-6
/
+6
2018-10-08
Tweak custom syntax documentation some more
Dirkjan Ochtman
1
-9
/
+16
2018-10-08
Add changing delimiters documentation
bott
1
-2
/
+33
2018-10-05
Add changing delimiters support
bott
1
-2
/
+3
2018-09-02
Fix formatting with cargo fmt
Dirkjan Ochtman
1
-1
/
+2
2018-07-23
Make order of dependency properties consistent
Dirkjan Ochtman
1
-1
/
+1
2018-07-23
Bump versions to 0.7.1
Dirkjan Ochtman
1
-3
/
+3
2018-07-23
Update documentation to cover configuration file
Dirkjan Ochtman
1
-8
/
+22
2018-07-23
Document mechanism for user-defined filters (fixes #102)
Dirkjan Ochtman
1
-2
/
+7
2018-07-22
Change order for Template trait methods
Dirkjan Ochtman
1
-2
/
+2
2018-07-22
Add Template method to return template extension
Dirkjan Ochtman
1
-0
/
+2
Thanks to Ryan McGrath for the suggestion and initial implementation.
2018-07-22
Add optional implementation for actix_web's Responder trait
Ryan McGrath
2
-0
/
+31
2018-07-11
Move get_template_source() into askama_derive
Dirkjan Ochtman
1
-2
/
+0
2018-07-10
Use Config type for build script helper
Dirkjan Ochtman
1
-1
/
+1
2018-07-10
Add partial support for multiple template dirs
mash
1
-3
/
+5
2018-06-25
Add AppVeyor badge in crate metadata
Dirkjan Ochtman
1
-0
/
+1
2018-06-25
Add support for 'loop.first' variable
Dirkjan Ochtman
1
-0
/
+1
2018-06-24
Set maintenance status to 'actively-developed'
Dirkjan Ochtman
1
-0
/
+1
2018-06-24
Use a proper license expression
Dirkjan Ochtman
1
-1
/
+1
[next]