blakeembrey / change-case

Convert strings between camelCase, PascalCase, Capital Case, snake_case and more
MIT License
2.25k stars 96 forks source link

Use no-case directly if dot-case is not needed #227

Closed linkvt closed 2 years ago

linkvt commented 3 years ago

Removes the unneeded intermediate dependency to dot-case which in theses cases only forwarded everything to no-case.

Closes #226

blakeembrey commented 2 years ago

Thanks for the PR, sorry for the delay. I've been hit or miss on OS for a while now.