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/var-dumper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.5
Choose a base ref
...
head repository: symfony/var-dumper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.10
Choose a head ref
  • 19 commits
  • 23 files changed
  • 8 contributors

Commits on Jan 24, 2023

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

Commits on Feb 2, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      Fix LICENSE CI check
      fixes retrieving multiple values for extra fields
      [String] Remove duplicates in fold maps
      fail with a meaningful error when a needed package is missing
      [DependencyInjection] Fix combinatory explosion when autowiring union and intersection types
      Update license years (last time)
      [Tests] New iteration of removing `$this` occurrences in future static data providers
    fabpot committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    39fd2a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

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

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    3c2942a View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.2

    * 5.4:
      Migrate to `static` data providers using `rector/rector`
    nicolas-grekas committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    e27ea15 View commit details
    Browse the repository at this point in the history
  3. Fix merge

    nicolas-grekas committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    dab98eb View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. CS fix

    nicolas-grekas committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    794b643 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.2

    * 5.4:
      CS fix
      Fix test provider
    nicolas-grekas committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    cd85cc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Fix phpdocs in components

    nicolas-grekas authored and alamirault committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    a110fcb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

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

Commits on Feb 24, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      fix style of label containing new lines in PUML dump
      [TwigBridge] Allow floats in html5 input type number field
      [Translation] Handle the translation of empty strings
      [VarDumper] Fix error when reflected class has default Enum parameter in constructor
      [FrameworkBundle] Fix denyAccessUnlessGranted for mixed attributes
      [Validator] Fix translation of AtLeastOneOf constraint message
      [Validator] Sync IBAN formats with Swift IBAN registry
      [String] Use same alphabet for ByteString::fromRandom tests
      Fix phpdocs in components
    nicolas-grekas committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    cf8d4ca View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    2901ca1 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.2

    * 5.4:
      [Translation] Decouple TranslatorPathsPass from "debug." convention
      [VarDumper] Add a bit of test coverage
      [TwigBridge] Fix flagged malicious url
      [HttpClient] Fix encoding "+" in URLs
      [DependencyInjection] Fix dumping array of enums parameters
      Bump Symfony version to 5.4.22
      Update VERSION for 5.4.21
      Update CONTRIBUTORS for 5.4.21
      Update CHANGELOG for 5.4.21
      Removed @internal tag on TraceableAuthenticator::getAuthenticator()
    nicolas-grekas committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    30ab404 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

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

Commits on Mar 14, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      Fix some Composer keywords
      [FrameworkBundle] Rename limiter’s `strategy` to `policy` in XSD
      [VarDumper] Fixed dumping of CutStub
      Fix test
      Change limit argument from string to integer.
      [Messenger] Fix `evaluate()` calls in `WorkerTest`
      [Mailer] STDOUT blocks infinitely under Windows when STDERR is filled
    fabpot committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    02dacf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

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

Commits on Mar 29, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      [Cache] Removing null coalescing assignment operator on 5.4
      [Cache] Fix storing binary keys when using pgsql
      [FrameworkBundle] Add missing monolog channel tag for messenger services
      [FrameworkBundle] Improve documentation about translation:extract --sort option
      [VarDumper] Disable links for IntelliJ platform
      [Notifier] Add bridge documentation
      [HttpClient] Add hint about `timeout` and `max_duration` options
      [HttpFoundation] Use separate caches for IpUtils checkIp4 and checkIp6
      [FrameworkBundle] Fix wiring session.handler when handler_id is null
      [FrameworkBundle] Workflow - Fix LogicException about a wrong configuration of "enabled" node
    nicolas-grekas committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d37ab67 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    9a8a5b6 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.2

    * 5.4:
      [Console] Fix computing column width containing multibyte chars
      [Messenger] Fix deprecation layer of RedeliveryStamp
      [Mime] Form field values with integer keys not resolved correctly
      [Messenger] [Redis] Fixed problem where worker stops handling messages on first empty message
      [PHPUnitBridge] Fix PHPUnit 10.1 compatibility
      [VarDumper] Make the server TCP connection sync
      [Messenger] Fix warning message on failed messenger show command
      [Mailer] [Mailjet] Use body MessageID instead of X-MJ-Request-GUID
      [HttpFoundation] Fix BinaryFileResponse
      [Form] fix merge
      [HttpFoundation] Fix memory limit problems in BinaryFileResponse
      [PropertyAccess] Readonly properties must have no PropertyWriteInfo
      [Form] Cast choices value callback result to string
      [Serializer] Unexpected value should throw UnexpectedValueException
      [ErrorHandler] Don't throw deprecations for HttplugClient
      [Serializer] Fix denormalization of object with typed constructor arg (not castable) and with COLLECT_DENORMALIZATION_ERRORS
      Avoid leading .. for temporary files from Filesystem recursive remove
    nicolas-grekas committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    41a750a View commit details
    Browse the repository at this point in the history
Loading