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(AIP-123): add singular and plural validation #1143

Merged
merged 4 commits into from
May 11, 2023
Merged

feat(AIP-123): add singular and plural validation #1143

merged 4 commits into from
May 11, 2023

Commits on May 6, 2023

  1. feat(AIP-123): add singular and plural validation

    Matching AIP-123 in requiring singular and plural annotations,
    and for singular matching the lowerCamelCase of type.
    toumorokoshi committed May 6, 2023
    Configuration menu
    Copy the full SHA
    7b5a28c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    fd3eeeb View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. addressing feedback

    - fixing all lint problems with suggested values.
    - writing custom ToUpperCamelCase as existing one does not consider
      underscores / dashes as invalid characters, which are considered
      delimiters in the camel case conversion.
    toumorokoshi committed May 11, 2023
    Configuration menu
    Copy the full SHA
    db6bb22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e585028 View commit details
    Browse the repository at this point in the history