aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Version bump in README and bookLibravatar Allan Zhang2022-10-214-4/+4
| | | | | | | | | I was going through the book when I saw the version was still 0.8. This commit ensures all references to Askama version are to 0.11.2. Most of them already were. Merge whenever appropriate for release, #722 related
* Remove `_ext` from `askama_hyper`, tooLibravatar René Kijewski2022-09-262-5/+4
| | | | | That part was missing from #632, because #632 came before #706, and I forgot to update the older PR.
* Update criterion requirement from 0.3 to 0.4 (#721)Libravatar dependabot[bot]2022-09-262-2/+2
| | | | | | | | | | | | | | | | | Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Apply clippy suggestions from Rust 1.64 (#725)Libravatar Dirkjan Ochtman2022-09-231-1/+1
|
* Update dependenciesLibravatar Dirkjan Ochtman2022-09-214-14/+13
|
* Remove ext argument in integrationsLibravatar René Kijewski2022-09-197-29/+15
|
* Add Expr::is_cachable()Libravatar René Kijewski2022-09-192-4/+35
|
* Skip caching calls (Resolves #667)Libravatar vallentin2022-09-191-3/+7
|
* Update mendes requirement from 0.0.64 to 0.1.0Libravatar dependabot[bot]2022-08-051-1/+1
| | | | | | | | | | | | | Updates the requirements on [mendes](https://github.com/djc/mendes) to permit the latest version. - [Release notes](https://github.com/djc/mendes/releases) - [Commits](https://github.com/djc/mendes/commits) --- updated-dependencies: - dependency-name: mendes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Update serde_yaml requirement from 0.8 to 0.9Libravatar dependabot[bot]2022-07-291-1/+1
| | | | | | | | | | | | | Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Remove support for deprecated `_parent` fieldLibravatar René Kijewski2022-07-253-52/+41
| | | | | | The support for the magic `_parent` field is deprecated since v0.8.0 or issue #180. It's bothersome to keep this feature alive, when no-one should be using it for 3 years.
* Implement basic hyper integrationLibravatar René Kijewski2022-07-2512-1/+175
| | | | | | | The integration is based on askama_gotham. There is no specific trait to convert an arbitrary T to `hyper::Response`, so I used `From<Template> for hyper::Response`.
* Update actix-test requirement from =0.1.0-beta.13 to =0.1.0Libravatar dependabot[bot]2022-07-251-1/+1
| | | | | | | | | | | | | | Updates the requirements on [actix-test](https://github.com/actix/actix-web) to permit the latest version. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/test-v0.1.0-beta.13...v0.1.0) --- updated-dependencies: - dependency-name: actix-test dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Update to comrak v0.14Libravatar René Kijewski2022-07-204-4/+5
|
* Make sure all packages are testedLibravatar René Kijewski2022-06-201-79/+13
|
* Feature-gate test_whitespace_parsing()Libravatar René Kijewski2022-06-201-0/+1
|
* Add caching action to shrink CI times (#698)Libravatar Nate Kidwell2022-06-172-35/+54
|
* Update to Rocket 0.5Libravatar René Kijewski2022-06-165-17/+22
| | | | | | | | Though Rocket 0.5 still only a release candidate, Rocket 0.4 severely outdated, and depends on a bunch of crates with active security advisories. Rocket 0.5 updates its dependencies to fixes versions. Also Rocket 0.4 needs a nightly Rust, which caused multiple problems.
* Replace `&Option<Box<T>>` with `Option<&T>` (#696)Libravatar René Kijewski2022-06-152-5/+7
| | | No need to work on references to references.
* Remove BuildHasher from Heritage, tooLibravatar René Kijewski2022-06-151-2/+2
|
* Remove hash builder parameter from generatorLibravatar René Kijewski2022-06-151-6/+7
| | | | | The generator cannot be accessed outside of crate, so it's not possible to override the default hasher.
* Replace .filter_map().next() with .filter_map()Libravatar René Kijewski2022-06-151-3/+2
|
* Copy can be derivedLibravatar René Kijewski2022-06-151-6/+2
|
* Document macro import syntax.Libravatar Owen Jacobson2022-06-091-0/+8
| | | | This was a source of some frustration working on a port of a toy app to askama. The tests do help, but having this called out in the docs would have saved me an hour or two.
* Merge askama_derive into askamaLibravatar René Kijewski2022-06-0813-230/+172
|
* Expose features in integration cratesLibravatar René Kijewski2022-06-077-0/+70
|
* Update comrak requirement from 0.12 to 0.13Libravatar dependabot[bot]2022-06-072-2/+2
| | | | | | | | | | | | | | Updates the requirements on [comrak](https://github.com/kivikakk/comrak) to permit the latest version. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.12.0...0.13.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Move code generation into askama_deriveLibravatar René Kijewski2022-05-2415-135/+136
|
* Move configuration into its own moduleLibravatar René Kijewski2022-05-236-533/+551
|
* Fix nightly clippy warning (#684)Libravatar Dirkjan Ochtman2022-05-181-2/+2
|
* Allow `{% endmacro name %}`Libravatar Bastien Orivel2022-04-293-12/+26
| | | | | | Just migrated a repo from tera to askama and this was one of the only things that was different. This is also coherent with `{% block %}` for which I added the same feature years ago.
* Fix invalid check (#678)Libravatar Guillaume Gomez2022-04-261-2/+2
|
* Add documentation for `~` and `"minimize"`Libravatar Guillaume Gomez2022-04-261-3/+18
|
* Add tests for Whitespace::Minize parsingLibravatar Guillaume Gomez2022-04-261-0/+29
|
* Add test for "minimize" configLibravatar Guillaume Gomez2022-04-262-0/+45
|
* Add test for new `whitespace` parameter value: "minimize"Libravatar Guillaume Gomez2022-04-261-0/+9
|
* Rename Whitespace::Trim into Whitespace::SuppressLibravatar Guillaume Gomez2022-04-262-12/+12
|
* Add WhitespaceHandling::MinimizeLibravatar Guillaume Gomez2022-04-263-20/+47
|
* Add new minimize jinja character handling: `~`Libravatar Guillaume Gomez2022-04-261-1/+5
|
* Update `whitespace` documentationLibravatar Guillaume Gomez2022-04-211-2/+2
|
* Rename `suppress_whitespace` into `whitespace` and update expected values to ↵Libravatar Guillaume Gomez2022-04-213-20/+56
| | | | "suppress" and "preserve"
* Add documentation for "config" parameterLibravatar Guillaume Gomez2022-04-211-2/+9
|
* Add documentation for suppress_whitespaceLibravatar Guillaume Gomez2022-04-211-1/+28
|
* Add test for suppress_whitespace optionLibravatar Guillaume Gomez2022-04-213-19/+342
|
* Add config option to derive macro so we can specify config file locationLibravatar Guillaume Gomez2022-04-213-3/+17
|
* Parse template derive args outside of TemplateInput::newLibravatar Guillaume Gomez2022-04-212-98/+125
|
* Update parser to allow "+" signLibravatar Guillaume Gomez2022-04-212-166/+218
|
* Add suppress_whitespace config optionLibravatar Guillaume Gomez2022-04-213-7/+49
|
* Remove `unsafe { … }` code from askama_escapeLibravatar René Kijewski2022-04-131-50/+34
| | | | | | | | | | | | Using only safe code is actually same as fast as the previous "unsafe" code according to the crate's benchmark. The code was extracted from [markup]'s escape function in [escape.rs], written by Utkarsh Kukreti <utkarshkukreti@gmail.com>, licensed as `MIT OR Apache-2.0`. [markup]: https://crates.io/crates/markup [escape.rs]: https://github.com/utkarshkukreti/markup.rs/blob/8ec40428483790b2c296e907e7be4147b157fe8f/markup/src/escape.rs#L1-L21
* Update mendes requirement from 0.0.63 to 0.0.64Libravatar dependabot[bot]2022-04-071-1/+1
| | | | | | | | | | | | | Updates the requirements on [mendes](https://github.com/djc/mendes) to permit the latest version. - [Release notes](https://github.com/djc/mendes/releases) - [Commits](https://github.com/djc/mendes/commits) --- updated-dependencies: - dependency-name: mendes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>