-
Notifications
You must be signed in to change notification settings - Fork 181
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
Substitution of ToPascalCase logic with a more general one #413
Conversation
Thanks. Can you check the failing unit tests? |
Hi @mganss, Thank you, |
The difference in class names revealed a name clash corner case. Should be fixed now. |
FYI this was a breaking change for us. We had types named Please be aware of such changes in the future. |
Hi @MeikelLP, Sorry for the inconvenience, |
@MeikelLP You're right, I'm sorry. Wondering if it makes sense to release a new major version now that the horse has bolted. |
I mean it wasn't very smart on our side to just use the "latest" in the first place however I think it's smarter for us to go with the "latest" than sticking to the "legacy" @mganss I think a major or minor (2.1) may be valid here. This also gives you the opportunity to note breaking changes (on the release page?) |
I've released 2.1.908. |
Hi,
the ToPascalCase login is not able to manage cases like these:
MY_FIRST_CLASS
MY_PROPERTY
...
For this reason I have changed the ToPascalCase logic using chviLadislav contribution found at how-can-i-convert-text-to-pascal-case.
Please check the changes and pull the request if you like.
Thank you and best regards,
Filippo