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