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

Update toSnakeCase to better handle plurals, version numbers, and other pathological cases #3037

Merged
merged 4 commits into from
Oct 10, 2023

Commits on Oct 9, 2023

  1. Create new snakeCase / word splitting algorithm

    This commit introduces a word splitting algorithm used for snake casing that has much better results than the current Smithy algorithm. Specifically, it has better behavior for
    acronyms ending in `s`, version numbers, and compound acronyms like `MiB` and `GiB`.
    rcoh committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9699549 View commit details
    Browse the repository at this point in the history
  2. Fixup a few module use names

    rcoh committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f267491 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Add KiB

    rcoh committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a113099 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    rcoh committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5f38593 View commit details
    Browse the repository at this point in the history