Twig v1.5.0-RC1 Release Notes

Release Date: 2011-12-26 // over 12 years ago
    • removed the need to quote hash keys
    • allowed hash keys to be any expression
    • added a do tag
    • added a flush tag
    • added support for dynamically named filters and functions
    • added a dump function to help debugging templates
    • added a nl2br filter
    • added a random function
    • added a way to change the default format for the date filter
    • fixed the lexer when an operator ending with a letter ends a line
    • added string interpolation support
    • enhanced exceptions for unknown filters, functions, tests, and tags