Releases: coder-hxl/x-crawl
Releases Β· coder-hxl/x-crawl
v3.0.0
π¨ 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.1
π Bug Fixes
- Interval time doesn't work
v2.3.0
π¨ Breaking Changes
- fetchHTML API rename fetchPage
v2.2.0
π Features
- Parameter config name correction
- Update documents
v2.1.0
π 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
π¨ 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
π Features
- Add jump to a detailed type