Note for Version 2.0.0 - Marketcloud/marketcloud-js GitHub Wiki
Version 2.0.0
On December 3rd 2016 we released the version 2.0.0 for the Marketcloud Javascript SDK with some breaking changes from the previous v1.x.x.
New features
The SDK has been updated with new features:
- Promotions
- Coupons
- Variables
- Contents
- ShippingMethods
- PaymentMethods
- Files
List of incompatibilities
- The SDK now has a constructor which has to be invoked, since the client is wrapped in a class
Marketcloud.Client
- The public key is now stored as the property
publicKey
inside the client instance instead of the previouspublic
for the sake of clarity.