tera v0.8.0 Release Notes

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

    • Remove value_render and value_one_off, you can now use render and one_off for both values and context

    Others

    • ๐Ÿ“œ Speed improvements on both parsing and rendering (~20-40% faster)
    • ๐Ÿ‘ Better error message on variable lookup failure in loops
    • Can now iterate on maps/struct using the {% for key, val in my_object %} construct