Skip to content
/ yaml Public
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/yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.12
Choose a base ref
...
head repository: symfony/yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Choose a head ref
  • 8 commits
  • 4 files changed
  • 4 contributors

Commits on Nov 26, 2018

  1. updated version to 4.3

    fabpot committed Nov 26, 2018
    Copy the full SHA
    d4fc8a5 View commit details

Commits on Dec 13, 2018

  1. Merge branch '4.2'

    * 4.2: (27 commits)
      [VarExporter] dont call userland code with uninitialized objects
      Fix typos in doc blocks
      [Debug] ignore underscore vs backslash namespaces in DebugClassLoader
      [TwigBridge][Form] Prevent multiple rendering of form collection prototypes
      [FrameworkBundle] fix describing routes with no controllers
      [DI] move RegisterServiceSubscribersPass before DecoratorServicePass
      Update ValidationListener.php
      [Yaml] ensures that the mb_internal_encoding is reset to its initial value
      [Messenger] Restore message handlers laziness
      [WebLink] Fixed documentation link
      [Security] getTargetPath of TargetPathTrait must return string or null
      [Hackday][Serializer] Deserialization ignores argument type hint from phpdoc for array in constructor argument
      Optimize perf by replacing call_user_func with dynamic vars
      [Cache] Fix dsn parsing
      [Routing] fix dumping same-path routes with placeholders
      [WebProfilerBundle][TwigBundle] CSS fixes
      Add a docblock for FormFactoryInterface
      [Security] defer log message in guard authenticator
      [Validator] Added IBAN format for Vatican City State
      merge conflicts
      ...
    nicolas-grekas committed Dec 13, 2018
    Copy the full SHA
    3a51c82 View commit details

Commits on Dec 24, 2018

  1. Merge branch '4.2'

    * 4.2:
      [Twig] Remove spaces to fix whitespace in tags
      [Twig] Replace for-loops with blocks for attributes
      fixed CS
      [Tests] Change to willThrowException
      [Console] fix PHPDoc in Command
      Update FileLoaderLoadException.php
      Fix wrong calls to clearstatcache
      Add Vietnamese translation for validators
      Allow running PHPUnit with "xdebug.scream" ON
      [VarDumper] Add descriptors tests
      [Cache] fix bad optim
      [Yaml] detect circular references
      [DI] fix reporting bindings on overriden services as unused
      [Routing] minor fix or previous PR
    nicolas-grekas committed Dec 24, 2018
    Copy the full SHA
    c6ddd5b View commit details

Commits on Jan 3, 2019

  1. Merge branch '4.2'

    * 4.2:
      update years in license files
      Fix: Adjust DocBlock
      \"ParserTest->getParserTestData()\" -> only some more tests
      access the container getting it from the kernel
      Replace slave and master by replica and primary
      Fix erasing cookies issue
      [Lock] Pedantic improvements for lock
      [EventDispatcher] Fixed phpdoc on interface
      update year in license files
      [VarExporter] fix exporting array indexes
      [SecurityBundle] Fix traceable voters
      [Console] Fix help text for single command applications
      Fix random test failure on lock
      improve error message when using test client without the BrowserKit component
      Fixed minor typos in an error message
      [Event Dispatcher] fixed 29703: TraceableEventDispatcher reset now sets callStack to null with test to dispatch after reset.
      Fixed minor typos
      Fix: Method can also return null
      [Stopwatch] Fixed phpdoc for category name
    xabbuh committed Jan 3, 2019
    Copy the full SHA
    6e8c0d1 View commit details

Commits on Jan 16, 2019

  1. Merge branch '4.2' into short-array-master

    * 4.2:
      fixed CS
      fixed CS
      fixed tests
      fixed CS
      fixed CS
      fixed CS
      fixed short array CS in comments
      fixed CS in ExpressionLanguage fixtures
      fixed CS in generated files
      fixed CS on generated container files
      fixed CS on Form PHP templates
      fixed CS on YAML fixtures
      fixed fixtures
      switched array() to []
    fabpot committed Jan 16, 2019
    Copy the full SHA
    4c7b2f8 View commit details

Commits on Jan 25, 2019

  1. Copy the full SHA
    9744e59 View commit details

Commits on Feb 23, 2019

  1. Merge branch '4.2'

    * 4.2: (26 commits)
      Apply php-cs-fixer rule for array_key_exists()
      [Cache] fix warming up cache.system and apcu
      [Security] Change FormAuthenticator if condition
      handles multi-byte characters in autocomplete
      speed up tests running them without debug flag
      [Translations] added missing Croatian validators
      Fix getItems() performance issue with RedisCluster (php-redis)
      [VarDumper] Keep a ref to objects to ensure their handle cannot be reused while cloning
      IntegerType: reject submitted non-integer numbers
      be keen to newcomers
      [HttpKernel] Fix possible infinite loop of exceptions
      fixed CS
      [Validator] Added missing translations for Afrikaans
      do not validate non-submitted form fields in PATCH requests
      Update usage example in ArrayInput doc block.
      [Console] Prevent ArgvInput::getFirstArgument() from returning an option value
      [Validator] Fixed duplicate UUID
      fixed CS
      [EventDispatcher] Fix unknown priority
      Avoid mutating the Finder when building the iterator
      ...
    nicolas-grekas committed Feb 23, 2019
    Copy the full SHA
    2fb3704 View commit details

Commits on Apr 6, 2019

  1. Merge branch '4.2'

    * 4.2: (45 commits)
      [Form] various minor fixes
      Ensure the parent process is always killed
      bugfix: the terminal state was wrong and not reseted
      [Console] Fix inconsistent result for choice questions in non-interactive mode
      Define null return type for Constraint::getDefaultOption()
      [Routing] Fix: annotation loader ignores method's default values
      [HttpKernel] Fix DebugHandlersListener constructor docblock
      Skip Glob brace test when GLOB_BRACE is unavailable
      bumped Symfony version to 4.2.6
      updated VERSION for 4.2.5
      updated CHANGELOG for 4.2.5
      bumped Symfony version to 3.4.25
      updated VERSION for 3.4.24
      update CONTRIBUTORS for 3.4.24
      updated CHANGELOG for 3.4.24
      [EventDispatcher] cleanup
      fix testIgnoredAttributesInContext
      Re-generate icu 64.1 data
      Improve PHPdoc / IDE autocomplete for config tree builder
      [Bridge][Twig] DebugCommand - fix escaping and filter
      ...
    fabpot committed Apr 6, 2019
    Copy the full SHA
    c60ecf5 View commit details
Loading