Twig v1.8.0 Release Notes

Release Date: 2012-05-08 // about 12 years ago
    • enforced interface when adding tests, filters, functions, and node visitors from extensions
    • fixed a side-effect of the date filter where the timezone might be changed
    • simplified usage of the autoescape tag; the only (optional) argument is now the escaping strategy or false (with a BC layer)
    • added a way to dynamically change the auto-escaping strategy according to the template "filename"
    • changed the autoescape option to also accept a supported escaping strategy (for BC, true is equivalent to html)
    • added an embed tag