What's Changed
- fix: remove
JSONData
generic type arg fromCheerioCrawler
by @B4nan in #1402 - fix: rename default storage folder to just
storage
by @B4nan in #1403 - fix: remove trailing slash for proxyUrl by @AndreyBykov in #1405
- fix: run browser crawlers in headless mode by default by @B4nan in #1409
- fix: rename interface
FailedRequestHandler
toErrorHandler
by @B4nan in #1410 - fix: ensure default route is not ignored in
CheerioCrawler
by @B4nan in #1411 - fix: add
headless
option toBrowserCrawlerOptions
by @B4nan in #1412 - fix: processing custom cookies by @vladfrangu in #1414
- fix: enqueue link not finding relative links if the checked page is redirected by @vladfrangu in #1416
- fix: calling
enqueueLinks
in browser crawler on page without any links by @B4nan in 385ca27 - fix: improve error message when no default route provided by @B4nan in 04c3b6a
- feat: add parseWithCheerio for puppeteer & playwright by @AndreyBykov in #1418
Full Changelog: v3.0.0...v3.0.1