Skip to content

Latest commit

 

History

History
81 lines (37 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

81 lines (37 loc) · 3.4 KB

1.4.0 (2024-11-04)

Bug Fixes

  • prettier.config options (fcbcaa4)

Features

  • add prettier.config.js and format files (f464417)

1.3.0 (2024-09-09)

Features

  • file.sitemap boolean false will skip sitemap (ea38ec3)

1.2.4 (2024-09-09)

Bug Fixes

1.2.3 (2024-09-08)

Bug Fixes

  • encodeValues for characters xml cant parse. Format date correctly (e928405)

1.2.2 (2024-09-01)

Bug Fixes

  • uncomment lastmod compare (23c74cf)

1.2.1 (2024-09-01)

Bug Fixes

  • return if no title, parse sub object in createEntry (97d8751)

1.2.0 (2024-08-30)

Bug Fixes

  • add sitemap to sitemapindex if not already in index (0ff6911)
  • noindex metatag return and handling sitemap generation (058116a)

Features

  • added node-html-parser (397c590)
  • parseHtml function to read and generate nested sitemaps using sitemap-* attributes and metatags (64edbdb)

1.1.0 (2024-08-24)

Bug Fixes

  • apply host for crud (9a9fbf0)
  • check logic to auto add html files to sitemap (6ca692b)
  • handle mainSitmap and sitmap as a file object (99b97c3)

Features

  • create multiple sitemaps for the various supported types (98af2dc)

1.0.0 (2024-06-27)

Features