-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: symfony-tools/docs-builder
base: v0.26.3
head repository: symfony-tools/docs-builder
compare: main
- 13 commits
- 20 files changed
- 6 contributors
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f09af6 - Browse repository at this point
Copy the full SHA 8f09af6View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4a1031 - Browse repository at this point
Copy the full SHA b4a1031View commit details
Commits on Sep 29, 2024
-
Add support for inline Twig comments
Co-authored-by: Wouter de Jong <wouter@wouterj.nl>
Configuration menu - View commit details
-
Copy full SHA for 126cfbf - Browse repository at this point
Copy the full SHA 126cfbfView commit details
Commits on Sep 30, 2024
-
feature #184 Add support for inline Twig comments (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Add support for inline Twig comments Twig added inline comments (twigphp/Twig#4349) so I tried to add support for them here. But, it's not working. Anyone knows if this could be easy to fix or if it's too complex to do it? Thanks! Commits ------- 126cfbf Add support for inline Twig comments
Configuration menu - View commit details
-
Copy full SHA for 29ddf17 - Browse repository at this point
Copy the full SHA 29ddf17View commit details
Commits on Dec 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d05cf42 - Browse repository at this point
Copy the full SHA d05cf42View commit details -
minor #185 Fix PHP 8.4 deprecations (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Fix PHP 8.4 deprecations It fixes this: ``` SymfonyDocsBuilder\SymfonyHTMLFormat::__construct(): Implicitly marking parameter $symfonyVersion as nullable is deprecated, the explicit nullable type must be used instead SymfonyDocsBuilder\Renderers\SpanNodeRenderer::__construct(): Implicitly marking parameter $symfonyVersion as nullable is deprecated, the explicit nullable type must be used instead ``` Commits ------- d05cf42 Fix PHP 8.4 deprecations
Configuration menu - View commit details
-
Copy full SHA for a14f15a - Browse repository at this point
Copy the full SHA a14f15aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f05792a - Browse repository at this point
Copy the full SHA f05792aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a4aed - Browse repository at this point
Copy the full SHA b5a4aedView commit details
Commits on Dec 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af7ee47 - Browse repository at this point
Copy the full SHA af7ee47View commit details -
bug #180 Highlight nested PHP comments (javiereguiluz, wouterj)
This PR was merged into the main branch. Discussion ---------- Highlight nested PHP comments Related to symfony/symfony-docs#20121 This PR adds a failing test that shows the issue. This is the output change that would make test pass: ```diff - ), [ // wait - <span class="hljs-number">5</span> - seconds before processing + ), [ + <span class="hljs-comment">// wait 5 seconds before processing</span> ``` Commits ------- af7ee47 Allow one line comments in argument list 8f09af6 Highlight nested PHP comments
Configuration menu - View commit details
-
Copy full SHA for 4cac105 - Browse repository at this point
Copy the full SHA 4cac105View commit details
Commits on Mar 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9a75cd7 - Browse repository at this point
Copy the full SHA 9a75cd7View commit details
Commits on Mar 21, 2025
-
feature #190 Add support for phpclass reference with namespace (alami…
…rault) This PR was merged into the main branch. Discussion ---------- Add support for phpclass reference with namespace PHP have now classes with namespaces but it is not supported by `:phpclass:` reference yet https://www.php.net/manual/en/class.bcmath-number.php Commits ------- 9a75cd7 Add support for phpclass reference with namespace
Configuration menu - View commit details
-
Copy full SHA for 720b52b - Browse repository at this point
Copy the full SHA 720b52bView commit details
Commits on Apr 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 44b5818 - Browse repository at this point
Copy the full SHA 44b5818View 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 v0.26.3...main