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.