Skip to content

Releases: yujiosaka/headless-chrome-crawler

1.8.0

11 Jun 01:27
c16aa6d
Compare
Choose a tag to compare

Added

Changed

  • Drop newpage event.
  • Update Puppeteer version to 1.5.0.

Fixed

  • Fix a bug of not marking skipped requests correctly.
  • Fix requestfinished event's argument as described in the API reference.

1.7.0

13 May 15:06
1b895d8
Compare
Choose a tag to compare

Added

  • Support cookies for crawler.queue()'s options.
  • Make onSuccess pass cookies in the response.

changed

1.6.0

20 Apr 23:20
c485126
Compare
Choose a tag to compare

[1.6.0] - 2018-04-21

Added

  • Support viewport and skipRequestedRedirect for crawler.queue()'s options.
  • Emit requestdisallowed event.
  • Make onSuccess pass redirectChain in the response.

changed

Fixed

  • Fix a bug of silently failing to insert jQuery due to CSP.

1.5.0

25 Mar 13:49
77a134e
Compare
Choose a tag to compare

Added

Fixed

  • Fix a bug of not allowed to set timeout option per request.
  • Fix a bug of crawling twice if one url has a trailing slash on the root folder and the other does not.

1.4.0

24 Feb 12:20
cf3bdf0
Compare
Choose a tag to compare

Added

  • Support browserCache for crawler.queue()'s options.
  • Support depthPriority option again.

1.3.4

22 Feb 08:16
6f5182f
Compare
Choose a tag to compare

changed

1.3.3

21 Feb 10:30
472ef28
Compare
Choose a tag to compare

Added

  • Emit newpage event.
  • Support deniedDomains and depthPriority for crawler.queue()'s options.

changed

  • Allow allowedDomains option to accept a list of regular expressions.

1.3.2

19 Jan 10:42
10dfe10
Compare
Choose a tag to compare

Added

Fixed

  • Fix a bug of not showing console message properly

1.3.1

13 Jan 19:37
bc2820a
Compare
Choose a tag to compare

Fixed

  • Fix a bug of listing response properties as methods.
  • Fix a bug of not obeying robots.txt.

1.3.0

12 Jan 13:38
9897273
Compare
Choose a tag to compare

Added

changed