-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: twigphp/Twig
base: v3.22.0
head repository: twigphp/Twig
compare: v3.22.1
- 13 commits
- 14 files changed
- 6 contributors
Commits on Oct 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 790eee7 - Browse repository at this point
Copy the full SHA 790eee7View commit details
Commits on Oct 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f663cc3 - Browse repository at this point
Copy the full SHA f663cc3View commit details
Commits on Oct 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 64c87ee - Browse repository at this point
Copy the full SHA 64c87eeView commit details -
minor #4707 Fix array typehint for $variants in HtmlExtension (yoeunes)
This PR was merged into the 3.x branch. Discussion ---------- Fix array typehint for $variants in HtmlExtension This PR corrects the array typehint for the `$variants` parameter in the `HtmlExtension::htmlCva` method. It was missing a closing angle bracket (`>`). Commits ------- 64c87ee Fix array typehint for $variants in HtmlExtension
Configuration menu - View commit details
-
Copy full SHA for 80fa13c - Browse repository at this point
Copy the full SHA 80fa13cView commit details
Commits on Nov 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9a8a1dc - Browse repository at this point
Copy the full SHA 9a8a1dcView commit details -
minor #4708 Allow Symfony 8 packages in Twig extra packages (javiereg…
…uiluz) This PR was merged into the 3.x branch. Discussion ---------- Allow Symfony 8 packages in Twig extra packages I'm testing the upcoming Symfony 8 in some apps, and I have some issues with some Twig extra packages that don't allow installing Symfony 8 packages. Commits ------- 9a8a1dc Allow Symfony 8 packages in Twig extra packages
Configuration menu - View commit details
-
Copy full SHA for 94a3635 - Browse repository at this point
Copy the full SHA 94a3635View commit details
Commits on Nov 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 02c5a4b - Browse repository at this point
Copy the full SHA 02c5a4bView commit details -
minor #4709 Add caution note for random function usage (xelan)
This PR was merged into the 3.x branch. Discussion ---------- Add caution note for random function usage See https://www.php.net/manual/en/function.array-rand.php and https://www.php.net/manual/en/function.mt-rand.php. Users should know that the Twig function is a convenience feature, but unusable e.g. for serious gaming/gambling apps due to the potential predictability and limited value range. Commits ------- 02c5a4b Add caution note for random function usage
Configuration menu - View commit details
-
Copy full SHA for 2996f0b - Browse repository at this point
Copy the full SHA 2996f0bView commit details
Commits on Nov 5, 2025
-
minor #4698 Add throw tag to parse methods (VincentLanglet)
This PR was merged into the 3.x branch. Discussion ---------- Add throw tag to parse methods Hi `@fabpot`, with PHPStan improving every day his exception checking, it's useful to have well documented method. I didn't update all of them (there are too many), and focus on the one I have issue with: - Almost all the InfixExpressionParserInterface/PrefixExpressionParserInterface implements throws a SyntaxError in parse method - Parser::parse method is catching SyntaxError and rethrowing them so it should be added to the phpdoc - Since Parser::parse catch Parser::subparse, it would be useful to add the phpdoc to subparse Commits ------- 790eee7 Add throw tag to parse methods
Configuration menu - View commit details
-
Copy full SHA for d58c8be - Browse repository at this point
Copy the full SHA d58c8beView commit details
Commits on Nov 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 40248e4 - Browse repository at this point
Copy the full SHA 40248e4View commit details -
minor #4711
CoreExtension: Make error message more readable (tcoch)This PR was squashed before being merged into the 3.x branch. Discussion ---------- `CoreExtension` : Make error message more readable It's a silly little patch, but really improves the readability of the error message IMO ... Commits ------- 40248e4 `CoreExtension` : Make error message more readable
Configuration menu - View commit details
-
Copy full SHA for 35a3de7 - Browse repository at this point
Copy the full SHA 35a3de7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a65434 - Browse repository at this point
Copy the full SHA 6a65434View commit details
Commits on Nov 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1de2ec1 - Browse repository at this point
Copy the full SHA 1de2ec1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.22.0...v3.22.1