simplecrawler v1.1.5 Release Notes

Release Date: 2017-08-15 // over 6 years ago
  • 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