Releases: openapi-ts/openapi-typescript
[email protected]
[email protected]
[email protected]
Patch Changes
-
#1597
1f7ad9d
Thanks @armandabric! - Allow to select the response content type -
#1585
4e06f86
Thanks @mikestopcontinues! - Update types for path-methods object -
#1610
cc8073b
Thanks @illright! - Fix data/error discrimination when there are empty-body errors
[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