Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Releases: braintree/spidersuite

v0.3.4

08 Oct 21:12
Compare
Choose a tag to compare
  • Fix bug where other titles were being checked against the titlePattern.

v0.3.3

29 Sep 20:46
Compare
Choose a tag to compare
  • Fix bug where simplecrawlerConfig could be undefined and would crash.
  • Only store unique ignored and disallowed urls.

v0.3.2

28 Sep 15:49
Compare
Choose a tag to compare
  • Fix bug where process.exit() was improperly used.
  • Fix issue where urls were silently skipped by adding disallowed url reporting.

v0.3.1

27 Sep 21:10
Compare
Choose a tag to compare
  • Fix bug where output was not flushed before ending the process.

v0.3.0

18 Sep 23:53
Compare
Choose a tag to compare
  • Fix logging to only log an ignored url once.
  • Fix hash checks to only produce warnings or errors for urls not ignored.
  • Rename default config string to spidersuite:default. spider:default may be removed at a future date.
  • Remove the configurable MAX_LINKS_FROM and MAX_REDIRECTS_FROM reporting config.