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

[Feature] Change case refactor #506

Merged
merged 8 commits into from
Aug 6, 2024
Merged

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    980a0b3 View commit details
    Browse the repository at this point in the history
  2. Add ...Case functions

    Add function for the following transformations:
    
    * lowerCase
    * upperCase
    * camelCase
    * pascalCase
    * snakeCase
    * dashCase
    
    Thanks to the `change-case` package for its split function.
    titouanmathis committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c753a16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27c07d5 View commit details
    Browse the repository at this point in the history
  4. Update tests

    titouanmathis committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    04af959 View commit details
    Browse the repository at this point in the history
  5. Convert ref names to camelCase

    Fix #338
    titouanmathis committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1f5dbd9 View commit details
    Browse the repository at this point in the history
  6. Add tests

    titouanmathis committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2aae430 View commit details
    Browse the repository at this point in the history
  7. Add docs

    titouanmathis committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d8c0b9c View commit details
    Browse the repository at this point in the history
  8. Update changelog

    titouanmathis committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a29e4bd View commit details
    Browse the repository at this point in the history