Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: hey-api/openapi-ts

@hey-api/[email protected]

04 May 15:12
1d53b41
Compare
Choose a tag to compare

Patch Changes

@hey-api/[email protected]

04 May 07:18
a204719
Compare
Choose a tag to compare

Minor Changes

  • #2003 1504a06 Thanks @mrlubos! - feat: respect moduleResolution value in tsconfig.json

    Respecting moduleResolution value in tsconfig.json

    This release introduces functionality related to your tsconfig.json file. The initial feature properly respects the value of your moduleResolution field. If you're using nodenext, the relative module paths in your output will be appended with .js. To preserve the previous behavior where we never appended .js to relative module paths, set output.tsConfigPath to off.

    export default {
      input: 'https://get.heyapi.dev/hey-api/backend',
      output: {
        path: 'src/client',
        tsConfigPath: 'off',
      },
    };

Patch Changes

  • #2006 aa10522 Thanks @Liooo! - fix: make discriminator field required when used with oneOf keyword

  • #2009 f45ba8e Thanks @mrlubos! - fix: avoid including underscore for appended types (e.g. data, error, response) when preserving identifier case

@hey-api/[email protected]

28 Apr 06:26
5645157
Compare
Choose a tag to compare

Patch Changes

@hey-api/[email protected]

23 Apr 03:27
b14606c
Compare
Choose a tag to compare

Patch Changes

@hey-api/[email protected]

17 Apr 17:58
7e232e3
Compare
Choose a tag to compare

Patch Changes

@hey-api/[email protected]

17 Apr 17:42
2dac31a
Compare
Choose a tag to compare

Patch Changes

@hey-api/[email protected]

04 Apr 12:56
eddd9e1
Compare
Choose a tag to compare

Patch Changes

@hey-api/[email protected]

03 Apr 14:16
c8eb3d6
Compare
Choose a tag to compare

Patch Changes

@hey-api/[email protected]

02 Apr 11:38
3f39137
Compare
Choose a tag to compare

Patch Changes

@hey-api/[email protected]

02 Apr 08:13
a60e58f
Compare
Choose a tag to compare

Minor Changes

  • #1899 fed9699 Thanks @mrlubos! - fix: set next field to never and recommend switching to the Next.js client