Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DomCrawler] Added Crawler::matches(), ::closest(), ::outerHtml() #33144

Merged
merged 1 commit into from
Aug 22, 2019

Conversation

lyrixx
Copy link
Member

@lyrixx lyrixx commented Aug 13, 2019

Q A
Branch? 4.4
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #18609
License MIT
Doc PR symfony/symfony-docs#12225

@lyrixx lyrixx changed the title [DomCrawler] Added Crawler::matches(), ::closes() [DomCrawler] Added Crawler::matches(), ::closest() Aug 13, 2019
@lyrixx lyrixx force-pushed the crawler-new-methods branch 2 times, most recently from c1e593c to ed3be08 Compare August 13, 2019 15:34
@lyrixx lyrixx changed the title [DomCrawler] Added Crawler::matches(), ::closest() [DomCrawler] Added Crawler::matches(), ::closest(), ::outerHtml() Aug 14, 2019
@nicolas-grekas nicolas-grekas added this to the next milestone Aug 14, 2019
Copy link
Member

@fabpot fabpot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left 2 minor comments

src/Symfony/Component/DomCrawler/Crawler.php Outdated Show resolved Hide resolved
src/Symfony/Component/DomCrawler/Crawler.php Show resolved Hide resolved
@lyrixx
Copy link
Member Author

lyrixx commented Aug 22, 2019

I have rebased and addressed your comments. Thanks

@fabpot
Copy link
Member

fabpot commented Aug 22, 2019

Thank you @lyrixx.

fabpot added a commit that referenced this pull request Aug 22, 2019
…outerHtml() (lyrixx)

This PR was merged into the 4.4 branch.

Discussion
----------

[DomCrawler] Added Crawler::matches(), ::closest(), ::outerHtml()

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #18609
| License       | MIT
| Doc PR        | -

Commits
-------

9535f9e [DomCrawler] Added Crawler::matches(), ::closest(), ::outerHtml()
@fabpot fabpot merged commit 9535f9e into symfony:4.4 Aug 22, 2019
@lyrixx lyrixx deleted the crawler-new-methods branch August 22, 2019 09:22
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
This was referenced Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants