Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

56 lines (39 loc) · 2.18 KB

Changelog

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.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

Infrastructural

[0.4.0] - 2021-05-06

Changed

  • 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).

[0.3.2] - 2020-09-10

Changed

  • Use version number instead of build number for the User-Agent (#33).

[0.3.1] - 2020-08-14

Fixed

  • Makes JSONModel usage compatible with Swift 3 (#29).

[0.3.0] - 2020-07-28

Added

  • Tracking events model classes VSDKOrderPlace, VSDKOrder, VSDKLineItem, and VSDKDiscount (#26)

Removed

  • Tracking events model classes VSDKPurchase, VSDKRefund, VSDKPartialRefund, VSDKTotalRefund,VSDKSubscription, VSDKVoucher, and VSDKTransaction (#26)

[0.2.0] - 2020-07-22

Added

  • Specific classes for Partial and Total refunds (#21).
  • New AppView tracking event type (#25).

Changed

  • Add duration field to Subscription event(#25).

[0.1.0] - 2019-07-16

Added

  • Support for track requests (#3)
  • Support for match requests (#9)