-
-
Notifications
You must be signed in to change notification settings - Fork 569
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
Add preserveConsecutiveUppercase
option to CamelCase
and add SplitWords
type
#501
Conversation
Nice work 👍 |
It seems like this PR and
Is there anyway to fix or consolidate this behavior? |
@RichiCoder1 As a temporary fix you can use Capitalize |
Since I can work around it, but I still think it should be configurable. |
Fix #224
Fix #488
In anticipation for #336 this PR also adds the
SplitWords
type (internal for now).