Releases: openapi-ts/openapi-typescript
Releases · openapi-ts/openapi-typescript
[email protected]
Patch Changes
- #1937
06163a2Thanks @DjordyKoert! - client data & error now return a union of possible types
[email protected]
Patch Changes
- #1948
abfad56Thanks @piousdeer! - fix SuccessResponseJSON, ErrorResponseJSON and RequestBodyJSON helpers
[email protected]
Patch Changes
- Updated dependencies [
06163a2]:
[email protected]
Patch Changes
- Updated dependencies [
abfad56]:
[email protected]
Patch Changes
- Updated dependencies [
d14aa65]:
[email protected]
Minor Changes
- #1968
267977eThanks @DjordyKoert! - 204 responses or response with a Content-Length of 0 will now return undefined instead of an empty object
[email protected]
Patch Changes
-
#1937
06163a2Thanks @DjordyKoert! - client data & error now return a union of possible types -
Updated dependencies [
06163a2]:
[email protected]
Patch Changes
- Updated dependencies [
abfad56]:
[email protected]
Patch Changes
- #1936
d14aa65Thanks @BlakeSzabo! - Fix multiple empty arrays in query params appending extra ampersands
[email protected]
Minor Changes
- #1858
29bd162Thanks @zsugabubus! - IntroducequeryOptionsthat can be used as a building block to integrate withuseQueries/fetchQueries/prefetchQueries… etc.