Skip to content

Releases: labd/commercetools-node-mock

v0.6.1

08 Jun 10:04
Compare
Choose a tag to compare
  • improve price selection on cart actions
  • apply more cart draft attributes on create cart action
  • fix(#33): Resolved line item draft issue
  • Implement cart-replicate, lineItems on cart-create, setShippingMethod on cart and get params in projectAPI
  • create sign in function

Move @commercetools/platform-sdk to peer dependencies

07 Jun 14:48
Compare
Choose a tag to compare

setShippingMethod action on cart, expand on projectApi.get, lineItems on cart create

31 May 15:11
Compare
Choose a tag to compare
  • Allow get on projectAPI to be expanded.
  • Allow create cart with lineItems.
  • Add setShippingMethod action to cart actions.

MyOrder, order transitionState and replicate cart/order

25 May 09:44
Compare
Choose a tag to compare
  • implement my order service
  • implement transition state action on order repository
  • implement /cart/replicate to replicate carts and orders

Customer Sign In

18 May 07:39
Compare
Choose a tag to compare
  • customer sign me in functionality

customer change email and reset password

17 May 07:50
Compare
Choose a tag to compare
  • added customer changeEmail action
  • added customer createa password reset token action

payment actions and external_id on category

05 May 11:32
Compare
Choose a tag to compare
  • implement changeTransactionState action on payment
  • implement transitionState action on payment
  • add external_id attribute on category
  • fix broken import for my-customer service

add support for me customer and shipping methods matching cart

04 May 09:03
Compare
Choose a tag to compare
  • add /shipping-methods/matching-cart
  • add /me

Add support for offset and limit query string

02 May 09:29
Compare
Choose a tag to compare
  • Add support for offset and limit query string
  • Add nodes 16.x to test matrix

ProductProjection search

20 Apr 12:40
Compare
Choose a tag to compare
  • product-projection search without filters throws error: Cannot read property 'replace' of undefined
  • Implemented support for filter.query in product-projection search