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

Changelog History
Page 1

  • v1.17.1 Changes

    September 19, 2022
    • ๐Ÿ‘‰ Make get_random use isize instead of i32 and bad error message
    • ๐Ÿ›  Fix variables lookup when the evaluated key has a . or quotes
    • ๐Ÿ›  Fix changed output of f64 from serde_json 1.0.85
  • v1.17.0 Changes

    August 14, 2022
    • ๐Ÿ›  Fix bug where operands in in operation were escaped before comparison
    • ๐Ÿ‘ฎ Force chrono dep to be 0.4.20 minimum
    • ๐Ÿ‘ Better support for parenthesis in expression
  • v1.16.0 Changes

    June 10, 2022
    • โž• Add a feature just for the urlencode builtin
    • ๐Ÿ›  Fix bug in slice filter if start >= end
    • ๐Ÿ‘ Allow supplying a timezone to a timestamp for the date filter
  • v1.15.0 Changes

    November 03, 2021
    • โž• Add default parameter to get filter
    • Tera::extend now also copies over function
    • โœ‚ Remove the new Context-local Tera function support, it was an accidental breaking change and will be added in v2 in some ways instead
  • v1.14.0 Changes

    November 01, 2021
    • ๐Ÿ”€ Ensure Context stays valid in Sync+Send, fixing an issue introduced in 1.13. 1.113 will be yanked.
  • v1.13.0 Changes

    October 17, 2021
    • โž• Add default parameter to get filter
    • Tera::extend now also copies over function
    • โž• Add Context-local Tera functions
  • v1.12.1 Changes

    July 13, 2021
    • โœ‚ Remove unused feature of chrono
    • โœ‚ Remove unwanted bloat in crate from accidental WASM files
  • v1.12.0 Changes

    July 13, 2021
    • โœ‚ Remove unused feature of chrono
    • โœ‚ Remove unwanted bloat in crate from accidental WASM files
  • v1.11.0 Changes

    June 14, 2021
    • ๐Ÿ‘ Allow iterating on strings with for
  • v1.10.0 Changes

    May 21, 2021
    • Add Tera::get_template_names