strapi-community / strapi-plugin-transformer

A plugin for Strapi Headless CMS that provides the ability to transform the API request or response.
https://market.strapi.io/plugins/strapi-plugin-transformer
MIT License
140 stars 22 forks source link

When can we expect Strapi 5 support? #107

Open anshul-fitsib opened 2 weeks ago

anshul-fitsib commented 2 weeks ago

Can you confirm the target date for the plugin update to support Strapi 5?

briankandersen commented 2 weeks ago

Yup?

XanderD99 commented 2 weeks ago

Is this plugin still needed in v5, since the response and request objects have been flattened? So no attribute and data keys are present

raphaeldas commented 2 weeks ago

This plugin does not only remove the "data" and "attributes" keys. There are some other useful features such as transformations that can be applied to a particular response before it is sent to the client. So it would be great if this plugin got support for v5.

XanderD99 commented 2 weeks ago

on my bad, never needed those features so wasn't aware of them. Don't mind my comment :)