blakeembrey / change-case

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

paramCase is missing from latest v5 release #331

Closed lk77 closed 5 months ago

lk77 commented 5 months ago

Hello,

when i try to import paramCase from change-case it now fails after the update, and i don't find it on github either

this url :

https://github.com/blakeembrey/change-case/tree/main/packages/param-case

return 404,

and i don't find a paramCase function here :

https://github.com/blakeembrey/change-case/blob/main/packages/change-case/src/index.ts

thanks !

blakeembrey commented 5 months ago

It’s was renamed to kebab case. There’s some other change docs in the release notes here: https://github.com/blakeembrey/change-case/releases/tag/change-case%405.0.0

lk77 commented 5 months ago

thanks !