New
v0.15.2
What's Changed
- Correctly handle local variables in
extendsblocks by @GuillaumeGomez in https://github.com/askama-rs/askama/pull/670 - Better spans for
#[filter_fn]by @Kijewski in https://github.com/askama-rs/askama/pull/655 - Remove mentions of
salvoby @Kijewski in https://github.com/askama-rs/askama/pull/659 - Add missing information in the
Upgrading to new versionschapter in the askama book by @GuillaumeGomez in https://github.com/askama-rs/askama/pull/665 - Fix invalid block call warnings coming from
extendsby @GuillaumeGomez in https://github.com/askama-rs/askama/pull/666 - Update duplicated blocks warning message and add warning about not compiling starting next version by @GuillaumeGomez in https://github.com/askama-rs/askama/pull/669
- derive: allow
wherebounds in#[filter_fn]by @Kijewski in https://github.com/askama-rs/askama/pull/672 - [Book] Improve
filterschapter by @Tirka in https://github.com/askama-rs/askama/pull/673 - [Book] Use more current markdown syntax for fragment links by @Kijewski in https://github.com/askama-rs/askama/pull/658
- [Book] Improve
filterschapter examples (by making us ofdefined_orfilter) by @Tirka in https://github.com/askama-rs/askama/pull/675
New Contributors
- @Tirka made their first contribution in https://github.com/askama-rs/askama/pull/673
Full Changelog: https://github.com/askama-rs/askama/compare/v0.15.1...v0.15.2