Skip to content

Releases: OpenAPI-Qraft/openapi-qraft

@openapi-qraft/[email protected]

26 Oct 18:33
5621157
Compare
Choose a tag to compare
Pre-release
@openapi-qraft/[email protected]

@openapi-qraft/[email protected]

26 Oct 18:33
5621157
Compare
Choose a tag to compare
Pre-release

Patch Changes

@openapi-qraft/[email protected]

26 Oct 18:33
5621157
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • cfe7d0a: createAPIClient now allows calling getInfiniteQueryKey() without requiring queryClient in options.

@openapi-qraft/[email protected]

26 Oct 18:33
5621157
Compare
Choose a tag to compare
Pre-release
@openapi-qraft/[email protected]

@openapi-qraft/[email protected]

26 Oct 18:33
5621157
Compare
Choose a tag to compare
Pre-release

Patch Changes

@openapi-qraft/[email protected]

26 Oct 18:33
5621157
Compare
Choose a tag to compare
Pre-release

Patch Changes

@openapi-qraft/[email protected]

16 Oct 02:02
94f7a21
Compare
Choose a tag to compare
Pre-release
@openapi-qraft/[email protected]

@openapi-qraft/[email protected]

16 Oct 00:19
b855034
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 34ff132: Added support for void and undefined arguments in mutation operations and setQueryData.

@openapi-qraft/[email protected]

16 Oct 02:02
94f7a21
Compare
Choose a tag to compare
Pre-release

Patch Changes

@openapi-qraft/[email protected]

16 Oct 00:19
b855034
Compare
Choose a tag to compare
Pre-release

Major Changes

  • 54fd011: Changed the exports from the schema file to include only the essential types: $defs, paths, components, operations, webhooks. This adjustment improves the development experience by preventing the export of all schema types, which could result in an excessive number of exported types, complicating development and reducing clarity.

Patch Changes

  • 7ab718b: Enhanced the --explicit-import-extensions option to support .ts in addition to .js, making it easier for projects using TypeScript to explicitly specify import extensions.