Skip to content

Releases: spree/spree-api-v2-js-sdk

v6.0.6

12 Apr 12:22
Compare
Choose a tag to compare

What's Changed

  • feat: add localized_slugs property to the taxons and product response by @fpdrozd in #373
  • feat: add preferences attribute to the PaymentMethod type by @fpdrozd in #376
  • feat: add localized_slugs property to the platform taxons and product response by @fpdrozd in #375
  • fix: add explicit platform interfaces exports for response types by @fpdrozd in #374

Full Changelog: v6.0.5...v6.0.6

v6.0.5

05 Apr 20:16
Compare
Choose a tag to compare

What's Changed

  • fix: define types versions covering all import options by @fpdrozd in #369
  • fix: redefine Client type merged with attached endpoints by @fpdrozd in #370
  • Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #362
  • chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 by @dependabot in #365
  • fix: add explicit interfaces exports for response types by @fpdrozd in #371

Full Changelog: v6.0.4...v6.0.5

v6.0.4

29 Mar 12:55
Compare
Choose a tag to compare

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

v6.0.2

15 Dec 13:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1

15 Dec 13:28
Compare
Choose a tag to compare
Bump Storefront SDK version to 6.0.1

v6.0.0

02 Dec 12:43
Compare
Choose a tag to compare
  • 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

31 Jan 12:19
3b2f7b6
Compare
Choose a tag to compare
  • Security updates (node-fetch and follow-redirects).

v5.1.3

31 Jan 10:46
4719d8c
Compare
Choose a tag to compare
  • Fix the single argument form of client.products.show({...}). Thanks for reporting the issue, J. P. 💯

v5.1.2

21 Jan 13:59
ba2f3c4
Compare
Choose a tag to compare
  • Fix Spree Product type - ProductAttr by adding missing fields and retyping date fields. Thanks for reporting, @pmilewski ! 🕺

v5.1.1

11 Jan 11:21
c5d5efa
Compare
Choose a tag to compare