All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.4 (2022-11-19)
- different sitemaps sharing same routes cache (8c959fe)
4.0.3 (2022-11-19)
- adding pre-rendered routes to sitemap when using nuxi generate (0f922a5)
4.0.2 (2022-11-18)
- sitemap generated in wrong directory (be94a1a)
4.0.1 (2022-11-18)
- nuxt 3.0.0: fixes for the latest nuxt release (e515ef9)
4.0.0 (2022-10-24)
- nuxt-rc.12: not backwards compatible with old release candidates
- nuxt v3.0.0-rc.12 compat (b705933)
- nuxt-rc.12: changed example in README.md (d1d8d7f)
- nuxt-rc.12: not backwards compatible with old release candidates (8c207c3)
3.2.0 (2022-07-06)
- added test cases for nuxt-i18n and switched to @nuxtjs/i18n-edge (4d07701)
3.1.4 (2022-07-01)
3.1.3 (2022-07-01)
- added exports to the package.json
3.1.2 (2022-07-01)
3.1.1 (2022-06-28)
3.1.0 (2022-06-28)
- support for nuxt 3 (1ba3d1c)
- return a valid URL from getHostname (f999d6f)
2.4.0 (2020-06-25)
- add hooks on sitemap generation (f0365d2)
2.3.2 (2020-06-15)
2.3.1 (2020-06-04)
2.3.0 (2020-05-11)
- add nuxt-i18n routes support with alternate links by hreflang (cdbd689), closes #91
- allow module configuration as function or boolean (522288c), closes #115
- enable ETag header for sitemapindex (2098334)
2.2.1 (2020-04-23)
- lastmod on sitemapindex (56d586b), closes #112
- logs without additional (9b4773c)
- missing warning on generate mode (d82ee3e)
2.2.0 (2020-04-05)
- force route.url as string (dc521ab)
2.1.0 (2020-03-27)
2.0.1 (2019-11-12)
2.0.0 (2019-09-29)
- lastmod option parses all ISO8601 date-only strings as being in UTC rather than local time (see sitemap.js v4 CHANGELOG)
- Drop support for Nuxt.js 1.x
-
add configuration for sitemap index and multiple sitemaps (e78e4a2), closes #6
-
update dependency sitemap.js to v4 (795aa1a)
1.3.1 (2019-09-17)
1.3.0 (2019-08-23)
1.2.0 (2019-05-10)
- add "xmlNs" option to set custom XML namespaces (751a779)
1.1.0 (2019-05-01)
1.0.0 (2019-04-15)
- automatically create sitemap in
dist
(#42) (2767ccb) - cache initialization (a947b33), closes #27 #51
- create cache (#47) (cd1d90f)
- reduce the use of lodash (c226f11)
- usage of hook that require Nuxt >= 1.0
0.2.2 (2019-03-12)
- avoid duplicate routes with "index.vue" child-routes (2315574)
0.2.1 (2019-03-12)
0.2.0 (2019-01-02)
- add custom
filter
option (239a1ed)
0.1.2 (2018-12-11)
- fix static folder path (0e02ea6)
0.1.1 (2018-04-16)
0.1.0 (2018-04-16)
- optimize lodash imports (5e1e68f)
0.0.5 (2018-04-14)
- wrap async calls (b1b785a)
- add routesUnion() method to combine routes arrays (5d4f5b7)
0.0.3 (2017-08-03)
- sitemap: nuxt rc compability (#104) (335ae7a)
0.0.2 (2017-07-25)
- sitemap: refactor to fix production build (27fdca8)