Twig v1.44.0 Release Notes

Release Date: 2020-10-21 // over 3 years ago
    • 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