Skip to content

Releases: coder-hxl/x-crawl

v3.0.0

04 Mar 11:27
Compare
Choose a tag to compare

🚨 Breaking Changes

  • The three APIs fetchPage, fetchData, and fetchFile are renamed to crawlPage, crawlData, and crawlFile respectively

πŸš€ Features

  • Multiple ways of writing requestConfig options
  • All types are exposed

v2.4.2

04 Mar 06:42
Compare
Choose a tag to compare

πŸš€ Features

  • Update documents

v2.4.1

04 Mar 04:46
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Interval time doesn't work

v2.4.0

03 Mar 09:39
Compare
Choose a tag to compare

πŸš€ Features

  • Update documents

v2.3.0

02 Mar 08:13
Compare
Choose a tag to compare

🚨 Breaking Changes

  • fetchHTML API rename fetchPage

v2.2.1

01 Mar 03:34
Compare
Choose a tag to compare

πŸš€ Features

  • Update documents

v2.2.0

28 Feb 08:27
Compare
Choose a tag to compare

πŸš€ Features

  • Parameter config name correction
  • Update documents

v2.1.0

28 Feb 03:10
Compare
Choose a tag to compare

πŸš€ Features

  • The fetchHTML API results remove content options
  • The fetchHTML API cancels the incoming header attribute
  • The running mode of crawling is highlighted

v2.0.0

27 Feb 13:26
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Create a crawler method, created by calling
  • The fetchHTML API uses puppeteer to crawl HTML
  • The fetchPolling API renamed to startPolling, removed year and month

v1.1.1

22 Feb 11:28
Compare
Choose a tag to compare

πŸš€ Features

  • Add jump to a detailed type