Skip to content

Releases: hey-api/openapi-ts

v0.31.1

29 Mar 15:03
cefbda4
Compare
Choose a tag to compare

Patch Changes

  • merge enums and useLegacyEnums into one option (#178)

  • use FormData from node-fetch in node client (#173)

v0.31.0

29 Mar 00:54
8994781
Compare
Choose a tag to compare

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
98f9d38
Compare
Choose a tag to compare

Minor Changes

  • add support for interceptors (#153)

v0.29.2

27 Mar 09:14
b202265
Compare
Choose a tag to compare

Patch Changes

  • Fix export types as type only when using useLegacyEnums (#160)

v0.29.1

27 Mar 08:59
407537f
Compare
Choose a tag to compare

Patch Changes

  • Properly export enums when using useLegacyEnums (#158)

v0.29.0

26 Mar 21:51
33a6256
Compare
Choose a tag to compare

Minor Changes

  • Add useLegacyEnums options to generate TypeScript enums (#147)

v0.28.0

25 Mar 23:17
0592043
Compare
Choose a tag to compare

Minor Changes

  • Add index.ts file to models, schemas, and services (#137)

v0.27.39

24 Mar 21:18
Compare
Choose a tag to compare

Patch Changes

  • Warn users about missing dependencies used in the generated client (#124)

  • Use AbortController in Axios client instead of deprecated CancelToken (#124)