-
-
Notifications
You must be signed in to change notification settings - Fork 528
fix: Support for generating enums when enums definition has null value #1873
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
Conversation
🦋 Changeset detectedLatest commit: 41ec6eb The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
.changeset/real-penguins-fold.md
Outdated
@@ -0,0 +1,5 @@ | |||
--- | |||
"openapi-typescript": minor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"openapi-typescript": minor | |
"openapi-typescript": patch |
I would consider this a patch
because this doesn’t add new functionality; it fixes a bug, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
Looks great, and great tests! But let’s make this a |
@drwpow forgot about this, updated to patch |
@drwpow bumping this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating this! Sorry for the delay; will merge and release. Thanks again!
Changes
What does this PR change? Link to any related issue(s).
#1872
How to Review
How can a reviewer review your changes? What should be kept in mind for this review?
Checklist
docs/
updated (if necessary)pnpm run update:examples
run (only applicable for openapi-typescript)