Releases: commercetools/sphere-node-sdk
Releases · commercetools/sphere-node-sdk
v3.2.2
Fix:
- product-sync: fix the problem on
findVariantInList
when attributeToMatchBy parameter used. (#329)
v3.2.0
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
Feat
- Product-sync: On product variant actions, use SKU as the first option instead of variantId.
v3.0.1
Breaking
- Dropped support of node version < 8
Chore
Note
- Version
3.0.0
was skipped as earlier version was already erroneously published
v2.5.1
Feat
- Added
Utils
to the public interface of the module
v2.5.0
Feat
- added new API Method
Utils.getVersion()
to return version of the SDK library
- added Node 10 compatibility tests
v2.4.1
Fix:
- Properly sync boolean values in category sync (#282)
v2.4.0
Feat:
- add a possibility to sync category custom fields (#281)
v2.3.0
Feat:
- add support for
restockableInDays
(#275)
Fix: