Releases: openapi-ts/openapi-typescript
Releases Β· openapi-ts/openapi-typescript
v3.0.0
β¨ Features
- Adds long-requested
paths
support to Swagger v2 schemas - Adds more compact comments, resulting more readable generated types
π Bugfixes
- Fixes bugs in
paths
generation (missing$ref
s support in areas, inconsistent generation)
- This is marked as a breaking version for safety. Swagger v2 users should be able to migrate to
3.0.0
with no problems; OpenAPI v3 users will either experience no changes or minor changes that should be an overall improvement.
π Other Notes
- In version
2.x
of this library, OpenAPI v3 support was added, and it was a separate part of the codebase. This major release combines Swagger v2 and OpenAPI v3 code together. Though they are different schemas, they have much more in common than they do in difference. Combining the code will make this library easier to maintain, easier to test, and more stable overall.
v2.5.0
v2.4.2
π Bugfixes
- Fixes
paths.requestBody.content
possibly missing by @robertmassaioli (#369) - Fix: check if path item is method operation by @rendall (#366)