Releases: commercetools/commercetools-ios-sdk
Releases · commercetools/commercetools-ios-sdk
Additions to Discount Related Models
0.7.4
Released on 2018-02-02.
Added
notValid
andapplicationStoppedByPreviousDiscount
toDiscountCodeState
.validFrom
andvalidUntil
toDiscountCode
andProductDiscount
.key
toAsset
.- Custom field to
CartDiscount
.
Added Custom field for the DiscountCode, and StackingMode for the CartDiscount
ExternalAmount for TaxMode, Predicate for ShippingMethod, ShippingMethodState for ShippingInfo
0.7.2
Released on 2017-09-29.
Added
ExternalAmount
toTaxMode
.Predicate
toShippingMethod
.ShippingMethodState
toShippingInfo
.
Support for Shopping Lists and Payments
0.7.1
Released on 2017-09-15.
Added
- Support for
ShoppingList
endpoint. - Support for
Payment
endpoint.
Removed
trialUntil
field onProject
settings.
Key for Customer and TaxCategory, Removed ObjectMapper
0.7.0
Released on 2017-08-18.
Added
key
to theCustomer
endpoint.key
to theTaxCategory
model.
Updated
- Replaced
[String: Any]
instances withJsonValue
enum.
Removed
- ObjectMapper dependency.
Support for adding products to cart by SKU, ShippingMethod byKey, removed Alamofire
0.6.1
Released on 2017-08-04.
Added
- Support for adding products to cart by SKU.
ShippingMethod
endpoint now conforms toByKeyEndpoint
protocol.- Linux support.
Removed
- Alamofire dependency.
Swift 4, model optionals, external price for line item price mode, key for customer groups
0.6.0
Released on 2017-07-14.
Added
ExternalPrice
case to theLineItemPriceMode
.- Add
key
field to theCustomerGroup
. - 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
0.5.9
Released on 2017-05-31.
Added
PriceTier
,tiers
array to thePrice
model.salutation
field for theCustomer
endpoint, as well assetSalutation
update action.Category
endpoint now confirms toByKeyEndpoint
protocol.lineItemMode
toLineItem
,refusedGifts
toCart
endpoint.
isMatching for shipping rates, update language parameters for searches and suggestions
0.5.8
Released on 2017-05-05.
Added
isMatching
filed to theShippingRate
model.
Updated
ProductProjection
search
andsuggest
endpoint: language parameter now being set based on the locale and language identifier, compared against project settings.