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

Commits on Nov 29, 2023

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

Commits on Dec 1, 2023

  1. Fix support to denormalize plain object types

    When denormalizing properties with a plain `object` type without a class the `ObjectNormalizer` would fail with a `TypeError`.
    andersonamuller committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d751878 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.3

    * 5.4:
      Fix support to denormalize plain object types
      [Routing] Restore aliases removal in RouteCollection::remove()
      remove duplicated service definition
    nicolas-grekas committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6eee0fd View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.3' into 6.4

    * 6.3:
      Fix support to denormalize plain object types
      [Routing] Restore aliases removal in RouteCollection::remove()
      remove duplicated service definition
    nicolas-grekas committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7ead272 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.0

    * 6.4:
      [Serializer] Remove TranslatableNormalizer service when the Translator is disabled
      Fix support to denormalize plain object types
      [Routing] Restore aliases removal in RouteCollection::remove()
      [Workflow] Add `getEnabledTransition()` to TraceableWorkflow
      [DependencyInjection] Fix parsing named autowiring aliases that contain underscores
      [Console] Add Les-Tilleuls.coop as sponsor of version 6.4/7.0
      remove duplicated service definition
    nicolas-grekas committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    9c8f67c View commit details
    Browse the repository at this point in the history
Loading