Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

v1.0.0-RC12

Choose a tag to compare

@jenschude jenschude released this 06 Jan 13:54
· 1493 commits to main since this release

Bug Fixes

  • Cart: fix type of custom line-item slug (34367d5)
  • CustomLineItem: fix type of slug in custom line-item (d8d7d2a)

Features

  • Cart: add helper to calculate line item count (291bd05)
  • Client: add support for oauth password and refresh token flow (fe23c8b), closes #191
  • Error: add oauth error classes (92eec57)
  • Product: add support to use sku to identify a product variant in update action (7f1979b), closes #192
  • Reference: add constructor ofKey constructor to references (e6fafc3)

BREAKING CHANGES

  • removed Facet, Filter, FilterRange and FilterRangeCollection in namespace Commercetools\Core\Model\Product. Please use the classes found in namespace Commercetools\Core\Model\Product\Search instead.