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

Add support for v2 of crwlr/crawler #8

Merged
merged 7 commits into from
Oct 15, 2024
Merged

Add support for v2 of crwlr/crawler #8

merged 7 commits into from
Oct 15, 2024

Conversation

otsch
Copy link
Member

@otsch otsch commented Aug 9, 2024

No description provided.

Method `StepBuilder::outputType()`, returning a
`Crwlr\Crawler\Steps\StepOutputType` enum instance, informing about the
possible output type of the underlying step. Currently, there is a
default implementation in the abstract `StepBuilder` class, returning
`StepOutputType::Mixed`. But this implementation will be removed in
v3.0, so child classes should always explicitly define the possible
output type. Therefore also upgraded the version constraint from ^1.0
to ^1.8 for crwlr/crawler.
So it will be available when passing the objects to the frontend.
@otsch otsch merged commit c6d26e3 into main Oct 15, 2024
5 checks passed
@otsch otsch deleted the prepare-for-crawler-v2 branch October 15, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant