Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
[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
[email protected]
[email protected]
[email protected]
[email protected]
Minor Changes
- #1399
4fca1e4
Thanks @drwpow! -⚠️ Breaking: change default querySerializer behavior to producestyle: form
,explode: true
query params according to the OpenAPI specification. Also adds support fordeepObject
s (square bracket style).
[email protected]
Patch Changes
- #1373
fd3e96f
Thanks @HugeLetters! - Added the option to provide custom fetch function to individual API calls.
[email protected]
[email protected]
Patch Changes
- #1360
b59e431
Thanks @marcomuser! - Fix CJS build for TypeScript