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

simplecrawler 1.1.5

Compare
Choose a tag to compare
@fredrikekelund fredrikekelund released this 15 Aug 20:21
· 86 commits to master since this release

Administrative

  • Welcome @konstantinblaesi! We invited a few people who have made recent and significant contributions to come on board as simplecrawler collaborators. @konstantinblaesi heeded our call and has already submitted several PR's, including an ambitious upstream patch!
  • simplecrawler now has its own GitHub organisation and lives at simplecrawler/simplecrawler. This enables more fine tuned access controls for current and future collaborators. If you are interested in joining us, see #388.

Important notice

  • We have dropped support for node 0.12. The lowest supported version is now 4.x. This enables us to use more modern language features and will hopefully enable more patches soon. See #382 for more details.

Bug fixes

  • #364 - improved performance of Crawler#cleanExpandResources. See #382 for relevant patch
  • #385 and #363 - @konstantinblaesi submitted an upstream patch to URI.js that employs the same validation logic when calling the URI constructor as when calling the hostname and port methods. See #393 and medialize/URI.js#345 for relevant patches