sindresorhus / camelcase-keys

Convert object keys to camel case
MIT License
691 stars 95 forks source link

Add `pascalCase` option #42

Closed niktekusho closed 5 years ago

niktekusho commented 5 years ago

This PR aims to fix #30

In this PR, I would like to merge the pascal case ("pascalCase") option to convert objects to PascalCase notation.

The first commit also fixes a lint error in bench.js (let me know if I should take that commit out).

Checklist:

sindresorhus commented 5 years ago

Thanks :)

believer commented 5 years ago

@sindresorhus would it be possible to make a release with this update?

sindresorhus commented 5 years ago

https://github.com/sindresorhus/camelcase-keys/releases/tag/v6.1.0

believer commented 5 years ago

Thanks!