Skip to content

Releases: website-scraper/node-website-scraper

v4.0.1

03 May 10:28
Compare
Choose a tag to compare
  • Update dependencies
  • Update readme

v4.0.0

07 Dec 20:14
2a3953f
Compare
Choose a tag to compare

Breaking changes

  • drop support for nodejs versions < 8
  • remove options:
    • resourceSaver
    • updateMissingSources
    • updateSources
    • filenameGenerator with function (string with name is supported)
    • httpResponseHandler
    • request property with function (object is supported)
    • onResourceSaved
    • onResourceError
      Each removed option functionality can be implemented using plugins, see Migration guide
  • option ignoreErrors is false by default

New functionality

  • plugins

v3.4.0

31 Oct 21:36
745f8d6
Compare
Choose a tag to compare
  • 5afb782 - add updateSources option

v3.3.7

12 Sep 13:17
e3427cb
Compare
Choose a tag to compare
  • e142203 - fix debug breaking change

v3.3.6

14 Aug 09:00
e203f50
Compare
Choose a tag to compare
  • 7531dc2 encode relative path when update url for downloaded resource

v3.3.5

24 Jul 08:22
c2e0037
Compare
Choose a tag to compare

Same as 3.3.4

v3.3.4

24 Jul 08:22
5cef1e7
Compare
Choose a tag to compare

This version was unpublished, 3.3.5 is the same as 3.3.4

  • 5ed0f62 - add js type for Resource, resolve it from mime

v3.3.3

27 May 19:01
332dfdf
Compare
Choose a tag to compare

update dependencies

v3.3.2

16 Oct 20:27
Compare
Choose a tag to compare
  • 5a1b991 - Fix malformed url error

v3.3.1

28 Sep 10:50
Compare
Choose a tag to compare
  • 539b48d - Fix relative resource urls in redirected page