Releases: openapi-ts/openapi-typescript
[email protected]
Patch Changes
-
#1535
48ca069fd889acd469955589ff3ec74e775ca9fd
Thanks @tvanier! - Support single operation parameter -
#1524
fe6c6d1526c59e4f9021d71cad74feba315f337f
Thanks @WickyNilliams! - Keep type information for nullable fields when possible
[email protected]
[email protected]
Patch Changes
- #1550
a5a9cc7
Thanks @shirish87! - Fix 'Content-Type' header being removed from requests with multipart/form-data body
[email protected]
[email protected]
[email protected]
Minor Changes
-
#1521
fc3a468
Thanks @drwpow! -β οΈ Breaking change (internal): fetch() is now called with new Request() to support middleware (which may affect test mocking) -
#1521
2551e4b
Thanks @drwpow! -β οΈ Breaking change: Responses are no longer automatically.clone()
βd in certain instances. Be sure to.clone()
yourself if you need to access the raw body! -
#1534
2bbeb92
Thanks @drwpow! -β οΈ Breaking change: no longer supports deeply-nested objects/arrays for query & path serialization.
Patch Changes
-
#1479
c6d945b
Thanks @darwish! - Fixed build of openapi-typescript-helpers for CommonJS environments -
#1534
2bbeb92
Thanks @drwpow! - Add support for automatic label & matrix path serialization. -
#1534
2bbeb92
Thanks @drwpow! - Remove leading question marks from querySerializer -
#1530
4765658
Thanks @wydengyre! - Exports the ClientMethod utility type. -
Updated dependencies [
c6d945b
]:
[email protected]
Patch Changes
- #1509
747611bcd0d056d5027841f985aed0aefcf6b63d
Thanks @drwpow! - Fix missing params when they have same name, different location
[email protected]
Patch Changes
- #1485
0a100af72f103aad02be76ca3b8fce318524c1b5
Thanks @drwpow! - Remove prepare npm-scripts
[email protected]
Patch Changes
- #1468
43ccec8
Thanks @davidleger95! - Correctly transform untyped nullable fields tounknown