Thanks to visit codestin.com
Credit goes to github.com

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/browser-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.14
Choose a base ref
...
head repository: symfony/browser-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.0
Choose a head ref
  • 11 commits
  • 8 files changed
  • 4 contributors

Commits on May 19, 2021

  1. Allow Symfony 6

    derrabus committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a1e82e2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Merge branch '5.3' into 5.4

    * 5.3:
      Fix CS in README files
      Fix markdown
      [HttpKernel] Fixes tests for PHP7.4+
      [Filesystem] fix readlink for Windows
    nicolas-grekas committed May 26, 2021
    Configuration menu
    Copy the full SHA
    4ec2553 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Merge branch '5.3' into 5.4

    * 5.3:
      Add some missing types
    nicolas-grekas committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    9189aec View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.3' into 5.4

    * 5.3:
      cs fix
    nicolas-grekas committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    0453c89 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Merge branch '5.3' into 5.4

    * 5.3:
      Backport type fixes
      fix annot
      Backport type fixes
      Fix CS
      Avoid triggering the autoloader in Deprecation::isLegacy()
      fix markdown markup
      Backport type fixes
      uzb translation
      [DependencyInjection] Fix doc blocks
      [DependencyInjection] Turn $defaultDeprecationTemplate into a constant
      [GHA] restore phpunit-bridge job
      rethrow caught exception
      [Form] better form doc types to support static analysis
    nicolas-grekas committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    4faadca View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Merge branch '5.3' into 5.4

    * 5.3:
      Leverage str_contains/str_starts_with
      Leverage str_ends_with
    nicolas-grekas committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    a0aad54 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

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

Commits on Aug 17, 2021

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

Commits on Oct 20, 2021

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

Commits on Oct 26, 2021

  1. Fix some redundant @return phpdoc

    fancyweb committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    5392db9 View commit details
    Browse the repository at this point in the history
  2. minor #43612 [BrowserKit][HttpClient][Routing] support building query…

    … strings with stringables (nicolas-grekas, OskarStark)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [BrowserKit][HttpClient][Routing] support building query strings with stringables
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | no
    | New feature?  | yes (minor)
    | Deprecations? | no
    | Tickets       | Fix #26992
    | License       | MIT
    | Doc PR        | -
    
    Allows using eg an instance of `Uid` as a route parameter.
    
    Replaces #42057
    
    Commits
    -------
    
    65e2caca30 Add check and tests for public properties
    ab38bb8b6c [BrowserKit][HttpClient][Routing] support building query strings with stringables
    Tobion committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    d250db3 View commit details
    Browse the repository at this point in the history
Loading