Skip to content

Releases: commercetools/commercetools-ios-sdk

Additions to Discount Related Models

02 Feb 15:34
Compare
Choose a tag to compare

0.7.4

Released on 2018-02-02.

Added

  • notValid and applicationStoppedByPreviousDiscount to DiscountCodeState.
  • validFrom and validUntil to DiscountCode and ProductDiscount.
  • key to Asset.
  • Custom field to CartDiscount.

Added Custom field for the DiscountCode, and StackingMode for the CartDiscount

14 Nov 15:46
Compare
Choose a tag to compare

0.7.3

Released on 2017-11-14.

Added

  • Custom field to the DiscountCode.
  • StackingMode to CartDiscount.

ExternalAmount for TaxMode, Predicate for ShippingMethod, ShippingMethodState for ShippingInfo

29 Sep 14:58
Compare
Choose a tag to compare

0.7.2

Released on 2017-09-29.

Added

  • ExternalAmount to TaxMode.
  • Predicate to ShippingMethod.
  • ShippingMethodState to ShippingInfo.

Support for Shopping Lists and Payments

15 Sep 08:13
Compare
Choose a tag to compare

0.7.1

Released on 2017-09-15.

Added

  • Support for ShoppingList endpoint.
  • Support for Payment endpoint.

Removed

  • trialUntil field on Project settings.

Key for Customer and TaxCategory, Removed ObjectMapper

18 Aug 17:24
Compare
Choose a tag to compare

0.7.0

Released on 2017-08-18.

Added

  • key to the Customer endpoint.
  • key to the TaxCategory model.

Updated

  • Replaced [String: Any] instances with JsonValue enum.

Removed

  • ObjectMapper dependency.

Support for adding products to cart by SKU, ShippingMethod byKey, removed Alamofire

04 Aug 11:16
Compare
Choose a tag to compare

0.6.1

Released on 2017-08-04.

Added

  • Support for adding products to cart by SKU.
  • ShippingMethod endpoint now conforms to ByKeyEndpoint protocol.
  • Linux support.

Removed

  • Alamofire dependency.

Swift 4, model optionals, external price for line item price mode, key for customer groups

17 Jul 14:13
Compare
Choose a tag to compare

0.6.0

Released on 2017-07-14.

Added

  • ExternalPrice case to the LineItemPriceMode.
  • Add key field to the CustomerGroup.
  • Support for Swift 4.

Updated

  • Updated all models and update actions, so that optional fields in the SDK are only those which are also optional according to the API specs.

Price tiers, customer salutation, category key, refused gifts

31 May 15:57
Compare
Choose a tag to compare

0.5.9

Released on 2017-05-31.

Added

  • PriceTier, tiers array to the Price model.
  • salutation field for the Customer endpoint, as well as setSalutation update action.
  • Category endpoint now confirms to ByKeyEndpoint protocol.
  • lineItemMode to LineItem, refusedGifts to Cart endpoint.

isMatching for shipping rates, update language parameters for searches and suggestions

05 May 13:10
Compare
Choose a tag to compare

0.5.8

Released on 2017-05-05.

Added

  • isMatching filed to the ShippingRate model.

Updated

  • ProductProjection search and suggest endpoint: language parameter now being set based on the locale and language identifier, compared against project settings.

Project settings endpoint

24 Mar 11:51
Compare
Choose a tag to compare

0.5.7

Released on 2017-03-24.

Added

  • Support for project settings endpoint