8000 Comparing v7.1.6...v7.2.0 · symfony/stopwatch · GitHub
[go: up one dir, main page]

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/stopwatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.6
Choose a base ref
...
head repository: symfony/stopwatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    1aaf0a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    815bdd3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. feature #54854 [Stopwatch] Add ROOT constant to make it easier to r…

    …eference (hacfi)
    
    This PR was merged into the 7.2 branch.
    
    Discussion
    ----------
    
    [Stopwatch] Add `ROOT` constant to make it easier to reference
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.1
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    Just an DX improvement so you can reference the root section with `$stopwatch->getSectionEvents(Stopwatch::ROOT)` instead of `$stopwatch->getSectionEvents('__root__')`.
    
    Commits
    -------
    
    fadeafde9a [Stopwatch] Add `getRootSectionEvents` method `ROOT` constant to `Stopwatch`
    fabpot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    571e285 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Remove subtree split checks
      Remove subtree split checks
      Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
      [SecurityBundle] Fix `container.build_hash` parameter binding
      [Serializer] Fix denormalizing a collection of union types
      [DoctrineBridge] Fix `UniqueEntityValidator` with proxy object
    fabpot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b8160fc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Prefix all sprintf() calls

    derrabus committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f18b24a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Update .gitattributes

    fabpot committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a5ab03f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    696f418 View commit details
    Browse the repository at this point in the history
Loading
0