redesign smartsitemap around builder-based sitemap creation, parsing, validation, and import utilities
- Replace the previous SmartSitemap instance API and legacy sitemap classes with exported builder, parser, renderer, validator, stream, feed importer, and YAML importer modules
- Add support for sitemap indexes, news/image/video/hreflang extensions, auto-splitting, gzip and stream output, and structured validation and statistics
- Expand public TypeScript interfaces and package metadata to reflect the broader sitemap feature set
Update CI configuration, bump dependencies, and apply small code cleanups
- CI: switch build image to code.foss.global, adjust NPMCI computed repo URL and install @ship.zone/npmci in workflows
- Dependencies: bump several devDependencies and runtime dependencies to newer major/minor releases
- package.json: add packageManager/pnpm metadata, bugs URL, homepage tweak and small script adjustments (test/build)
- Code: use plugins.webrequest.webrequest helper for HTTP requests, formatting and typing improvements across TypeScript sources (smartsitemap, sitemapnews, sitemapwebsite)
- Tests and fixtures: update test feed URL, normalize YAML/test formatting
- .gitignore: add .claude and .serena ignores and reorganize custom section
- tsconfig: add baseUrl/paths and clean up legacy compiler options
- Misc: fix trailing commas/newlines in npmextra.json and commitinfo data
## 2024-05-29 - 2.0.3 - maintenance
Release 2.0.3 with package metadata and build configuration tweaks.
- Update package description.
- Update TypeScript configuration (tsconfig) for build settings.
- Adjust npmextra.json githost entries.
- General maintenance and housekeeping.
## 2023-10-20 - 2.0.2 - bugfix
Patch release with core fixes and stability improvements.
- fix(core): apply core updates and bug fixes.
## 2022-03-24 - 2.0.0–2.0.1 - major / patch
Major 2.0.0 release and immediate 2.0.1 follow-up containing core updates.
- 2.0.0: major version bump with core updates.
- 2.0.1: subsequent fixes to address issues found after the 2.0.0 release.
- Both releases include core maintenance and stability improvements.