Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
102 lines (66 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

102 lines (66 loc) · 2.85 KB

@shopify/admin-api-client

0.2.8

Patch Changes

0.2.7

Patch Changes

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

0.2.6

Patch Changes

0.2.5

Patch Changes

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

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

  • 88858305: Fixed an issue with the require path being incorrect in package.json.

  • 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.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.
  • ef053fa5: Added the ability to automatically type GraphQL queries 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]