Skip to content

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

Merged
merged 2 commits into from
Oct 25, 2024

Conversation

DanDeMicco
Copy link
Contributor

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

  • Unit tests updated
  • docs/ updated (if necessary)
  • pnpm run update:examples run (only applicable for openapi-typescript)

@DanDeMicco DanDeMicco requested a review from a team as a code owner August 21, 2024 22:18
Copy link

changeset-bot bot commented Aug 21, 2024

🦋 Changeset detected

Latest commit: 41ec6eb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
openapi-typescript Patch

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

@@ -0,0 +1,5 @@
---
"openapi-typescript": minor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"openapi-typescript": minor
"openapi-typescript": patch

I would consider this a patch because this doesn’t add new functionality; it fixes a bug, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@drwpow
Copy link
Contributor

drwpow commented Aug 29, 2024

Looks great, and great tests! But let’s make this a patch release (just edit the .changeset file)

@DanDeMicco
Copy link
Contributor Author

@drwpow forgot about this, updated to patch

@DanDeMicco DanDeMicco requested a review from drwpow September 25, 2024 22:16
@DanDeMicco
Copy link
Contributor Author

@drwpow bumping this

Copy link
Contributor

@drwpow drwpow left a 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!

@drwpow drwpow merged commit c2c396d into openapi-ts:main Oct 25, 2024
8 checks passed
@github-actions github-actions bot mentioned this pull request Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants