Change Log
2.1.0
Minor Changes
- 2fb71d4d4: Added possibility to send cookie-independent requests via SDK to integration's GET endpoints in order to cache their response
Patch Changes
- Updated dependencies 2fb71d4d4
- @vsf-enterprise/commercetools-types@1.13.0
2.0.0
Major Changes
- Implemented
@vue-storefront/sdk-axios-request-sender
package in all SDK methods. Also,getCategories
,getStores
,getFacet
,getProduct
,getProductBySku
andgetProductReviews
methods now send GET instead of POST requests to Vue Storefront's Server Middleware.
1.5.0
Minor Changes
- Used
@vue-storefront/sdk
instead of@vsf-enterprise/sdk
as devDependency
1.4.0
Minor Changes
- Add support for node-18: >= 16 && < 19
1.3.0
Minor Changes
- upgraded middleware to the latest version
1.2.0
Minor Changes
- upgraded middleware to the latest version
1.1.0
Minor Changes
- api-client getStores endpoint is now filterable
- sdk added getStores method
Patch Changes
- Updated dependencies [
94acce411
]:- @vsf-enterprise/commercetools-types@1.12.0
1.0.3
In this release, we fixed the memory leak caused by axios interceptors registered on each request instead of once.
1.0.2
In this release, we fixed the issue with adding additional resposeType
to request's body on each request.
1.0.1
In this release, we've added missing ts-essentials@^9.3.1
and @vsf-enterprise/commercetools-types@^1.11.0
dependencies to fix typings issues.
1.0.0
In this release we:
- covered most of the features the
@vsf-enterprise/commercetools-api
functionalities, - created a new documentation focued on the SDK usage,
- made the module compatible with
v1.0.0
of the@vue-storefront/sdk
package.