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

feat: integrate recase and include pascalDotCase #840

Merged
merged 10 commits into from
Apr 5, 2023

Conversation

LukeMoody01
Copy link
Contributor

Status

READY

This PR adds support for additional string casing styles, specifically Title.Case (PascalDotCase) #706 , to the Mason package. As ReCase is no longer maintained (My PR has been open for quite a while), I have moved the package over to mason and documented the class. I have updated the corresponding string extensions and render functions to support the new format.

Let me know if there are any issues with this approach! I also feel this could give developers the options to override / create their own LambdaFunctions which would be cool!

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

renancaraujo
renancaraujo previously approved these changes Mar 27, 2023
@felangel felangel changed the title feat: Add recase and pascalDotCase feat: integrate recase and include pascalDotCase Apr 3, 2023
@felangel felangel added the enhancement New feature or request label Apr 3, 2023
Copy link
Owner

@felangel felangel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks so much for the contribution! 💯

@felangel felangel merged commit 054df14 into felangel:master Apr 5, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants