Spree Storefront Api V2 Js Sdk Versions Save

Spree Storefront API JavaScript / TypeScript SDK

v6.0.6

1 year ago

What's Changed

Full Changelog: https://github.com/spree/spree-api-v2-js-sdk/compare/v6.0.5...v6.0.6

v6.0.5

1 year ago

What's Changed

Full Changelog: https://github.com/spree/spree-api-v2-js-sdk/compare/v6.0.4...v6.0.5

v6.0.4

1 year ago

Fixes an issues with type definitions not being bundled correctly into the npm package.

v6.0.2

1 year ago

v6.0.1

1 year ago

v6.0.0

1 year ago
  • Feature: A new platform-sdk package has been added providing support for the Spree Platform API (#357).
  • Breaking change: node-fetcher and axios-fetcher have been extracted to separate packages making them completely optional (#350).
  • Breaking change: The platform sdk in huge part uses the same helper functions, error handlers and interfaces as the storefront sdk. In order to avoid code redundancy, all the common parts have been extracted to the local sdk-core package (#357).
  • New documentation covering all of the modules (#353) - https://spree-sdk.upsidelab.io

Due to multiple dependant packages the repository has been turned into a monorepo:

  • sdk-core
  • sdk-storefront
  • sdk-platform
  • sdk-fetcher-axios
  • sdk-fetcher-node

Note: The original storefront-sdk's package name remains @spree/storefront-api-v2-sdk - now v6 because of all the breaking changes.

v5.1.4

2 years ago
  • Security updates (node-fetch and follow-redirects).

v5.1.3

2 years ago
  • Fix the single argument form of client.products.show({...}). Thanks for reporting the issue, J. P. 💯

v5.1.2

2 years ago
  • Fix Spree Product type - ProductAttr by adding missing fields and retyping date fields. Thanks for reporting, @pmilewski ! 🕺

v5.1.1

2 years ago