Releases: OpenAPI-Qraft/openapi-qraft
Releases · OpenAPI-Qraft/openapi-qraft
@qraft/plugin@1.0.0-beta.6
Minor Changes
- 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
@qraft/cli@1.0.0-beta.6
Minor Changes
- 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
Patch Changes
- Updated dependencies [f43bc5c]
- Updated dependencies [6a2f1ed]
- Updated dependencies [a2327db]
- Updated dependencies [4f646ec]
- Updated dependencies [55a23fd]
- @openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.7
- @qraft/asyncapi-typescript-plugin@1.0.0-beta.6
- @openapi-qraft/openapi-typescript-plugin@2.15.0-beta.7
- @qraft/asyncapi-plugin@1.0.0-beta.6
- @openapi-qraft/plugin@2.15.0-beta.7
- @qraft/cli-utils@1.0.0-beta.6
- @qraft/plugin@1.0.0-beta.6
@qraft/cli-utils@1.0.0-beta.6
@qraft/asyncapi-typescript-plugin@1.0.0-beta.6
@qraft/asyncapi-plugin@1.0.0-beta.6
@openapi-qraft/tanstack-query-react-types@2.15.0-beta.7
Minor Changes
- f43bc5c: When an operation has only optional parameters, the imperative operation function now accepts
QueryFnOptions(e.g.signal,meta) without requiring aparametersargument. This matches how optional request fields are already handled for hooks and improves typing for directqraft.<service>.<operation>(…)calls. - 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
- 55a23fd: Updated the openapi-typescript package to the current compatible version.
@openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.7
Minor Changes
- f43bc5c: When an operation has only optional parameters, the imperative operation function now accepts
QueryFnOptions(e.g.signal,meta) without requiring aparametersargument. This matches how optional request fields are already handled for hooks and improves typing for directqraft.<service>.<operation>(…)calls. - 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
- a2327db: Added an optional
--root-securityflag that applies the OpenAPI document’s top-levelsecurityas the default for operations that omit their ownsecurity, while any operation-levelsecuritystill overrides it as defined by the specification. - 55a23fd: Updated the openapi-typescript package to the current compatible version.
Patch Changes
@openapi-qraft/react@2.15.0-beta.7
Minor Changes
- f43bc5c: When an operation has only optional parameters, the imperative operation function now accepts
QueryFnOptions(e.g.signal,meta) without requiring aparametersargument. This matches how optional request fields are already handled for hooks and improves typing for directqraft.<service>.<operation>(…)calls. - 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.