Skip to content

Releases: labd/commercetools-node-mock

v2.59.0

22 Sep 07:25
e7fc10b
Compare
Choose a tag to compare

Minor Changes

v2.58.0

18 Sep 13:58
db94910
Compare
Choose a tag to compare

Minor Changes

v2.57.1

17 Sep 11:05
8d15b05
Compare
Choose a tag to compare

Patch Changes

v2.57.0

17 Sep 07:52
30a4810
Compare
Choose a tag to compare

Minor Changes

  • #332 71ecce0 Thanks @jsm1t! - Add support for get my business unit by key

  • #333 7948f69 Thanks @demeyerthom! - Added additional features to project endpoints, updated project starting defaults to align with commercetools

v2.56.1

27 Aug 10:45
27c3980
Compare
Choose a tag to compare

Patch Changes

v2.56.0

26 Aug 15:11
283488d
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v2.55.0

25 Aug 12:06
4399311
Compare
Choose a tag to compare

Minor Changes

  • #323 e29f6e1 Thanks @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

25 Aug 07:58
1136f8f
Compare
Choose a tag to compare

Minor Changes

  • #321 43a4299 Thanks @BramKaashoek! - Implements the following previously missing BusinessUnit update action handlers:

    • removeShippingAddressId - Remove an address ID from shipping addresses
    • addBillingAddressId - Add an address ID to billing addresses
    • removeBillingAddressId - Remove an address ID from billing addresses
    • setDefaultBillingAddress - Set the default billing address
    • setCustomField - Set a custom field value on the business unit
    • setAddressCustomField - Set a custom field value on a specific address
    • setAddressCustomType - Set the custom type for a specific address
    • removeAssociate - Remove an associate from the business unit
    • changeAssociate - Change an existing associate's role assignments

    Fixes the changeAddress action to properly replace an existing address instead of adding a new one.

v2.53.2

18 Aug 11:42
c56b3e2
Compare
Choose a tag to compare

Patch Changes

v2.53.1

18 Aug 07:38
2f18562
Compare
Choose a tag to compare

Patch Changes

  • #316 e455a60 Thanks @BramKaashoek! - Fixes a bug where main variants were not included in where predicates. Fixes a bug where vars were not read in predicates with AND statements