Skip to content

Releases: website-scraper/website-scraper-puppeteer

v2.0.0

30 Oct 22:04

Choose a tag to compare

💥 Breaking changes

  • Drop support of "blockNavigation" option (#150)
  • Drop support of NodeJS <20

Important

This version used a new way to keep puppeteer package updated. See website-scraper/puppeteer-version-wrapper

What's Changed

Full Changelog: v1.1.0...v2.0.0

v1.1.0

25 Jul 13:34
6dc8661

Choose a tag to compare

What's Changed

  • Bump puppeteer from 13.7.0 to 20.2.*
  • Add gotoOptions param and update README.md by @myisaak in #61

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

29 Dec 22:03
0ae842b

Choose a tag to compare

💥 Breaking changes

  • module requires nodejs version >= 14.14
  • module is now pure ESM and cannot be required from CommonJS module. Read more about ESM modules

Full Changelog: v0.1.5...v1.0.0

v0.1.5

01 May 19:19

Choose a tag to compare

  • 22b2b14 - add blockNavigation option

v0.1.4

04 Apr 16:51

Choose a tag to compare

  • 1465d4b - fix for special characters

v0.1.3

30 Oct 18:01

Choose a tag to compare

  • Add scrollToBottom option to constructor

v0.1.2

16 Oct 11:16

Choose a tag to compare

  • Add launchOptions to constructor
  • Pass headers from website-scraper to puppeteer
  • Fix closing browser when no browser found

v0.1.1

15 Jan 13:35

Choose a tag to compare

Allow multiple pages

v0.1.0

14 Jan 20:58

Choose a tag to compare

First release