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: add flatCase and trainCase #68

Merged
merged 8 commits into from
Jan 10, 2024
Merged

feat: add flatCase and trainCase #68

merged 8 commits into from
Jan 10, 2024

Conversation

itpropro
Copy link
Member

@itpropro itpropro commented Jan 5, 2024

Added utils and tests for Train-Case (HTTP-Header-Case) and flatcase

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Added utils and tests for Train-Case (HTTP-Header-Case) and flatcase

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

Added utils and tests for Train-Case (HTTP-Header-Case) and flatcase
Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Comparison is base (8ded420) 100.00% compared to head (2535ce0) 100.00%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #68   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          295       340   +45     
  Branches        34        39    +5     
=========================================
+ Hits           295       340   +45     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@itpropro itpropro mentioned this pull request Jan 5, 2024
Copy link
Member

@danielroe danielroe left a comment

Choose a reason for hiding this comment

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

Lovely πŸ‘Œ

@danielroe danielroe requested a review from pi0 January 5, 2024 21:02
@pi0 pi0 changed the title feat(cases): Added Train-Case and flatcase utils feat: add flatCase and trainCase Jan 5, 2024
Copy link
Member

@pi0 pi0 left a comment

Choose a reason for hiding this comment

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

Nice additions ❀️ Apart from comments, i think from list found, we might support FOO_BAR and FOO-BAR like cases to complete the collection of all casing utils πŸ”₯

README.md Show resolved Hide resolved
src/index.ts Outdated Show resolved Hide resolved
@itpropro itpropro requested a review from pi0 January 6, 2024 18:36
README.md Outdated Show resolved Hide resolved
src/index.ts Outdated Show resolved Hide resolved
@pi0 pi0 merged commit d2c281f into main Jan 10, 2024
4 checks passed
@pi0 pi0 deleted the feat/cases branch January 10, 2024 12:02
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.

3 participants