Releases: spree/spree-api-v2-js-sdk
Releases · spree/spree-api-v2-js-sdk
v2.2.0
- Add ability to remove all promo codes
- Remove warning about source maps
- Update entire README
v2.1.4
- Fix
host
value inheritance when SDK is used in the browser.
v2.1.2
- Fixed NPM bundle. Now both /dist/server/index.js and /dist/client/index.js bundles are available!
v2.1.1
- Add missing params argument to
shippingMethod
endpoint
- Fix Relationships interface - add
RelationType[]
to data
v2.1.0
- New endpoint for estimating shipping rates
- Expose
Result
object
v2.0.2
- Fix add to cart endpoint.
v2.0.1
- Add missing
sort
key to query params.
- Fix token URLs.
v2.0.0
- Change signatures of
getToken
and refreshToken
to resemble other methods in the SDK and return a result object.
- TypeScript:
- add
Account
endpoints return types
- remove duplicate type definitions
- ensure no unused
.d.ts
files are left in /types directory.
v1.1.0
- Filling README with missing types for some endpoints
- Better TS typings available (=easier to import) when using SDK inside a TS project
- Remove
monet
dependency
- Two bundles -
web
and node
v1.0.1
Merge pull request #43 from spark-solutions/bump-package
Bump package to 1.0.1