0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/data
Hannah Wolfe 0fe8426f97
Renamed validation to validator + better public API
- renamed our internal validation library to "validator" - which is the same as the tool it wraps
- updated the public api so that validator methods are directly exposed
- this will make it a drop-in replacement for validator-js
- in turn, this allows us to pull this out into @tryghost/validator, and use our own wrapper instead of the 3rd party library
2021-06-15 15:32:36 +01:00
..
db
exporter Split data exporter's index file into separate module 2021-05-21 19:13:55 +04:00
importer Renamed validation to validator + better public API 2021-06-15 15:32:36 +01:00
migrations Added posts_meta.feature_image_{alt,caption} columns (#13030) 2021-06-10 20:35:56 +01:00
schema Renamed validation to validator + better public API 2021-06-15 15:32:36 +01:00
validator Renamed validation to validator + better public API 2021-06-15 15:32:36 +01:00