Releases: website-scraper/node-website-scraper
Releases · website-scraper/node-website-scraper
v5.3.1
What's Changed
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
- Bump cheerio from 1.0.0-rc.11 to 1.0.0-rc.12 by @dependabot in #499
- Use encoding from resource text by @s0ph1e in #504
Full Changelog: v5.2.0...v5.3.0
v5.2.0
v5.1.0 [deprecated]
What's Changed
- Fix encoding issue for non-English websites #482
- Bump cheerio from 1.0.0-rc.10 to 1.0.0-rc.11 by @dependabot in #491
⚠️ Version 5.1.0 was deprecated because of bugs introduced by encoding changes #493, failed tests in website-scraper-puppeteer
Full Changelog: v5.0.0...v5.1.0
v5.0.0
💥 Breaking changes
- module requires nodejs version >= 14.14
- module is now pure ESM and cannot be
require
d from CommonJS module. Read more about ESM modules options.request
may need to be changed, underlying http library was updates from request(deprecated) to gotscrape.defaults
now can be imported withimport defaultOptions from 'website-scraper/defaultOptions';
scrape.plugins
now can be imported withimport * as plugins from 'website-scraper/plugins';
- callback usage support was removed, now only promises and async/await are supported
🐛 Bug fixes
- urlFilter is no longer applied for root resources #460
- issue with wrong quotes in generated html is fixed #355
🌵 Other changes
- cheerio (underlying dependency for html parsing) was updated from version 0.22 to 1.0.0-rc.10