Releases: hey-api/openapi-ts
Releases · hey-api/openapi-ts
v0.33.1
01 Apr 22:13
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix(axios): set content type to multipart/form-data when using form data (#204 )
v0.33.0
01 Apr 11:16
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat(fetch): detect form data repsonses properly (#195 )
feat(fetch): add application/octet-stream, application/pdf, and application/zip as binary response types (#195 )
Patch Changes
v0.32.1
30 Mar 23:38
Compare
Sorry, something went wrong.
No results found
v0.32.0
30 Mar 16:51
Compare
Sorry, something went wrong.
No results found
Minor Changes
Support all HTTP error codes (#188 )
Use File or Blob type for binary types (#186 )
Check value instanceof Blob when using isBlob (#186 )
Patch Changes
fix(cli): properly handle booleans (#190 )
Attempt to use body type as content type when sending Blob in node client (#185 )
fix(api): add experimental flag (#191 )
v0.31.1
29 Mar 15:03
Compare
Sorry, something went wrong.
No results found
v0.31.0
29 Mar 00:54
Compare
Sorry, something went wrong.
No results found
Minor Changes
Import all required models for a service in one import (#172 )
generate all models in single models.ts file (#168 )
generate all schemas in single schemas.ts file (#168 )
Patch Changes
fix async response interceptors when using angular client (#167 )
fix deprecation warning on throwError in Angular client (#167 )
Do not create or export CancelablePromise when using Angular client (#167 )
Fix issue causing type error when targeting lower than ES2015 (#171 )
fix various warnings in generated client code (#164 )
fix providing interceptors in Angular client (#167 )
v0.30.0
27 Mar 11:06
Compare
Sorry, something went wrong.
No results found
Minor Changes
add support for interceptors (#153 )
v0.29.2
27 Mar 09:14
Compare
Sorry, something went wrong.
No results found
Patch Changes
Fix export types as type only when using useLegacyEnums (#160 )
v0.29.1
27 Mar 08:59
Compare
Sorry, something went wrong.
No results found
Patch Changes
Properly export enums when using useLegacyEnums (#158 )
v0.29.0
26 Mar 21:51
Compare
Sorry, something went wrong.
No results found
Minor Changes
Add useLegacyEnums options to generate TypeScript enums (#147 )