Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony-tools/docs-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.3
Choose a base ref
...
head repository: symfony-tools/docs-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 20 files changed
  • 6 contributors

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    8f09af6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    b4a1031 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Add support for inline Twig comments

    Co-authored-by: Wouter de Jong <wouter@wouterj.nl>
    javiereguiluz and wouterj committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    126cfbf View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. 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
    javiereguiluz committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    29ddf17 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    d05cf42 View commit details
    Browse the repository at this point in the history
  2. 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
    javiereguiluz committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    a14f15a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f05792a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5a4aed View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. Configuration menu
    Copy the full SHA
    af7ee47 View commit details
    Browse the repository at this point in the history
  2. 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
    javiereguiluz committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    4cac105 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    9a75cd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. 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
    stof committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    720b52b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    44b5818 View commit details
    Browse the repository at this point in the history
Loading