Sitemap Generator Versions Save

Easily create XML sitemaps for your website.

8.2.1

6 years ago

Add missing dependency (#39)

8.2.0

6 years ago
  • Use Last-Modified header for lastMod calculation (#37)
  • Fix a bug where existing sitemap.xml is added to new sitemap
  • Add option to disable file output entirely (#38)

8.1.1

6 years ago

Ignore sitemap.xml links and avoid adding them to the new sitemap. (fixes #35)

8.1.0

6 years ago

Add new method getCrawler to access the crawler instance.

8.0.1

6 years ago

Fix bug in Link discovery (#29)

8.0.0

6 years ago

New

Now all underlying crawler options are exposed and can be adjusted (read more in README). Also did some cleanup and updated the dependencies.

Deprecated

As all crawler options are exposed the crawlerMaxDepth option is deprecated in favor of maxDepth.

Breaking

Removed unnecessary functions (getPaths, getStats, getStatus). If you need those anyway you can easily compose them with the given events.

7.6.2

6 years ago

Fix wrong version.

7.6.0

6 years ago

Add changeFreq, lastMod, and priorityMap options. Thanks to @psnoonan! For more info check the readme.

7.5.3

6 years ago

Add timeout option.

7.5.2

6 years ago

Add proper XML special char escaping. Thanks to @jandramila for PR.