Ghost/core/frontend/services/sitemap
Hannah Wolfe 526993965a
Switch to @trghost/validator, remove validator
- Part of the effort to split Ghost down into smaller, decoupled pieces
- Moved out our internal validator tooling to a separate library
- Replaced all usage of our own tooling and validatorjs directly with @tryghost/validator
- Removed the validatorjs dependency and removed the renovate pin
- This gives us a consistant, smaller, clearer public API for validations
- It will eventually be used on Ghost Admin too
- This way we can start getting up to date with validator whilst not increasing build size
2021-06-16 08:11:22 +01:00
..
base-generator.js 🐛 Fixed __GHOST_URL__ appearing in sitemaps (#12787) 2021-03-18 17:16:37 +00:00
handler.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
index-generator.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
manager.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
page-generator.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
post-generator.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
tag-generator.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
user-generator.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00
utils.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00