Skip to content

Releases: ekalinin/sitemap.js

7.1.1

30 Jan 03:15
dad6992
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 7.1.0...7.1.1

7.1.0

31 Dec 05:24
7b0bad4
Compare
Choose a tag to compare

7.1.0

  • bumped types dependency for node
  • bumped all dev dependencies - includes some prettier changes
  • package-lock updated to version 2

drop node 10

02 May 03:50
4d76fa4
Compare
Choose a tag to compare

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

17 Feb 20:17
0921341
Compare
Choose a tag to compare

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

11 Feb 04:24
0562335
Compare
Choose a tag to compare

add custom logger to parse

23 Dec 04:20
46997e9
Compare
Choose a tag to compare

6.3.5

  • Add option to silence or redirect logs from parse #337
    • new XMLToSitemapItemStream({ logger: false }) or
    • new XMLToSitemapItemStream({ level: ErrorLevel.SILENT }) or
    • new XMLToSitemapItemStream({ logger: (level, ...message) => your.custom.logger(...message) })

bump deps, add convenience option for hreflang

23 Dec 02:56
f6fc9fc
Compare
Choose a tag to compare
  • addresses #335 by adding tests but ultimately not changing anything
  • addresses #340 by adding alias to lang option (hreflang)
    bump misc deps

bump deps, add .gz to sitemap-index refs

01 Nov 03:33
64037db
Compare
Choose a tag to compare
Merge pull request #336 from ekalinin/bumppackages

Bumppackages

6.3.2

21 Sep 04:07
965c4a7
Compare
Choose a tag to compare

fix unreported timing issue in SitemapAndIndexStream uncovered in latest unit tests

6.3.1 fix type error in simpleSitemapAndIndex

20 Sep 23:50
4d836d0
Compare
Choose a tag to compare