Releases: labd/commercetools-node-mock
v2.59.1
v2.59.0
Minor Changes
-
#341
bde20b2Thanks @mikedebock! - feat: implement support for set line-item custom types and fields on carts and orders -
#343
e36d8dcThanks @BramKaashoek! - update MSW depedency to 2.8.4
v2.58.0
Minor Changes
-
#340
d2e5bf8Thanks @BramKaashoek! - Feat: takes store key from cart draft if not avaiable from context -
#338
a5cc7d7Thanks @BramKaashoek! - Feat: set shipping method from cart draft as shipping method
v2.57.1
Patch Changes
- #336
72bae12Thanks @BramKaashoek! - fix: include business and customer from draft on order import
v2.57.0
v2.56.1
Patch Changes
-
#331
35da11eThanks @BramKaashoek! - fix: make tax rate for custom line item dependent on the cart.shippingAddress.country ?? cart.country -
#329
9a70063Thanks @BramKaashoek! - fix: implement tax rate on custom line items
v2.56.0
Minor Changes
- #326
8c3dcfeThanks @BramKaashoek! - Add support for custom line items on cart
Patch Changes
-
#320
7a466c6Thanks @BramKaashoek! - fix: IN operator can be both a list and a single value -
#327
be5a2b5Thanks @BramKaashoek! - Fix IN operator to work correctly with array values in predicate parser
v2.55.0
Minor Changes
- #323
e29f6e1Thanks @BramKaashoek! - Add support for attributes at Product level
Add DiscountGroup, RecurrencePolicy, and RecurringOrder services
Add PaymentUpdateAction methods
Add invalidateOlderTokens to customer token creation
v2.54.0
Minor Changes
-
#321
43a4299Thanks @BramKaashoek! - Implements the following previously missing BusinessUnit update action handlers:removeShippingAddressId- Remove an address ID from shipping addressesaddBillingAddressId- Add an address ID to billing addressesremoveBillingAddressId- Remove an address ID from billing addressessetDefaultBillingAddress- Set the default billing addresssetCustomField- Set a custom field value on the business unitsetAddressCustomField- Set a custom field value on a specific addresssetAddressCustomType- Set the custom type for a specific addressremoveAssociate- Remove an associate from the business unitchangeAssociate- Change an existing associate's role assignments
Fixes the
changeAddressaction to properly replace an existing address instead of adding a new one.
v2.53.2
Patch Changes
- #318
eab2927Thanks @BramKaashoek! - fix: predicate parser bugs in IN and WITHIN