Ghost/core
Hannah Wolfe 70d15e077b
Refactored mapper into individual files (#14328)
refs: https://github.com/TryGhost/Toolbox/issues/245

- Ghost's API framework has a mixed up concept of what a serializer is. Mappers are true serializers! What we call serializers are little more than a small formatting step.
- This PR splits mappers into individual files and uses the endpoint's docname as the mapper name. This will help us to automate the calling of a mapper for an endpoint later.
- This is one tiny step in reworking the framework to need less code to make it work, and to have clearer concepts for how to do things.
2022-03-16 12:44:11 +00:00
..
client@51d065069c Updated Admin to v4.39.0 2022-03-11 16:00:27 +00:00
frontend Improved error display in Sentry for theme responses 2022-03-11 10:59:03 +00:00
server Refactored mapper into individual files (#14328) 2022-03-16 12:44:11 +00:00
shared Aliased canary endpoints to point to non-versioned URLs 2022-03-14 21:22:54 +13:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added handler for unhandled rejections 2022-02-18 10:35:36 +01:00
bridge.js 💡 Pinned frontend API version to canary 2022-02-17 17:55:55 +00:00