-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
feat: 'suppressReadonlyModifier' override option introduced #1354
feat: 'suppressReadonlyModifier' override option introduced #1354
Conversation
Is this related to any open tickets? |
@melloware - found an issue in a generated code against my schema. Bigger picture, usage of "readonly" in code is opinionated - this gives user a freedom to choose. |
OK I merged that other PR. It looks like you have failing tests? |
cc @ezequiel |
@melloware - should be alright now |
Was this ever released? I'm on 6.30.2 but I'm getting I'm assuming that because it's in the docs without a version flag, then it's meant to be in? |
This was in version 6.29.0 . @mironbalcerzak can you clarify? |
@melloware Got it. It needs to be part of the |
@melloware - correct, it was released in 6.29.0.
|
Status
READY
Fixes #1348
Description
suppressReadonlyModifier
override option to stop usage of readonly modifier in modelsRelated PRs
Todos