Skip to content

Releases: OpenAPI-Qraft/openapi-qraft

@openapi-qraft/react@1.8.0

21 Apr 19:37
595aec7

Choose a tag to compare

Minor Changes

  • 7d4402e: Direct OpenAPI method invocation capability added to Qraft. Users can now perform GET, POST, and other HTTP operations on OpenAPI endpoints without using TanStack Query, specifying necessary parameters and base URLs.

@openapi-qraft/plugin@1.8.0

21 Apr 19:37
595aec7

Choose a tag to compare

Minor Changes

  • 788fa00: Removed tslint:disable and eslint-disable from fileHeader due to conflicts with the latest eslint version.

@openapi-qraft/cli@1.8.0

21 Apr 19:37
595aec7

Choose a tag to compare

Patch Changes

  • 878c002: Replaced string-based path handling with URL objects to ensure path normalization and enhance security.
  • Updated dependencies [27d501a]
    • @openapi-qraft/tanstack-query-react-plugin@1.8.0

@openapi-qraft/react@1.7.0

14 Apr 15:56
8c4882c

Choose a tag to compare

Minor Changes

  • 8e8ee11: ServiceOperation type has been moved to /service-operation and separated out

Patch Changes

  • 56ea791: Added support for a non-exact Query Key in Query Filters

@openapi-qraft/cli@1.7.0

14 Apr 15:56
8c4882c

Choose a tag to compare

@openapi-qraft/cli@1.7.0

@openapi-qraft/react@1.6.0

12 Apr 16:43
320c04d

Choose a tag to compare

@openapi-qraft/react@1.6.0

@openapi-qraft/cli@1.6.0

12 Apr 16:43
320c04d

Choose a tag to compare

Minor Changes

  • 7a67dec: Added --service-name-base <endpoint | tags> option support
  • 41e0c40: Added support for --service-name-base <endpoint[<index>]> option

@openapi-qraft/react@1.5.0

29 Mar 20:05
c6faa07

Choose a tag to compare

Minor Changes

  • 5c965ab: Unified QueryKey for Infinite and regular Queries: [TSchema & { infinite: boolean}, TParams]
  • 8db4067: Added support for QueryClient.getQueriesData(...) method

Patch Changes

  • c761191: Added support for QueryClient.setQueriesData(...) method
  • bf43192: feature: add support for QueryClient.getQueryState(...) method

@openapi-qraft/cli@1.5.0

29 Mar 20:05
c6faa07

Choose a tag to compare

Minor Changes

  • 8db4067: Added support for QueryClient.getQueriesData(...) method

Patch Changes

  • c761191: Added support for QueryClient.setQueriesData(...) method
  • bf43192: feature: add support for QueryClient.getQueryState(...) method

@openapi-qraft/react@1.4.0

26 Mar 01:59
ad56cb9

Choose a tag to compare

Minor Changes

  • 6343a8d: Added support for QueryClient.isMutating(...) method
  • b297c10: Unified composeMutationKey(...) to return the same key structure as composeQueryKey(...) if no parameters are passed
  • 42a0b11: Added support for QueryClient.removeQueries(...) method

Patch Changes

  • 34fd459: Fixed fetchQuery(...) documentation