Fixed
- Removed the overriding
validateAndSanitizeInput()
method from thePaginate
HTTP step to ensure features likestaticUrl()
anduseInputKeyAsUrl()
work correctly. - The
Paginate
HTTP step now also supports receiving an array of URLs, initiating pagination separately for each one.
Deprecated
- The
Crwlr\Crawler\Steps\Loading\Http\Paginate
class. It shall be removed and its behavior implemented in theHttp
class directly, in the next major version.