Releases: spree/spree-api-v2-js-sdk
Releases · spree/spree-api-v2-js-sdk
v6.0.6
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
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
Fixes an issues with type definitions not being bundled correctly into the npm package.
v6.0.2
v6.0.1
Bump Storefront SDK version to 6.0.1
v6.0.0
- Feature: A new
platform-sdk
package has been added providing support for the Spree Platform API (#357). - Breaking change:
node-fetcher
andaxios-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
v5.1.3
v5.1.2
- Fix Spree Product type -
ProductAttr
by adding missing fields and retyping date fields. Thanks for reporting, @pmilewski ! 🕺
v5.1.1
- Suggest the new format for calling endpoints in the README. Examples can be found in release 5.1.0 - https://github.com/spree/spree-storefront-api-v2-js-sdk/releases/tag/v5.1.0.
- Improve TypeScript suggestions for accounts, products, taxons and wishlists endpoints.