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

simplecrawler 1.1.7

Compare
Choose a tag to compare
@kbychkov kbychkov released this 09 Apr 13:11
· 29 commits to master since this release

Important notice

Dropped support for Node 4. The lowest supported version is now 6.13.0. This is due to requirements of some dependencies.

New features

  • The README is now generated using jsdoc-to-markdown.

Bug fixes

  • #419 - srcset source termination
  • #432 - Add a replacement in cleanURL
  • #439 - Links getting skipped due to escape sequence in href
  • #441 - Pattern for CSS url() syntax matches wrongly also some JS url() function calls
  • #443 - Oldest unfetched item duplicates
  • #447 - Fix TypeError ERR_INVALID_CALLBACK on fs.writeFile for node.js v10