-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: Confusing Render Mode Name #87
Comments
I was also confused about this, so I'm +1. |
I agree. We had different ideas, when we started, about the Let me speak with my team and we will try to prioritise this, we need to introduce the change gracefully, for instance: In this way we can upgrade the services, then the clients, then a final upgrade to the service without any maintenance interruption. Matteo |
Sounds good. I'm more than willing to pitch in if you want any help. What's the deprecation policy for this project? Have you guys had to deal with that in the past? I'd imagine that adding code to handle |
Plan for releasing this:
|
So now I would say we can wait a little while and then finally clean-up the api with the breaking change (return rendered in case of pre-rendered request). |
will close this issue and create a new one to track the cleanup |
Currently, we use the name
pre-rendered
as therenderMode
for retrieving a raw template and data from a registry. I think this name is confusing - I would generally assume that a "prerendered" template would be the same thing as what we're calling "rendered."I propose that we change the
pre-rendered
mode name to something more likeunrendered
. This is a mostly cosmetic change that I think will aid in comprehension of what's actually being returned by that render mode. More than willing to submit a PR if people feel similarly.This will constitute a breaking change, so we'll probably want to add a deprecation cycle for this behavior.
The text was updated successfully, but these errors were encountered: