github hey-api/openapi-ts @hey-api/client-nuxt@0.2.0

latest releases: @hey-api/openapi-ts@0.83.1, @hey-api/codegen-core@0.1.0, @hey-api/openapi-ts@0.83.0...
7 months ago

Minor Changes

  • #1661 bb6d46a Thanks @mrlubos! - fix: make createConfig, CreateClientConfig, and Config accept ClientOptions generic

    Added ClientOptions interface

    The Config interface now accepts an optional generic extending ClientOptions instead of boolean type ThrowOnError.

    type Foo = Config<false>; // [!code --]
    type Foo = Config<{ throwOnError: false }>; // [!code ++]

Don't miss a new openapi-ts release

NewReleases is sending notifications on new releases.