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

Changelog History
Page 2

  • v3.3.4 Changes

    November 25, 2021
    • Bump minimum supported Symfony component versions
    • Fix a deprecated message
  • v3.3.3 Changes

    September 17, 2021
    • Allow Symfony 6
    • Improve compatibility with PHP 8.1
    • Explicitly specify the encoding for mb_ord in JS escaper
  • v3.3.2 Changes

    May 16, 2021
    • Revert "Throw a proper exception when a template name is an absolute path (as it has never been supported)"
  • v3.3.1 Changes

    May 12, 2021
    • Fix PHP 8.1 compatibility
    • Throw a proper exception when a template name is an absolute path (as it has never been supported)
  • v3.3.0 Changes

    February 08, 2021
    • Fix macro calls in a "cache" tag
    • Add the slug filter
    • Allow extra bundle to be compatible with Twig 2
  • v3.2.1 Changes

    January 05, 2021
    • Fix extra bundle compat with older versions of Symfony
  • v3.2.0 Changes

    January 05, 2021
    • Add the Cache extension in the "extra" repositories: "cache" tag
    • Add "registerUndefinedTokenParserCallback"
    • Mark built-in node visitors as @internal
    • Fix "odd" not working for negative numbers
  • v3.1.1 Changes

    October 27, 2020
    • Fix "include(template_from_string())"
  • v3.1.0 Changes

    October 21, 2020
    • Fix sandbox support when using "include(template_from_string())"
    • Make round brackets optional for one argument tests like "same as" or "divisible by"
    • Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a }
  • v3.0.5 Changes

    August 05, 2020
    • Fix twig_compare w.r.t. whitespace trimming
    • Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag
    • Fix a regression when not using a space before an operator
    • Restrict callables to closures in filters
    • Allow trailing commas in argument lists (in calls as well as definitions)