Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
[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.
[email protected]
[email protected]
v6.2.8
v6.2.7
Patch Changes
-
#1149
b82cffb
Thanks @duncanbeevers! - Stringify const values with no specified type -
#1156
ad017a9
Thanks @horaklukas! - Avoid index signature TS error for paths with empty params