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

Changelog History
Page 9

  • v1.44.2 Changes

    January 05, 2021
    • Fix "odd" not working for negative numbers
  • v1.44.1 Changes

    October 27, 2020
    • Fix "include(template_from_string())"
  • v1.44.0 Changes

    October 21, 2020
    • Remove implicit dependency on ext/iconv in JS escaper
    • 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 }
    • Fix filter(), map(), and reduce() to throw a RuntimeError instead of a PHP TypeError
    • Drop PHP 7.1 support
  • v1.43.1 Changes

    August 05, 2020
    • 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)
  • v1.43.0 Changes

    July 05, 2020
    • Throw exception in case non-Traversable data is passed to "filter"
    • Fix context optimization on PHP 7.4
    • Fix PHP 8 compatibility
    • Drop PHP 5.5 5.6, and 7.0 support
    • Fix ambiguous syntax parsing
    • In sandbox, the filter, map and reduce filters require Closures in arrow parameter
  • v1.42.6 Changes

    • Fix ambiguous syntax parsing
  • v1.42.5 Changes

    February 11, 2020
    • Fix implementation of case-insensitivity for method names
  • v1.42.4 Changes

    November 11, 2019
    • optimized "block('foo') ?? 'bar"
    • added supported for exponential numbers
  • v1.42.3 Changes

    August 24, 2019
    • fixed the "split" filter when the delimiter is "0"
    • fixed the "empty" test on Traversable instances
    • fixed cache when opcache is installed but disabled
    • fixed PHP 7.4 compatibility
    • bumped the minimal PHP version to 5.5
  • v1.42.2 Changes

    June 18, 2019
    • Display partial output (PHP buffer) when an error occurs in debug mode