Skip to content
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

fix(casing): {pascal,camel}-case does not support single uppercase letters at the end #1506

Merged
merged 2 commits into from
Feb 15, 2021

Conversation

P0lip
Copy link
Contributor

@P0lip P0lip commented Feb 15, 2021

Fixes #1500.

Checklist

  • Tests added / updated
  • Docs added / updated

Does this PR introduce a breaking change?

  • Yes
  • No

@P0lip P0lip added the t/bug Something isn't working label Feb 15, 2021
@P0lip P0lip requested review from philsturgeon and a team February 15, 2021 10:48
@P0lip P0lip self-assigned this Feb 15, 2021
@P0lip P0lip enabled auto-merge (squash) February 15, 2021 12:12
@P0lip P0lip merged commit 20b1866 into develop Feb 15, 2021
@P0lip P0lip deleted the fix/camel-case branch February 15, 2021 13:18
P0lip added a commit that referenced this pull request Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Camel case function does not accommodate uppercase single letter words at the end of a property name
2 participants