Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
[email protected]
Patch Changes
- #1200
4fc8c20
Thanks @toomuchdesign! - Remove unexpected empty string in generated nullable polymophic enum types (["string", "null"])
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
- #1193
64decb7
Thanks @psychedelicious! - Add example forBlob
type transforms
[email protected]
Patch Changes
- #1192
38ee8b4
Thanks @psychedelicious! - Fix header handling for FormData
[email protected]
Minor Changes
-
0380e9a
Thanks @drwpow! - Add multipart/form-data request body support -
0380e9a
Thanks @drwpow! - Breaking: openapi-fetch now just takes the first media type it finds rather than preferring JSON. This is because in the case ofmultipart/form-data
vsapplication/json
, it’s not inherently clear which you’d want. Or if there were multiple JSON-like media types.