All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Change iOS Deployment target version to 10.0 (#45).
- Prevent warnings thrown from Pods (#45).
- Require all user ids explicitly in the API (#44).
- Remove tracking events domain models and provide JSON API instead (48).
- Use version number instead of build number for the User-Agent (#33).
- Makes JSONModel usage compatible with Swift 3 (#29).
- Tracking events model classes
VSDKOrderPlace
,VSDKOrder
,VSDKLineItem
, andVSDKDiscount
(#26)
- Tracking events model classes
VSDKPurchase
,VSDKRefund
,VSDKPartialRefund
,VSDKTotalRefund
,VSDKSubscription
,VSDKVoucher
, andVSDKTransaction
(#26)
- Add
duration
field to Subscription event(#25).