tera v0.8.1 Release Notes

Release Date: 2017-03-15 // about 7 years ago
    • Macro rendering perf improved and general code cleanup thanks to @Peternator7
    • ๐Ÿ›  Fix bug in parser with floats
    • ๐Ÿ‘‰ Make date filter work with string input in YYYY-MM-DD format
    • ๐Ÿ“œ Big parsing improvement (~20-40%) for projects with macros and inheritance
    • โž• Add Tera::extend to extend another instance of Tera
    • โž• Add Tera::full_reload that will re-run the glob and parse all templates found.
    • Make Tera::add_raw_template{s} and Tera::add_template_file{s} part of the public API
    • ๐Ÿ›  Fix location in error message when erroring in a child template