Skip to content

Latest commit

 

History

History
169 lines (103 loc) · 3.75 KB

File metadata and controls

169 lines (103 loc) · 3.75 KB

@shopify/storefront-api-client

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

  • Updated dependencies [1aa226b]
  • Updated dependencies [5bf588d]

1.0.0

Major Changes

  • 6970109: Drop support for Node 16. This package is compatible with Node version >=18.2.0.

Minor Changes

  • 36e3c62: Add support for Node 22.

Patch Changes

  • Updated dependencies [36e3c62]
  • Updated dependencies [6970109]

0.3.4

Patch Changes

  • 715a120: Fixed the minified build process to not mangle the fetch function, which led to requests failing in the final package.
  • Updated dependencies [715a120]

0.3.3

Patch Changes

0.3.2

Patch Changes

  • Updated dependencies [2f862e3]
  • Updated dependencies [b2f29ae]

0.3.1

Patch Changes

0.3.0

Minor Changes

  • 9df4bacf: Add new requestStream() function to support streamed responses from Storefront API

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

  • 0f0ffb8a: Updated global fetch types to more closely match reality
  • Updated dependencies [0f0ffb8a]

0.2.2

Patch Changes

  • b2414c2f: Remove Partial around the ClientResponse.data type for easier consumption of the client's returned typed data
  • Updated dependencies [b2414c2f]

0.2.1

Patch Changes

0.2.0

Minor Changes

  • 0286e7fe: Export a REST API client from admin-api-client, with an API that is similar to the GraphQL client.
  • 18781092: Updated shopify-api GraphQL clients' APIs to be closer to the underlying clients
  • 2b9e06f6: Add the raw network response object to ResponseErrors
  • 194ddcf2: Update api version validation error, generic error messages and client types
  • c9622cd7: Update UNSUPPORTED_API_VERSION log type to Unsupported_Api_Version for consistent log type format

Patch Changes

  • 218f4521: Use the new GraphQL API clients in shopify-api to use all of the latest features, including automatic types for query / mutation return object and variables.

    For more information and examples, see the migration guide to v9.

  • Updated dependencies [218f4521]

  • Updated dependencies [49952d66]

  • Updated dependencies [0286e7fe]

  • Updated dependencies [18781092]

  • Updated dependencies [2b9e06f6]

  • Updated dependencies [194ddcf2]

  • Updated dependencies [c9622cd7]

  • Updated dependencies [82ee942e]

0.1.1

Patch Changes

  • 6d906888: Fixing an issue in the validations we run before creating the Storefront API client.

0.1.0

Minor Changes

  • ca89ef06: Added the ability to automatically type GraphQL queries to the Storefront API when the files created by @shopify/api-codegen-preset are loaded for the app.

Patch Changes

  • Updated dependencies [ca89ef06]
  • Updated dependencies [ef053fa5]
  • Updated dependencies [49d5966e]

0.0.1

Patch Changes