Skip to content

Releases: website-scraper/website-scraper-puppeteer

v1.1.0

25 Jul 13:34
6dc8661
Compare
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
Compare
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
Compare
Choose a tag to compare
  • 22b2b14 - add blockNavigation option

v0.1.4

04 Apr 16:51
Compare
Choose a tag to compare
  • 1465d4b - fix for special characters

v0.1.3

30 Oct 18:01
Compare
Choose a tag to compare
  • Add scrollToBottom option to constructor

v0.1.2

16 Oct 11:16
Compare
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
Compare
Choose a tag to compare

Allow multiple pages

v0.1.0

14 Jan 20:58
Compare
Choose a tag to compare

First release