Skip to content

Latest commit

 

History

History
247 lines (179 loc) · 4.5 KB

File metadata and controls

247 lines (179 loc) · 4.5 KB

0.5.4

  • Added customer account API development authentication support

0.5.3

  • Updated customer account API configuration options

0.5.2

  • Fixed unresolved import paths

0.5.1

  • Fixed nuxt-auth-utils stubs for customer account API

0.5.0

  • Added customer account API support

0.4.6

  • Fixed client side caching ttl option not being passed to the driver

0.4.5

  • Added client credentials grant support for admin API access tokens
  • Updated documentation for admin API authentication
  • Bumped dependencies

0.4.4

  • Bumped dependencies

0.4.3

  • Bumped dependencies

0.4.2

  • Fixed proxy cache storage mount base fallback

0.4.1

  • Fixed proxy cache custom storage mount

0.4.0

  • Added proxy cache support
  • Fixed client side caching per request options
  • Updated proxy configuration options
  • Bumped dependencies

0.3.16

  • Fixed client side caching default behaviour

0.3.15

  • Added client side caching support
  • Bumped dependencies

0.3.14

  • Added multiple paths support for graphql fragments
  • Bumped dependencies

0.3.13

  • Fixed config schema validation error with Zod 4.3
  • Bumped dependencies

0.3.12

  • Fixed package version resolution in CLI

0.3.11

  • Fixed json import type in CLI

0.3.10

  • Fixed @nuxt/kit dependency resolution in CLI

0.3.9

  • Fixed CLI commands

0.3.8

  • Added webhooks support

0.3.7

  • Fix proxy staying activated with prerendering

0.3.6

  • Fix public config resolution

0.3.5

  • Refactor module config creation
  • Fix type exports

0.3.4

  • Fix private access token header name

0.3.3

  • Allow simultaneous usage of public and private tokens for storefront clients

0.3.2

  • Fixed proxy and utils resolver paths

0.3.1

  • Fixed resolver path problems

0.3.0

  • Updated configuration
  • Refactored module internals
  • Bumped dependencies

0.2.0

  • Replaced useAsyncStorefront composable with useStorefrontData
  • Bumped dependencies

0.1.7

  • Updated module documentation links

0.1.6

  • Deep auto import and watch graphql folder
  • Updated module documentation links
  • Bumped dependencies

0.1.5

  • Renamed module to @nuxtjs/shopify
  • Replaced graphql-direct-proxy endpoints with custom endpoints for introspection

0.1.4

  • Fixed useAsyncStorefront arguments
  • Fixed storefront hooks being called instead of admin hooks at runtime
  • Bumped dependencies

0.1.3

  • Fixed nitro type includes

0.1.2

  • Fixed runtime path resolution problems

0.1.1

  • Added automatic server-side proxy for client requests

0.1.0

  • Added custom api client
  • Removed shopify storefront and admin api client module dependencies

0.0.35

  • Added useAsyncStorefront composable
  • Added request and response hooks for admin and storefront client
  • Updated hooks documentation

0.0.34

  • Improved env variable handling

0.0.33

  • Fixed client side GraphQL queries not being included when using mock mode

0.0.32

  • Added Mock.shop support for mocking the Storefront API
  • Fixed GraphQL codegen endpoint url generation
  • Fixed GraphiQL explorer endpoint
  • Bumped dependencies

0.0.31

  • Added flattenConnection util
  • Bumped dependencies

0.0.30

  • Added error handling
  • Bumped dependencies

0.0.29

  • Added auto-imports
  • Removed unnecessary utils

0.0.28

  • Bumped dependencies

0.0.27

  • Updated codegen config handling
  • Updated log levels for API clients and codegen

0.0.26

  • Fixed JSON scalar type generation
  • Bumped dependencies

0.0.25

  • Fixed scalar type generation
  • Bumped dependencies

0.0.24

  • Added package build provenance
  • Bumped dependencies

0.0.23

  • Fixed type utils import
  • Bumped dependencies

0.0.22

  • Added type utils

0.0.21

  • Improved config validation
  • Fixed logging problems
  • Added client side logging

0.0.20

  • Fixed build declarations

0.0.19

  • Added Nuxt hooks for client configuration and creation
  • Updated documentation for new hooks
  • Updated README + documentation
  • Fixed a misconfiguration in the module config

0.0.18

  • Fixed cli command "init" to initialize the template

0.0.17

  • Added shop template (wip)
  • Added cli command "init" to initialize the template

0.0.16

  • Added client side Storefront API access
  • Updated documentation
  • Bumped dependencies

0.0.15

  • Bumped dependencies

0.0.14

  • Removed Nuxt prepare check

0.0.13

  • Fixed release

0.0.12

  • Bumped dependencies

0.0.11

  • Refactored codegen templates
  • Added prepare check

0.0.10

  • Updated sandbox handler
  • Updated documentation

0.0.9

  • Documentation changes

0.0.8

  • Fixed config module name

0.0.6 - 0.0.7

  • Fixed sandbox

0.0.2 - 0.0.5

  • Release-related fixes

0.0.1

  • Initial release