This repository was archived by the owner on Dec 9, 2023. It is now read-only.
Releases: cheap-glitch/vue-cli-plugin-sitemap
Releases · cheap-glitch/vue-cli-plugin-sitemap
2.3.0
2.2.1
2.2.0
Breaking changes
- Ignore all routes with globs in their path unless they have the
loc
meta property - Throw an error during generation if a slug doesn't match the regex pattern of a path parameter
New
- Add support for paths with regexp patterns
- Add support for optional path parameters
Bugfixes
- Create the
sitemap
CLI command even if the config object is missing
2.1.2
- Avoid writing sitemaps twice when creating two bundles (e.g. with
--modern
flag)
2.1.1
- Fix error when no config or
pluginOptions
objects are present
2.1.0
- Add support for nested routes
- Improve message of validation errors
2.0.2
- Add support for Node 10.x
2.0.1
- Add support for port number and IPv4 addresses in
baseURL
2.0.0
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
1.0.4
New
- Add
outputDir
option - Add
--output-dir
CLI option - Add short aliases for CLI options