Releases: lgraubner/sitemap-generator
Releases · lgraubner/sitemap-generator
7.1.0
7.0.2
7.0.1
7.0.0
Total rewrite of the sitemap-generator package. Includes significant performance improvements as the sitemap gets streamed right to the hard drive.
Breaking
restrictToBasePath
option got removed and is applied by default- The sitemap gets written right to the hard drive instead of returning a sitemap string
- Therefore added a filepath option
- Cleaned up events and sorted to
add
,error
,ignored
,done
- Added
getStatus
method
6.0.0
- Fixed merge request #8
- Account Google max URL limit of 50000 (breaking!)
The max url change breaks the v5 behaviour. The done
callback does not return a single string with the sitemap but instead returns an array. In case the limit is reached it contains more than one sitemap where the first item is a sitemapindex file.
5.0.1
5.0.0
v4.1.1
v4.1.0
v4.0.0
This is the decoupled sitemap-generator from sitemap-generator-cli. Hence starting with version 4.0.0.
- Total code rewrite
- Events using node's
EventEmitter
- Own link parser for crawler including
base
tag,robots.txt
and all kind of link support - Enhanced tests