Added Features
- Implement
Valueson tuple by @GuillaumeGomez in #391 - Pass variables to sub-templates more reliably even if indirectly by @Kijewski in #397
- Implement
firstandblankarguments for|indentby @Kijewski in #401 - Add named arguments for builtin filters by @Kijewski in #403
- Add
uniquefilter by @GuillaumeGomez in #405
Bug Fixes And Consistency
askama_deriveaccidentally exposed as a feature by @Kijewski in #384- Track config files by @GuillaumeGomez in #385
- If using local variable as value when creating a new variable, do not put it behind a reference by @GuillaumeGomez in #392
- generator: make
CARGO_MANIFEST_DIRpart ofConfigKeyby @strickczq in #395 - Do not put question mark initialization expressions behind a reference by @GuillaumeGomez in #400
- Update to more current rust version on readthedocs by @Kijewski in #410
- Fix
uniquefilter implementation by @GuillaumeGomez in #417 - Add
|titlecaseas alias for|titleby @Kijewski in #416
Further Changes
- book: add page about
FastWritableby @Kijewski in #407 - Add throughput to derive benchmark by @Kijewski in #413
- Move
FastWritableintoaskamaroot by @GuillaumeGomez in #411
New Contributors
- @strickczq made their first contribution in #395
Full Changelog: v0.13.0...v0.14.0