Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-05 | 483 Bytes | |
v3.5.5 source code.tar.gz | 2025-08-05 | 87.7 kB | |
v3.5.5 source code.zip | 2025-08-05 | 154.4 kB | |
Totals: 3 Items | 242.6 kB | 3 |
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.