Releases: symfony/dom-crawler
Releases · symfony/dom-crawler
v6.4.0-RC1
Changelog (v6.4.0-BETA3...v6.4.0-RC1)
- bug symfony/symfony#52579 [DomCrawler] UriResolver support path with colons (@vdauchy)
v6.4.0-BETA2
Changelog (v6.4.0-BETA1...v6.4.0-BETA2)
- no significant changes
v7.0.0-BETA1
Changelog (v6.3.6...v7.0.0-BETA1)
- feature symfony/symfony#51368 [DomCrawler] Added argument
$default
to methodCrawler::attr()
(@Rastishka) - feature symfony/symfony#50306 [DomCrawler][FrameworkBundle] Add
assertAnySelectorText*
(@SVillette) - feature symfony/symfony#51069 Add types to public and protected properties (@nicolas-grekas)
- feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
- feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)
v6.4.0-BETA1
Changelog (v6.3.6...v6.4.0-BETA1)
- feature symfony/symfony#51368 [DomCrawler] Added argument
$default
to methodCrawler::attr()
(@Rastishka) - feature symfony/symfony#50306 [DomCrawler][FrameworkBundle] Add
assertAnySelectorText*
(@SVillette)
v6.3.4
Changelog (v6.3.3...v6.3.4)
- bug symfony/symfony#49195 [Crawler] Fix regression where cdata nodes will return empty string (@NanoSector)
v6.3.1
Changelog (v6.3.0...v6.3.1)
- no significant changes
v6.2.12
Changelog (v6.2.11...v6.2.12)
- no significant changes
v5.4.25
Changelog (v5.4.24...v5.4.25)
- no significant changes
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
v6.3.0-RC1
Changelog (v6.3.0-BETA3...v6.3.0-RC1)
- feature symfony/symfony#49293 [DoctrineBridge] Allow to ignore specific nullable fields in UniqueEntity (@VincentLanglet)
- bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)