summaryrefslogtreecommitdiff
path: root/src/Parser/TemplateParser.y
AgeCommit message (Expand)AuthorFilesLines
2026-02-15Add support for Backed Enums (#1171)Simon Wisselink1-0/+5
2026-02-15Regex matches operator (#1169)Simon Wisselink1-0/+9
2026-02-11Support for Laravel Collections style object chaining (#1168)Simon Wisselink1-6/+16
2025-05-03Support trailing comma in array (#1128)hirosan1-0/+4
2024-12-23Restore special handling of isset and empty as it was in v4. Fixes #1063 (#1093)Simon Wisselink1-31/+109
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-4/+13
2024-03-25Internal compiler classes always return a string (#918)Simon Wisselink1-3/+1
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/+1305