string manipulation with snake, camel and dash to work same as their counterparts at lodash #96
wouter-leistra
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
I don't care too much about Lodash feature parody but that result for |
Beta Was this translation helpful? Give feedback.
0 replies
-
hellow @rayepps @wouter-leistra thank you so much for pointing out this problem, i just made a pr for them fixing this. Now just wait for some Maintainer to approve |
Beta Was this translation helpful? Give feedback.
1 reply
-
This has been fixed and published in version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thanks for the great effort of making a modern typed lodash variant. We were eager to use it in our project, but we noticed some things that kept us reaching back to using lodash. One of the most prominent reasons has been the snake, camal (should be camel as it is referring to camelCase) and dash (we are used to using kebab, but we can live with the new name too).
In lodash the counterparts (snakeCase, camelCase and kebabCase) allow converting any space-separated, snake-cased, kebab-cased and camel-cased string to convert to the case you choose to use the function for.
Example
Is this a conscious decision by the maintainers? Or are you open for PRs to support feature parity?
Beta Was this translation helpful? Give feedback.
All reactions