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.1.5
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.1.6
Choose a head ref
  • 11 commits
  • 10 files changed
  • 7 contributors

Commits on Sep 18, 2024

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

Commits on Sep 23, 2024

  1. make data provider static

    xabbuh committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c860768 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

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

    * 5.4:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3aa3f0d View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.1

    * 6.4:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1fde06a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. minor #58356 [Serializer] make data provider static (xabbuh)

    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Serializer] make data provider static
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    Commits
    -------
    
    06d3ab9 make data provider static
    xabbuh committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fddf7ac View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.1

    * 6.4:
      make data provider static
    derrabus committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a0a2351 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. bug #58306 [Serializer] Collect denormalization errors for variadic p…

    …arams (mtarld)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Serializer] Collect denormalization errors for variadic params
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #58281
    | License       | MIT
    
    Wrap variadic parameters denormalization in a try/catch to collect denormalization errors.
    
    Commits
    -------
    
    cdb2e6e [Serializer] Catch `NotNormalizableValueException` for variadic parameters
    nicolas-grekas committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a757250 View commit details
    Browse the repository at this point in the history
  2. [Serializer] Fix ObjectNormalizer gives warnings on normalizing wit…

    …h public static property
    alaugks authored and nicolas-grekas committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8be4215 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Merge branch '6.4' into 7.1

    * 6.4:
      [Form] Remove unnecessary imports
      minor #58472 CS: clean some whitespaces/indentation (keradus)
      Fix newline
      harden test to not depend on the system's configured default timezone
      [Form] Support intl.use_exceptions/error_level in NumberToLocalizedStringTransformer
      [Doctrine][Messenger] Use common sequence name to get id from Oracle
      [ExpressionLanguage] Add missing test case for `Lexer`
      [FrameworkBundle] Fix passing request_stack to session.listener
      ensure session storages are opened in tests before destroying them
      [Serializer] Fix `ObjectNormalizer` gives warnings on normalizing with public static property
      [HttpKernel] Correctly merge `max-age`/`s-maxage` and `Expires` headers
      [Security][Validator] Check translations for Czech
      [Security] Fix serialized object representation in tests
      [DoctrineBridge] Fix risky test warnings
      [Serializer] Catch `NotNormalizableValueException` for variadic parameters
    xabbuh committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    537f125 View commit details
    Browse the repository at this point in the history
Loading