Skip to content

Releases: hey-api/openapi-ts

@hey-api/client-fetch@0.1.3

29 May 10:54
8af0fdb
Compare
Choose a tag to compare

Patch Changes

@hey-api/openapi-ts@0.46.3

27 May 20:33
3e72297
Compare
Choose a tag to compare

Patch Changes

  • #594 9878381 Thanks @SimenB! - Add explicit type annotations to Interceptors

    This allows the generated code to work with TypeScript 5.5's new isolatedDeclarations configuration.

  • #635 0b09940 Thanks @mrlubos! - fix: handle 1XX response status codes

  • #636 498f459 Thanks @mrlubos! - fix: improve default response status code classification

@hey-api/openapi-ts@0.46.2

24 May 01:57
3c97054
Compare
Choose a tag to compare

Patch Changes

  • fix: do not transform property names for standalone clients (#616)

@hey-api/client-fetch@0.1.2

24 May 01:57
3c97054
Compare
Choose a tag to compare

Patch Changes

  • fix: JSON stringify object headers (#616)

@hey-api/openapi-ts@0.46.1

23 May 14:28
17b982c
Compare
Choose a tag to compare

Patch Changes

  • fix: handle application/json content type in parameter definitions (#614)

@hey-api/client-fetch@0.1.1

23 May 14:28
17b982c
Compare
Choose a tag to compare

Patch Changes

  • fix: export Client interface (#610)

@hey-api/openapi-ts@0.46.0

21 May 11:40
037fb5c
Compare
Choose a tag to compare

Minor Changes

  • feat: tree-shakeable services (#602)

@hey-api/client-fetch@0.1.0

21 May 11:40
037fb5c
Compare
Choose a tag to compare

Minor Changes

  • feat: initial release (#602)

@hey-api/openapi-ts@0.45.1

16 May 05:38
244da53
Compare
Choose a tag to compare

Patch Changes

  • fix: use generated types in request object instead of inlined duplicated params (#582)

@hey-api/openapi-ts@0.45.0

15 May 04:44
ad1aa5b
Compare
Choose a tag to compare

Minor Changes

  • feat: remove client inference (#569)

Patch Changes

  • fix: deduplicate inlined enums (#573)

  • fix: generate correct optional key in types when using positional arguments (useOptions: false) (#572)