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/dom-crawler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.19
Choose a base ref
...
head repository: symfony/dom-crawler
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
  • 12 files changed
  • 4 contributors

Commits on May 23, 2023

  1. 1
    Copy the full SHA
    eda9fff View commit details

Commits on Jun 5, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Fix .github/expected-missing-return-types.diff
      [DoctrineBridge] Work around "Doctrine\DBAL\Connection::getEventManager()" deprecations
      [Routing] Fix Psalm
      [Lock] Fix sprintf
      Fix Crawler::filter throw phpdoc
    nicolas-grekas committed Jun 5, 2023
    Copy the full SHA
    bdd3aeb View commit details

Commits on Jul 5, 2023

  1. Copy the full SHA
    16858e6 View commit details

Commits on Jul 6, 2023

  1. [HttpFoundation][DomCrawler] Add planned arguments to Crawler::innerT…

    …ext() and sendHeaders() methods
    nicolas-grekas committed Jul 6, 2023
    Copy the full SHA
    80faaff View commit details

Commits on Jul 27, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      More short closures + isset instead of null checks + etc.
    nicolas-grekas committed Jul 27, 2023
    Copy the full SHA
    5ab677d View commit details
  2. Copy the full SHA
    5bd3347 View commit details

Commits on Aug 1, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4: (31 commits)
      [HttpKernel] Strip exception file paths from log messages
      [Validator] Add ability to validate time without seconds
      [Process] Fix test case
      [Process] Support finding executables independently of open_basedir
      [Mime] Update mimetypes
      Add some PHPDoc
      [Workflow] Add a profiler
      [Form] Removing self-closing slash from `<input>`
      [FrameworkBundle][Serializer] Add TranslatableNormalizer
      [Uid] Fix example
      [HttpKernel] Add `reset()` implementation in DataCollector
      [Uid] Add more PHP doc to "export" functions
      [HttpKernel] RequestPayloadValueResolver Add support for custom http status code
      [Serializer] Add support for seld/jsonlint in order to enhance error messages
      [Workflow] fix MermaidDumper when place contains special char
      [Translation] Phrase translation provider
      [Workflow] Add support for storing the marking in a property
      [Crawler] Fix regression where cdata nodes will return empty string
      [Scheduler] make `ScheduledStamp` "send-able"
      [Serializer] Groups annotation/attribute on class
      ...
    nicolas-grekas committed Aug 1, 2023
    Copy the full SHA
    72681ec View commit details

Commits on Aug 4, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4: (35 commits)
      fix tests
      [DomCrawler][FrameworkBundle] Add `assertAnySelectorText*`
      fix tests
      [SecurityBundle] Add `$badges` argument to `Security::login`
      [FrameworkBundle] Support APP_BUILD_DIR
      [Scheduler] Add --all to debug:schedule
      [Cache] minor cleanup
      [HttpFoundation] Use Symfony exception for request unexpected values
      [Scheduler] Display friendly dates in debug:schedule
      [RemoteEvent][Webhook] Add Brevo support
      [Webhook][RemoteEvent] Add Mailjet support.
      fix typo
      fix minimum required HttpKernel component version
      fix tests
      Remove remaining experimental classes
      [RemoteEvent] Mark component as non experimental
      [Webhook] Mark component as non experimental
      [Process] Fix return type
      [Scheduler] Mark component as non experimental
      [AssetMapper] Mark component as non experimental
      ...
    xabbuh committed Aug 4, 2023
    Copy the full SHA
    714675d View commit details

Commits on Aug 17, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      [FrameworkBundle][Validator] Replace annotation by attribute
      [Validator] Add annotation in Constraint
      [Lock] Add some missing return types in tests
      [Clock] Throw `DateMalformedStringException`/`DateInvalidTimeZoneException` when appropriate
      [VarExporter] Remove unused test files
      [FrameworkBundle] Remove unused test file
      [DependencyInjection] Remove unused test file
      [DomCrawler] Added argument `$default` to method `Crawler::attr()`
      [HttpKernel] Fix missing Request in RequestStack for StreamedResponse
      Psalm: Ignore UnusedClass errors
      fix(console): avoid multiple new line when message already ends with a new line
    nicolas-grekas committed Aug 17, 2023
    Copy the full SHA
    8342592 View commit details
  2. Copy the full SHA
    043715b View commit details

Commits on Nov 14, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Use extension_loaded call to check if pcntl extension is loaded, as SIGTERM might be set be swoole
      [DomCrawler] UriResolver support path with columns
      attach all required parameters to query
      Bump Symfony version to 6.3.9
      Update VERSION for 6.3.8
      Update CHANGELOG for 6.3.8
      Bump Symfony version to 5.4.32
      Update VERSION for 5.4.31
      Update CONTRIBUTORS for 5.4.31
      Update CHANGELOG for 5.4.31
      Update VERSION for 4.4.51
      Update CHANGELOG for 4.4.51
      [Validator] updated Lithuanian translation
    derrabus committed Nov 14, 2023
    Copy the full SHA
    06b7608 View commit details

Commits on Nov 20, 2023

  1. Merge branch '6.4' into 7.0

    * 6.4:
      [FrameworkBundle] Add TemplateController to the list of allowed controllers for fragments
      [Cache][Lock] Fix PDO store not creating table + add tests
      Closes #51936-Added Missing translations for Czech (cs) in validators.cs.xlf file
      Added missing translations in turkish and updated validators.tr.xlf
      [Serializer] Fix denormalizing date intervals having both weeks and days
      [Validator] updated Turkish translation
      [Serializer] Remove wrong final tags
      [Serializer] Fix denormalize constructor arguments
      Add some more non-countable English nouns
      Add hint that changing input arguments has no effect
      register the virtual request stack together with common profiling services
      Don't lose checkpoint state when lock is acquired from another
      [DomCrawler] Revert "bug #52579 UriResolver support path with colons"
      [VarExporter] Fix handling mangled property names returned by __sleep()
      Update Github template for 7.1
      Fix memory limit in PhpSubprocess unit test
    nicolas-grekas committed Nov 20, 2023
    Copy the full SHA
    d13205f View commit details
Loading