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

Add IsUnknown() and Values() funcs for enums #160

Merged
merged 3 commits into from
Oct 29, 2020
Merged

Conversation

bmoylan
Copy link
Contributor

@bmoylan bmoylan commented Oct 29, 2020

Before this PR

When we removed the UNKOWN variant in #139, it made it difficult for consumers to know if their value is valid or not.

After this PR

==COMMIT_MSG==
Add IsUnknown() and Values() funcs for enums
==COMMIT_MSG==

Possible downsides?


This change is Reviewable

@changelog-app
Copy link

changelog-app bot commented Oct 29, 2020

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Add IsUnknown() and Values() funcs for enums

Check the box to generate changelog(s)

  • Generate changelog entry

@bulldozer-bot bulldozer-bot bot merged commit 675395a into develop Oct 29, 2020
@bulldozer-bot bulldozer-bot bot deleted the bm/enum-methods branch October 29, 2020 17:51
@svc-autorelease
Copy link
Collaborator

Released 5.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants