-
Notifications
You must be signed in to change notification settings - Fork 36
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
respect convert_to_snake_case settings #307
respect convert_to_snake_case settings #307
Conversation
@rafalp would you be able to take a look at this whenever you get a chance? very minor change |
Hi @Rosswell, @DamianCzajkowski is the man you want. I am no longer with Mirumee and I have no powers here anymore :D |
Hi @Rosswell, could you add a changelog entry? |
@DamianCzajkowski done! |
I've checked it, and it looks fine. Just some linters failed, so after you resolve them, I will merge it and deploy a new version. |
@DamianCzajkowski fixed :) |
Appreciate this feature - it solved my problem! I look forward to it being deployed. In the mean time I successfully got it from git. I think the default feature is still broken though - Generated code works fine with the snake case. It breaks when trying to get nested properties. Either way thanks!! |
fixes #275 by passing the
convert_to_snake_case
to various generators created via theget_package_generator
function.adds a test that attempts to test that all the generator class fields that are determined by data passed in from
ClientSettings
are respected.tested both via unit tests and by regenerating code in which i experienced this issue myself