summaryrefslogtreecommitdiff
path: root/src/Parser
AgeCommit message (Expand)AuthorFilesLines
2026-02-15Add support for Backed Enums (#1171)Simon Wisselink2-570/+583
2026-02-15Regex matches operator (#1169)Simon Wisselink2-1099/+1159
2026-02-11Support for Laravel Collections style object chaining (#1168)Simon Wisselink2-735/+756
2025-05-03Support trailing comma in array (#1128)hirosan2-238/+249
2024-12-23Restore special handling of isset and empty as it was in v4. Fixes #1063 (#1093)Simon Wisselink2-917/+1115
2024-04-19Prevent notices on null to string conversion in Template::appendCode (#1002)Simon Wisselink2-2/+2
2024-03-25Documented support for `is in`, added support for `is not in`. (#955)Simon Wisselink2-808/+867
2024-03-25Internal compiler classes always return a string (#918)Simon Wisselink2-139/+135
2024-03-15Fix Too many shorthand attributes error when using a modifier as a function w...Simon Wisselink2-2/+2
2023-08-08Smarty5 (#852)Simon Wisselink4-0/+5632