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/property-access
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.32
Choose a base ref
...
head repository: symfony/property-access
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 12 commits
  • 10 files changed
  • 3 contributors

Commits on May 23, 2023

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

Commits on Jul 3, 2023

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

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    cf8f78f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c2fe6d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Update FileProfilerStorage.php
      [Security] Allow custom scheme to be used as redirection URIs
      [Validator] Do not mock metadata factory on debug command tests
      [HttpKernel][WebProfilerBundle] Fix search feature
      [ErrorHandler] Avoid compile crash while trying to find candidate when a class is not found
      [Security] Make `PersistentToken` immutable and tell `TokenProviderInterface::updateToken()` implementations should accept `DateTimeInterface`
      do not listen to signals if the pcntl extension is missing
      [DependencyInjection] Improve reporting named autowiring aliases
      [DependencyInjection] Make better use of memory and CPU during auto-discovery
      update Intl component to take into account B-variant when converting Alpha3 to Alpha2. fixing issue with Darwin.
      [VarDumper] Fix dumping `ArrayObject` with `DumpDataCollector`
      [VarDumper] Add tests to demonstrate a bug when dumping ArrayObject with full stack fmk
      [DebugBundle][FrameworkBundle] Fix using the framework without the Console component
      [FrameworkBundle] Add missing monolog channel tag to the `messenger:failed:retry` command
      fetch all known ChoiceType values at once
      [RateLimiter] fix incorrect retryAfter of FixedWindow
      Fix Finder phpdoc
      [TwigBundle] Allow omitting the `autoescape_service_method` option when `autoescape_service` is set to an invokable service id
      [PropertyAccess] Auto-cast from/to DateTime/Immutable when appropriate
    nicolas-grekas committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b20a914 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      [PropertyAccess] Fix access to undefined "file" key when checking stack frames
    derrabus committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    47e1248 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Use typed properties in tests as much as possible
    nicolas-grekas committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    245c5d5 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.0

    * 6.4:
      fix typo
      Add types to private and internal properties
      [Workflow] Cleaning code
      [Scheduler] Fix NPE in debug:scheduler command
    nicolas-grekas committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a50ffa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Ensure all properties have a type
    nicolas-grekas committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2d126e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3778e81 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4: (99 commits)
      [HttpClient][Messenger] add `PingWebhookMessage` and `PingWebhookMessageHandler`
      Use Stringable interface as much as possible
      [Messenger][Process] add `RunProcessMessage` and `RunProcessMessageHandler`
      Add generics to the progress bar iteration methods
      [SecurityBundle] Allow an array of `pattern` in firewall configuration
      [FrameworkBundle] Simplify marking store configuration
      [PsrHttpMessageBridge] Patch return types and fix CS
      [PsrHttpMessageBridge] Import the bridge into the monorepo
      Prepare release 2.3.1
      Fix CS
      Don't rely on Request::getPayload() to populate the parsed body
      Prepare release 2.3.0
      Implement ValueResolverInterface
      Leverage `Request::getPayload()` to populate the parsed body of PSR-7 requests
      Add native types where possible
      cs fix
      Prepare the 2.2.0 release
      Bump psr/http-message version
      Drop support for Symfony 4
      Adjustments for PHP CS Fixer 3
      ...
    derrabus committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    a991a46 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4: (32 commits)
      [Validator] Fix registering "is_valid()" for `#[Expression]`
      [Scheduler] Trigger unique messages at runtime
      [Scheduler] Fix CHANGELOG
      [Clock] Add `DatePoint`: an immutable DateTime implementation with stricter error handling and return types
      [Scheduler] Allow modifying the schedule at runtime and recalculate heap
      [Cache] Fix Redis6Proxy
      [Finder] Disable failing test about open_basedir
      Fix merge
      Fix merge
      Minor CS fixes
      Deprecate `Kernel::stripComments()`
      Remove setAccessible reflection call in tests
      [Notifier] Telegram Bridge add escaping for \
      [Component][AssertMapper] add type hint of an argument in asset mapper command
      [Translation] [Phrase] Refacto ReadConfig and WriteConfig into arrays
      [Routing] Fix routing collection defaults when adding a new route to a collection
      [Messenger] Fix cloned TraceableStack not unstacking the stack independently
      [Translation] Add `--as-tree` option  to `translation:pull` command
      [Mime] Allow to add some headers as a strings
      [Translation] Give current locale to locale switcher runWithLocale callback
      ...
    nicolas-grekas committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    740e8cb View commit details
    Browse the repository at this point in the history
Loading