index
:
askama
main
added poem support
cel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_shared
/
src
/
filters
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge askama_derive into askama
René Kijewski
2022-06-08
3
-714
/
+0
*
Move code generation into askama_derive
René Kijewski
2022-05-24
1
-36
/
+0
*
Fix nightly clippy warning (#684)
Dirkjan Ochtman
2022-05-18
1
-2
/
+2
*
fix formatting
Axel Kappel
2022-03-26
1
-1
/
+1
*
made capitalize filter unicode aware
Axel Kappel
2022-03-26
1
-13
/
+10
*
Make json filter safe
René Kijewski
2022-02-16
1
-16
/
+23
*
Add markdown filter
René Kijewski
2022-02-07
1
-3
/
+53
*
No need to build a String when it gets referenced as &str implicitly
René Kijewski
2022-01-06
1
-6
/
+0
*
Use char for patterns where possible
Dirkjan Ochtman
2021-12-08
1
-2
/
+2
*
Added support for optional escaper for escape filter (resolves #556)
vallentin
2021-11-19
1
-9
/
+0
*
Silence clippy warning from Rust 1.54
Dirkjan Ochtman
2021-07-30
1
-0
/
+1
*
Eliminate common tails from branches
Dirkjan Ochtman
2021-04-13
1
-4
/
+2
*
added paragraphbreaks function
mbuscemi
2021-03-22
1
-1
/
+30
*
fix typo in docstring
technic93
2021-03-14
1
-1
/
+1
*
Added urlencode filter to book
vallentin
2021-01-06
1
-5
/
+5
*
Removed implicit borrowing of literals, calls, and more (fixes #404)
vallentin
2021-01-05
3
-52
/
+56
*
Resolved Clippy lints
vallentin
2021-01-01
1
-10
/
+10
*
Fix urlencode to be usable for URL segments and query keys/values (#384)
Jakub Valtar
2020-11-16
1
-30
/
+88
*
fix into_f64 and into_isize
Yuxuan Shui
2020-09-16
1
-13
/
+13
*
Point to relevant book chapter from the filters module docs
Dirkjan Ochtman
2020-07-23
1
-2
/
+2
*
Add fmt filter that swaps the first two arguments to format!().
Andrew Dona-Couch
2020-07-14
1
-1
/
+23
*
Remove redundant clone
Dirkjan Ochtman
2020-06-24
1
-1
/
+1
*
Fix wrong num_traits cfg feature in askama_shared
Jerome Gravel-Niquet
2020-04-25
1
-8
/
+8
*
fix: make filesizeformat work with all types that implement humansize::FileSi...
Zachary Kohnen
2020-03-31
1
-6
/
+6
*
fix urlencode bug, do not encode a fixed size of character exceptions
João Oliveira
2020-03-31
1
-6
/
+35
*
add urlencode filter
João Oliveira
2020-03-30
1
-1
/
+20
*
Fix askama_shared clippy warning
Paolo Barbolini
2020-02-24
1
-6
/
+7
*
Adapt to new warnings and formatting
Dirkjan Ochtman
2020-02-08
1
-1
/
+1
*
add 2 more test
D.Loh
2020-02-07
1
-0
/
+3
*
add unit test, and do not truncate when len equal
D.Loh
2020-02-07
1
-1
/
+23
*
eliminate panic on len not lie on boundary
D.Loh
2020-02-07
1
-1
/
+5
*
Fix up formatting
Dirkjan Ochtman
2020-01-15
1
-1
/
+1
*
Make dependencies optional where possible
Dirkjan Ochtman
2020-01-15
1
-3
/
+15
*
Clean up clippy warnings
Dirkjan Ochtman
2020-01-02
1
-30
/
+27
*
Add optional support for yaml filter (see #192)
Dirkjan Ochtman
2019-01-17
2
-2
/
+39
*
Specify a trait that handles the output format's escaping
Dirkjan Ochtman
2019-01-12
2
-20
/
+28
*
Fix import order
Dirkjan Ochtman
2019-01-12
1
-1
/
+1
*
Use 2018 edition idioms
Dirkjan Ochtman
2018-12-08
2
-14
/
+14
*
Upgrade to 2018 edition
Dirkjan Ochtman
2018-12-08
1
-1
/
+1
*
Fix typo in serde_json feature
Dirkjan Ochtman
2018-12-07
2
-4
/
+3
*
Fix unnecessary len at capitalize filter
Juan Aguilar Santillana
2018-12-01
1
-9
/
+6
*
Add filesizeformat filter
youmouse
2018-11-16
1
-1
/
+18
*
Create askama_escape crate
bott
2018-11-07
1
-1
/
+1
*
Escape into Formatter
Dirkjan Ochtman
2018-11-05
2
-8
/
+7
*
Add f64 filter
Tomas
2018-11-05
1
-1
/
+19
*
Add isize filter
Tomas
2018-11-05
1
-1
/
+26
*
Replace `format!()` with `to_string()` in filters
Casey Rodarmor
2018-10-17
1
-10
/
+10
*
Add `indent` filter
Casey Rodarmor
2018-10-17
1
-1
/
+32
*
Remove periods from documentation sentence fragments
Dirkjan Ochtman
2018-10-08
1
-2
/
+2
*
Add center filter
bott
2018-09-25
1
-1
/
+37
[next]