Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@cheap-glitch cheap-glitch released this 03 Feb 09:35

Breaking changes

  • Require sitemap properties in route objects to be placed in meta.sitemap (see example)
  • Throw an error if there are dynamic routes with no slugs

New

  • Split sitemaps of more than 50,000 URLs and automatically generate the associated index
  • Add support for asynchronous generators in slugs (#3)
  • Add support for routes with multiple dynamic parameters (#4)
  • Add support for plain strings in the list of handwritten URLs

Changes

  • Improve performance when processing a large number of URLs