aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade to gotham 0.5Libravatar Dirkjan Ochtman2020-09-071-2/+2
|
* Use unstable sort for size median calculationLibravatar Dirkjan Ochtman2020-08-251-1/+1
|
* Use efficient method for nested template renderingLibravatar Dirkjan Ochtman2020-08-252-5/+6
|
* tide: use set_error for correct error handlingLibravatar Jacob Rothstein2020-08-041-2/+2
|
* Update tide requirement from 0.12 to 0.13Libravatar dependabot-preview[bot]2020-08-041-1/+1
| | | | | | | Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.12.0...v0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump askama_derive dependency on askama_sharedLibravatar Dirkjan Ochtman2020-07-281-1/+1
|
* Bump version numbersLibravatar Dirkjan Ochtman2020-07-283-5/+5
|
* Add mendes integrationLibravatar Dirkjan Ochtman2020-07-285-0/+55
|
* Use modern dyn syntax to prevent warningsLibravatar Dirkjan Ochtman2020-07-281-1/+1
|
* Point to relevant book chapter from the filters module docsLibravatar Dirkjan Ochtman2020-07-231-2/+2
|
* Fix filter docs to clarify whitespace handlingLibravatar Dirkjan Ochtman2020-07-231-16/+18
|
* Update tide requirement from 0.11 to 0.12Libravatar dependabot-preview[bot]2020-07-201-1/+1
| | | | | | | Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix additional clippy issueLibravatar Dirkjan Ochtman2020-07-202-2/+2
|
* Clean up clippy issuesLibravatar Dirkjan Ochtman2020-07-203-11/+9
|
* Add fmt filter that swaps the first two arguments to format!().Libravatar Andrew Dona-Couch2020-07-143-1/+53
| | | | | | This allows a more natural filter usage: `{{ val | fmt("{:?}") }}` as well as enabling convenient filter composition: `{{ price | to_f64 | fmt("${:.2}") | center }}`
* Apparently no more than 5 keywords are allowedLibravatar Dirkjan Ochtman2020-07-141-1/+1
|
* Bump version number for askama_tide to make it consistentLibravatar Dirkjan Ochtman2020-07-141-1/+1
|
* Bump versions to prepare for askama_tide releaseLibravatar Dirkjan Ochtman2020-07-144-7/+7
|
* Bump askama version to 0.10.1Libravatar Dirkjan Ochtman2020-07-141-1/+1
|
* Bump dependency versions to force the latest versionLibravatar Dirkjan Ochtman2020-07-142-3/+3
|
* Bump askama_derive version to 0.10.1Libravatar Dirkjan Ochtman2020-07-141-1/+1
|
* Add Tide target to CILibravatar Dirkjan Ochtman2020-07-141-0/+14
|
* alphabetize frameworksLibravatar Jacob Rothstein2020-07-146-65/+66
|
* askama tideLibravatar Jacob Rothstein2020-07-1415-1/+135
|
* Disable default features of `askama_shared` in `askama_derive`Libravatar Yuki Okushi2020-07-021-1/+1
|
* Bump askama_shared version with whitespace fixesLibravatar Dirkjan Ochtman2020-06-301-1/+1
|
* Add tests for allow whitespaces patchLibravatar Ciprian Dorin Craciun2020-06-302-0/+104
|
* Add support for more whitespace positions within expressions:Libravatar Ciprian Dorin Craciun2020-06-301-11/+20
| | | | | | | | | | | | * in function calls: `x ( 1 , 2 )`; * in path elements: `module :: element`; * in attributes: `x . y . z`; * in filter arguments: `x| filter ( 1 , 2 )`; * before unary operators: `! false` and `- 42`; * in grouped expressions: `( 1 + 2 )`; * also allow more than a single whitespace; Change some tests to include whitespaces in various positions.
* Bump version number for askama_sharedLibravatar Dirkjan Ochtman2020-06-301-1/+1
|
* Tweak dependency on futures for Actix integrationLibravatar Dirkjan Ochtman2020-06-303-3/+10
|
* Reference READMEs in crate metadataLibravatar Dirkjan Ochtman2020-06-307-0/+7
|
* Add askama_escape README to crate metadataLibravatar Dirkjan Ochtman2020-06-301-1/+2
|
* Add README files for subcratesLibravatar Dirkjan Ochtman2020-06-308-0/+72
|
* Bump version numbersLibravatar Dirkjan Ochtman2020-06-309-20/+19
|
* Add license files to each crate (fixes #339)Libravatar Dirkjan Ochtman2020-06-3018-2/+18
|
* Prune duplicate documentationLibravatar Dirkjan Ochtman2020-06-303-493/+7
|
* Single capital in section titlesLibravatar Dirkjan Ochtman2020-06-301-3/+3
|
* Move optional filter documentation into filters sectionLibravatar Dirkjan Ochtman2020-06-302-25/+26
|
* Add CI to build bookLibravatar Dirkjan Ochtman2020-06-301-0/+19
|
* Add myself as an authorLibravatar Dirkjan Ochtman2020-06-291-1/+1
|
* Initial Askama Book (#332)Libravatar cetra32020-06-2911-0/+1018
|
* Remove redundant cloneLibravatar Dirkjan Ochtman2020-06-241-1/+1
|
* Reorder parser type definitionsLibravatar Dirkjan Ochtman2020-06-031-46/+46
|
* Revert whitespace matching to old macro behaviorLibravatar Dirkjan Ochtman2020-06-031-6/+8
|
* Strip 0 or more instead of 1 whitespace character (fixes #337)Libravatar Dirkjan Ochtman2020-06-031-2/+2
|
* Allow block definitions in if/for/match blocks (fixes #335)Libravatar Dirkjan Ochtman2020-06-032-9/+14
|
* Refactor code for finding nested blocksLibravatar Dirkjan Ochtman2020-06-031-32/+27
|
* Tweak example in READMELibravatar Dirkjan Ochtman2020-05-271-3/+1
|
* Update `EscapeWriter` HTML implementation to not output empty stringsLibravatar Ciprian Dorin Craciun2020-05-241-1/+5
|
* Cast empty arrays to slice to get around clippyLibravatar Dirkjan Ochtman2020-05-211-3/+2
|