0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core
Hannah Wolfe d3cc85c920
Moved schema validator into the schema module
- This is a really specific piece of code related to validating models against our internal schema.js format
- This doesn't make sense without a schema.js file
- It does depend on the internal validator and validate tools - but those are used elsewhere too, and can reasonably be moved out of the codebase
- I don't see schema.js moving out of the codebase any time soon. We can move the validator but it would be a class that requires schema via DI
- For now my focus is on getting the data/validation tooling separated and making clear sense
- Improving data/schema can come later :)
2021-06-15 11:54:34 +01:00
..
client@952a65065d Updated Ghost-Admin to v4.7.0 2021-06-08 17:06:37 +01:00
frontend Swapped to American English spellings 2021-06-09 16:39:06 +01:00
server Moved schema validator into the schema module 2021-06-15 11:54:34 +01:00
shared Updated multiple products UI handling on Portal 2021-06-11 15:10:23 +05:30
app.js
boot.js Move the update-check service to a scheduled job 2021-05-27 17:17:26 +02:00
bridge.js Swapped to American English spellings 2021-06-09 16:39:06 +01:00