aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix urlencode bug, do not encode a fixed size of character exceptionsLibravatar João Oliveira2020-03-311-6/+35
|
* add urlencode filterLibravatar João Oliveira2020-03-303-4/+25
|
* Fixed clippy warningsLibravatar Nathan Lapel2020-03-181-0/+2
|
* Use _visit_args in var/path callsLibravatar Nathan Lapel2020-03-182-18/+11
|
* Support function callsLibravatar Nathan Lapel2020-03-183-9/+133
|
* Mention warp as an available integrationLibravatar Dirkjan Ochtman2020-02-241-1/+1
|
* Import warp with no default featuresLibravatar Paolo Barbolini2020-02-241-1/+1
|
* Fix askama_shared clippy warningLibravatar Paolo Barbolini2020-02-241-6/+7
|
* Adapt to new warnings and formattingLibravatar Dirkjan Ochtman2020-02-085-11/+4
|
* add 2 more testLibravatar D.Loh2020-02-071-0/+3
|
* add unit test, and do not truncate when len equalLibravatar D.Loh2020-02-071-1/+23
|
* eliminate panic on len not lie on boundaryLibravatar D.Loh2020-02-071-1/+5
| | | check boundary, add truncate len per 1 as needed till checking pass
* Generalize hashmap parameter as suggested by clippyLibravatar Dirkjan Ochtman2020-01-291-8/+8
|
* Move code generation into askama_sharedLibravatar Dirkjan Ochtman2020-01-296-156/+188
|
* Move input module into askama_sharedLibravatar Dirkjan Ochtman2020-01-295-4/+6
|
* Move parser into askama_sharedLibravatar Dirkjan Ochtman2020-01-296-16/+11
|
* Add support for warpLibravatar Bjørn Madsen2020-01-2911-1/+106
|
* Update gotham requirement from 0.3 to 0.4Libravatar dependabot-preview[bot]2020-01-291-1/+1
| | | | | | | Updates the requirements on [gotham](https://github.com/gotham-rs/gotham) to permit the latest version. - [Release notes](https://github.com/gotham-rs/gotham/releases) - [Commits](https://github.com/gotham-rs/gotham/compare/gotham-0.3.0...gotham-0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Capitalize test job namesLibravatar Dirkjan Ochtman2020-01-291-2/+2
|
* Error::description() will be deprecated soonLibravatar Dirkjan Ochtman2020-01-291-12/+2
|
* Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman2020-01-2911-28/+37
|
* Move Gotham integration into separate askama_gotham crateLibravatar Dirkjan Ochtman2020-01-2910-38/+65
|
* Move Rocket integration into askama_rocket crateLibravatar Dirkjan Ochtman2020-01-2910-31/+44
|
* Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman2020-01-2910-86/+111
|
* Disable Gotham's default featuresLibravatar Dirkjan Ochtman2020-01-272-2/+2
|
* Disable rocket's default featuresLibravatar Dirkjan Ochtman2020-01-272-2/+2
|
* Bump version to 0.9.1Libravatar Dirkjan Ochtman2020-01-271-1/+1
|
* Show all filters in docs.rsLibravatar Dirkjan Ochtman2020-01-271-0/+3
|
* Add funding links configLibravatar Dirkjan Ochtman2020-01-231-0/+2
|
* Remove redundant word in docLibravatar Broono Lu2020-01-161-1/+1
|
* Remove unnecessary explicit lifetimesLibravatar Dirkjan Ochtman2020-01-151-1/+1
|
* Fix up formattingLibravatar Dirkjan Ochtman2020-01-151-1/+1
|
* Remove obsolete CI badgesLibravatar Dirkjan Ochtman2020-01-151-2/+0
|
* Bump version numbers to 0.9.0Libravatar Dirkjan Ochtman2020-01-154-9/+9
|
* Export shared crate root as moduleLibravatar Dirkjan Ochtman2020-01-151-1/+1
|
* Make dependencies optional where possibleLibravatar Dirkjan Ochtman2020-01-154-21/+68
|
* Modernize and simplify importsLibravatar Dirkjan Ochtman2020-01-152-10/+5
|
* Add new templatesLibravatar Dirkjan Ochtman2020-01-122-0/+6
|
* Improve spacingLibravatar Dirkjan Ochtman2020-01-122-1/+7
|
* Add test for let declarations in blocksLibravatar Dirkjan Ochtman2020-01-121-0/+14
|
* Flush buffer before exiting block with non-empty scope (fixes #227)Libravatar Dirkjan Ochtman2020-01-121-0/+9
|
* Write conditional blocks before popping variable stack (see #227)Libravatar Dirkjan Ochtman2020-01-122-19/+25
|
* Support escaping in string literalsLibravatar Tuomas Siipola2020-01-123-20/+45
| | | | | | Do not attempt to parse escape sequences thoroughly. Instead let the Rust compiler to check the string literals and provide nice error messages if necessary.
* fix clippy warningsLibravatar DCjanus2020-01-111-2/+2
|
* upgrade dependencies(actix-web 0.7 -> 2)Libravatar DCjanus2020-01-115-54/+36
|
* Support char literalsLibravatar Tuomas Siipola2020-01-036-3/+63
|
* Fix URL for CI badge, againLibravatar Dirkjan Ochtman2020-01-021-1/+1
|
* Update CI badge to point to GitHubLibravatar Dirkjan Ochtman2020-01-021-2/+2
|
* Remove Azure Pipelines configurationLibravatar Dirkjan Ochtman2020-01-021-15/+0
|
* Add GitHub Actions configurationLibravatar Dirkjan Ochtman2020-01-021-0/+82
|