askama v0.6.0 Release Notes

Release Date: 2018-04-12 // about 6 years ago
  • ๐Ÿ“š Finally, another release of Askama, the type-safe compiled Jinja-like Rust templating library. The biggest feature in this release is the support for match blocks, making it possible to do pattern matching in templates. An example is provided in the documentation.

    • Implement basic match functionality (thanks to @anowell)
    • โž• Add support for importing template files with macros (fixes #51, thanks to @larros)
    • ๐Ÿ›  Fixed implementation of Rocket Responder which was broken in the 0.5.0 release
    • Infer Content-Type from the file extension for Iron integration (thanks to @hajifkd)
    • โž• Add support for array literals (fixes #59)
    • โž• Add support for tuple indexing (thanks to @larros)
    • ๐Ÿ›  Numerous bug fixes

    Thanks to everyone who has contributed to Askama!