Replies: 1 comment
-
Happy Star Wars Day 🤖✨! This release goes a long way in improving the consistency and stability of the generator along with adding support for a major OpenAPI feature: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Breaking Changes
allOf
,oneOf
, oranyOf
that referenced generated model will be used directly instead of generating a copy with another name. (Don't generate extra models forallOf
,oneOf
, oranyOf
of one model #361)id
andtype
will now be renamed in generated clients (fix: Support attributes using builtin type names #360, Allowid
andtype
as model attributes #378, feat!(generator): type and id are allowed as attribute names and will not be converted #407). Thanks @dblanchette and @forest-benchling!Features
Fixes
This discussion was created from the release 0.9.0 - 2021-05-04.
Beta Was this translation helpful? Give feedback.
All reactions