Skip to content

v4.12.0

Compare
Choose a tag to compare
@tniezg tniezg released this 09 Nov 14:25
· 162 commits to main since this release
b38cc05
  • Add Wishlists and Wished Items endpoints:
    • client.wishlists.list
    • client.wishlists.show
    • client.wishlists.default
    • client.wishlists.create
    • client.wishlists.update
    • client.wishlists.remove
    • client.wishlists.addWishedItem
    • client.wishlists.updateWishedItem
    • client.wishlists.removeWishedItem
  • Add Menus endpoints:
    • client.menus.list
    • client.menus.show
  • Add Digital Assets endpoint: client.digitalAssets.download.
  • Add select Shipping Method endpoint - client.checkout.selectShippingMethod .
  • Add change Cart currency endpoints - client.cart.changeCurrency.
  • Add payment to order association endpoint -client.cart.addPayment. Thanks @aplegatt 🦜
  • Add remove all Coupons endpoint - client.cart.removeAllCoupons.
  • Add remove saved credit card endpoint - client.account.removeCreditCard.
  • Add fetch default Country endpoint - default.countries.default. Thanks @aplegatt 💯
  • Depreciated some TypeScript and methods.
  • Added ability to return Spree responses as a JavaScript stream.