-
Notifications
You must be signed in to change notification settings - Fork 188
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
Switch to oneOf instead allOf to handle nullable values (#1050) #1135
Conversation
4238857
to
d5dcd31
Compare
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.
Looks great, if you add one line to the CHANGELOG.md of utoipa-gen would be perfect. Add it top of the Unreleased section and add sub title Changed.
d5dcd31
to
e2d127d
Compare
@juhaku done |
Great, seems like you have some automatic format for the md files, Can you revert the automatic format? Now there are bunch of unrelated changes. Though they could be formatted, but better for another PR. EDIT: and it should be |
e2d127d
to
d0edd84
Compare
@juhaku Wow my bad. Done and done! |
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.
Super 🎉
fix for #1050
Closes #1050