Releases: ekalinin/sitemap.js
Releases · ekalinin/sitemap.js
8.0.0
7.1.2
What's Changed
- respect backpressure by @derduher in #388
- fix #425 via #426 thanks to @huntharo update streamToPromise to bubble up errors + jsDoc
- fix #415 thanks to @mohd-akram Fix circular dependency breaking Node.js 20.6
- Remove duplicate
License
field by @huntharo in #422 - non-breaking updates of dependent packages in #427
New Contributors
- @mohd-akram made their first contribution in #415
Full Changelog: 7.1.1...7.1.2
7.1.1
7.1.1
- fix #378 exit code not set on parse failure. A proper error will be set on the stream now.
- fix #384 thanks @tomcek112 parseSitemapIndex not included in 7.1.0 release
- fix #356 thanks @vandres - SitemapIndexStream now has lastmodDateOnly
- Fix #375 thanks @huntharo parseSitemap and parseSitemapIndex uncatchable errors
- Filter out null as well when writing XML thanks @huntharo #376
What's Changed
- Filter out null as well when writing XML by @huntharo in #376
- Fix parseSitemap and parseSitemapIndex uncatchable errors by @huntharo in #375
- implemented
lastmodDateOnly
forSitemapIndexStream
, fixes #356 by @vandres in #373 - Add XML ingest performance tests by @huntharo in #371
- fixes #363 by @derduher in #381
- Fix exports for sitemap index parsing (fixes #384) by @tomcek112 in #385
- Fix cli exit code by @derduher in #386
New Contributors
- @vandres made their first contribution in #373
- @tomcek112 made their first contribution in #385
Full Changelog: 7.1.0...7.1.1
7.1.0
drop node 10
7.0.0
[BREAKING]
- dropped support for Node 10, added support for Node 16
- removed deprecated createSitemapsAndIndex. use SitemapAndIndexStream or simpleSitemapAndIndex
- dropped deprecated
getSitemapStream
option for SitemapAndIndexStream that does not return a write stream - fixed invalid documentation for #357
non-breaking
- Added option to simplesitemap
publicBasePath
: allows the user to set the location of sitemap files hosted on the site fixes [#359] - bumped dependencies
conent_loc, error handler
6.4.0
- added support for content_loc parsing #347 and uploader info attr
- added error handler option to sitemapstream #349 Thanks @marcoreni
bump deps
add custom logger to parse
6.3.5
- Add option to silence or redirect logs from parse #337
new XMLToSitemapItemStream({ logger: false })
ornew XMLToSitemapItemStream({ level: ErrorLevel.SILENT })
ornew XMLToSitemapItemStream({ logger: (level, ...message) => your.custom.logger(...message) })
bump deps, add convenience option for hreflang
bump deps, add .gz to sitemap-index refs
Merge pull request #336 from ekalinin/bumppackages Bumppackages