summaryrefslogtreecommitdiff
path: root/src/Parser/TemplateParser.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-15Add support for Backed Enums (#1171)Simon Wisselink1-570/+578
2026-02-15Regex matches operator (#1169)Simon Wisselink1-1099/+1150
2026-02-11Support for Laravel Collections style object chaining (#1168)Simon Wisselink1-729/+740
2025-05-03Support trailing comma in array (#1128)hirosan1-238/+245
2024-12-23Restore special handling of isset and empty as it was in v4. Fixes #1063 (#1093)Simon Wisselink1-886/+1006
2024-04-19Prevent notices on null to string conversion in Template::appendCode (#1002)Simon Wisselink1-1/+1
2024-03-25Documented support for `is in`, added support for `is not in`. (#955)Simon Wisselink1-804/+854
2024-03-25Internal compiler classes always return a string (#918)Simon Wisselink1-136/+134
2024-03-15Fix Too many shorthand attributes error when using a modifier as a function w...Simon Wisselink1-1/+1
2023-08-08Smarty5 (#852)Simon Wisselink1-0/+3003