Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
[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