Skip to content

Releases: hey-api/openapi-ts

@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

@hey-api/[email protected]

01 Apr 19:42
53c88a6
Compare
Choose a tag to compare

Minor Changes

  • #1896 8840ed7 Thanks @mrlubos! - feat: support read-only and write-only properties

    Read-only and write-only fields

    Starting with v0.66.0, @hey-api/typescript will generate separate types for payloads and responses if it detects any read-only or write-only fields. To preserve the previous behavior and generate a single type regardless, set readOnlyWriteOnlyBehavior to off.

    export default {
      input: 'https://get.heyapi.dev/hey-api/backend',
      output: 'src/client',
      plugins: [
        // ...other plugins
        {
          name: '@hey-api/typescript',
          readOnlyWriteOnlyBehavior: 'off', // [!code ++]
        },
      ],
    };

@hey-api/[email protected]

31 Mar 08:14
135f3ac
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #1892 29fa764 Thanks @mrlubos! - fix: allow passing fetch options to the request resolving a specification

  • #1877 6971f5b Thanks @Matsuuu! - feat: ability to disable writing a log file via a --no-log-file flag or logs.file = false

@hey-api/[email protected]

31 Mar 08:14
135f3ac
Compare
Choose a tag to compare

Patch Changes

@hey-api/[email protected]

31 Mar 08:14
135f3ac
Compare
Choose a tag to compare

Minor Changes

@hey-api/[email protected]

31 Mar 08:14
135f3ac
Compare
Choose a tag to compare

Minor Changes

@hey-api/[email protected]

31 Mar 08:14
135f3ac
Compare
Choose a tag to compare

Minor Changes

@hey-api/[email protected]

31 Mar 08:14
135f3ac
Compare
Choose a tag to compare

Minor Changes

@hey-api/[email protected]

26 Mar 23:05
93dad69
Compare
Choose a tag to compare

Patch Changes