Skip to content

Releases: commercetools/sphere-node-sdk

v3.2.2

24 Mar 12:00
Compare
Choose a tag to compare

Fix:

  • product-sync: fix the problem on findVariantInListwhen attributeToMatchBy parameter used. (#329)

v3.2.0

23 Mar 13:09
Compare
Choose a tag to compare

Feat

  • Product-sync: add an option to specify variant matching, with that option you could specify a matcher like sku. by default variants match first by sku, then by key and then id. (#327)

v3.1.0

10 Mar 13:54
Compare
Choose a tag to compare

Feat

  • Product-sync: On product variant actions, use SKU as the first option instead of variantId.

v3.0.1

18 Oct 14:06
Compare
Choose a tag to compare

Breaking

  • Dropped support of node version < 8

Chore

  • Updated deps

Note

  • Version 3.0.0 was skipped as earlier version was already erroneously published

v2.5.1

10 Sep 13:44
Compare
Choose a tag to compare

Feat

  • Added Utils to the public interface of the module

v2.5.0

06 Aug 07:47
Compare
Choose a tag to compare

Feat

  • added new API Method Utils.getVersion() to return version of the SDK library
  • added Node 10 compatibility tests

v2.4.2

17 Jun 13:10
Compare
Choose a tag to compare

Chore:

  • Updated deps

v2.4.1

21 Mar 11:52
Compare
Choose a tag to compare

Fix:

  • Properly sync boolean values in category sync (#282)

v2.4.0

06 Mar 11:03
Compare
Choose a tag to compare

Feat:

  • add a possibility to sync category custom fields (#281)

v2.3.0

07 Jan 10:09
Compare
Choose a tag to compare

Feat:

  • add support for restockableInDays (#275)

Fix: