All Versions
73
Latest Version
Avg Release Cycle
44 days
Latest Release
592 days ago

Changelog History
Page 4

  • v0.11.15 Changes

    September 09, 2018
    • โœ‚ Remove invalid unreachable! call causing panic in some combination or for loop and specific filters
    • ๐Ÿ›  Fix macros loading in parent templates and using them in child ones
    • ๐Ÿ›  Fix macros loading other macros not working when called in inheritance
    • ๐Ÿ—„ Mark Context::add as deprecated and do not display it in the docs anymore (aka TIL the deprecated attribute)
    • Fix __tera_context not getting all the available context (set, forloop etc)
    • ๐Ÿ‘ Better error message when variable indexing fails
  • v0.11.14 Changes

    September 02, 2018
    • โœ‚ Remove stray println
  • v0.11.13 Changes

    September 02, 2018
    • โž• Add as_str filter
    • Way fewer allocations and significant speedup (2-5x) for templates with large objects/loops
    • Checks that all macro files are accounted for at compile time and errors if it's not the case
  • v0.11.12 Changes

    August 04, 2018
    • filter filter was not properly registered (โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป
  • v0.11.11 Changes

    August 01, 2018
    • truncate filter now works correctly on multichar graphemes
  • v0.11.10 Changes

    August 01, 2018
    • โž• Add a throw global function to fail rendering from inside a template
  • v0.11.9 Changes

    July 16, 2018
    • โž• Add a matching tester
    • Register now global function so it is available
    • โšก๏ธ Update error-chain
  • v0.11.8 Changes

    June 20, 2018
    • โž• Add True and False as boolean values to match Python
    • ๐Ÿ‘ Allow user to define their own escape function, if you want to generate JSON for example
    • โž• Add end argument to the truncate filter to override the default ellipsis
    • โž• Add a group_by filter
    • โž• Add a filter filter
    • โž• Add the ~ operator to concatenate strings
    • โž• Add a now global function to get local and UTC datetimes
    • Add feature to enable the preserve_order feature of serde_json
    • Less confusing behaviour with math arithmetics
  • v0.11.7 Changes

    April 24, 2018
    • โž• Add array literal instantiation from inside Tera for set, set_global, kwargs and for loop container
    • ๐Ÿ›  Fix panic on truncate filter
  • v0.11.6 Changes

    March 25, 2018
    • โž• Add break and continue to forloops
    • ๐Ÿ›  Fix strings delimited by single quote and backtick not removing the delimiters