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

Change the casing of PasswordlessType cases #580

Merged
merged 2 commits into from
Dec 9, 2021
Merged

Conversation

Widcket
Copy link
Contributor

@Widcket Widcket commented Dec 9, 2021

Changes

⚠️ THIS PR CONTAINS BREAKING CHANGES

The public PasswordlessType enum had its case names capitalized with UpperCamelCase, a vestige of Swift < 3. With Swift 3, the naming conventions for enum cases changed to lowerCamelCase.

Screen Shot 2021-12-08 at 20 58 42

References

https://github.com/apple/swift-evolution/blob/master/proposals/0006-apply-api-guidelines-to-the-standard-library.md

Testing

  • This change adds unit test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@Widcket Widcket requested a review from a team as a code owner December 9, 2021 00:00
@Widcket Widcket added the review:small Small review label Dec 9, 2021
@Widcket Widcket merged commit 8116b8e into beta Dec 9, 2021
@Widcket Widcket deleted the v2/passwordlesstype-cases branch December 9, 2021 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:small Small review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants