github hey-api/openapi-ts @hey-api/openapi-ts@0.75.0

latest releases: @hey-api/openapi-ts@0.82.4, @hey-api/nuxt@0.2.1, @hey-api/openapi-ts@0.82.1...
2 months ago

Minor Changes

  • #2215 82e56e9 Thanks @mrlubos! - feat(parser): replace plugin.subscribe() with plugin.forEach()

    Added plugin.forEach() method

    This method replaces the .subscribe() method. Additionally, .forEach() is executed immediately, which means we don't need the before and after events – simply move your code before and after the .forEach() block.

    plugin.forEach('operation', 'schema', (event) => {
      // do something with event
    });
  • #2218 e5ff024 Thanks @mrlubos! - feat(tanstack-query): add name and case options

    Updated TanStack Query options

    The TanStack Query plugin options have been expanded to support more naming and casing patterns. As a result, the following options have been renamed.

    • queryOptionsNameBuilder renamed to queryOptions
    • infiniteQueryOptionsNameBuilder renamed to infiniteQueryOptions
    • mutationOptionsNameBuilder renamed to mutationOptions
    • queryKeyNameBuilder renamed to queryKeys
    • infiniteQueryKeyNameBuilder renamed to infiniteQueryKeys

Patch Changes

Don't miss a new openapi-ts release

NewReleases is sending notifications on new releases.