Skip to content
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 pascalCase option #42

Merged
merged 5 commits into from
Sep 23, 2019
Merged

Add pascalCase option #42

merged 5 commits into from
Sep 23, 2019

Conversation

niktekusho
Copy link
Contributor

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:

  • Implementation in code
  • Added specific tests
  • Updated TypeScript definition files and relative test
  • Added the new option in the README.

@sindresorhus sindresorhus changed the title Add the Pascal Case ("pascalCase") option Add pascalCase option Sep 23, 2019
@sindresorhus sindresorhus merged commit 5f224ff into sindresorhus:master Sep 23, 2019
@sindresorhus
Copy link
Owner

Thanks :)

@niktekusho niktekusho deleted the pascalcase-opts-#30 branch September 23, 2019 18:35
@believer
Copy link

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

@sindresorhus
Copy link
Owner

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

@believer
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pass options to camelcase
3 participants