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: a10b610
Choose a base ref
...
head repository: symfony/serializer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b2ae02
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 27, 2021

  1. [Serializer] Fix denormalizing of array with empty body

    This happens for example with XML empty tags denormalizing to an object array attribute.
    alexandre-daubois committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    5cb0dc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

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

Commits on Nov 17, 2021

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

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    4c12f7d View commit details
    Browse the repository at this point in the history
  2. [Serializer] PropertyNormalizer - return unique (i.e. filter duplicat…

    …e ) attributes in extractAttributes function
    satalaondrej authored and fabpot committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    b5704a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. security #cve-2021-41270 [Serializer] Use single quote to escape form…

    …ulas (jderusse)
    
    This PR was merged into the 4.4 branch.
    nicolas-grekas committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    1b2ae02 View commit details
    Browse the repository at this point in the history
Loading