Merge branch 'release/5.8.0'
Recent Commits to smarty:master
-
Merge branch 'release/5.8.0'
-
version bump
version bump
-
changelogs
changelogs
-
Add support for Backed Enums (#1171)
Add support for Backed Enums (#1171) * Add support for Backed Enums Fixes #1012 Also added docs (and docs for matches operator)
-
Regex matches operator (#1169)
Regex matches operator (#1169) * Regex matches operator support
-
Support for Laravel Collections style object chaining (#1168)
Support for Laravel Collections style object chaining (#1168) * Support for Laravel Collections style object chaining for objects return from function calls implemented as modifiers Fixes #1151 * explain publishing docs