tera v0.7.0 Release Notes

Release Date: 2017-02-01 // about 7 years ago
  • ๐Ÿ’ฅ Breaking changes

    • Tera::add_template -> Tera::add_raw_template
    • Tera::add_templates -> Tera::add_raw_templates

    Others

    • ๐ŸŽ Performance improvement thanks to @clarcharr
    • ๐Ÿ‘ Better error message for value_render. Thanks to @SilverWingedSeraph for the report
    • Hide add_raw_template and add_raw_templates from docs, they were meant for internal use
    • Exported macros now use the $crate variable, which means you don't need to import anything from Tera to have them working
    • ๐Ÿ”ฆ Expose AST (not covered by semver)
    • โž• Add a Context::extend method to merge a context object into another one