Skip to content

Latest commit

 

History

History
137 lines (119 loc) · 13.9 KB

Changelog.md

File metadata and controls

137 lines (119 loc) · 13.9 KB

2.3.0

2.2.0

2.1.0

  • Parse JSON error response (#186) via @AvdLee
  • Add LocalizedError inheritance for thrown errors (#181) via @AvdLee
  • Fix authentication refresh (#180) via @AvdLee
  • Add App Store Connect API 2.0 Endpoints and Entities (#174) via @AvdLee
  • 2.0.0 Release - Using OpenAPI (#173) via @AvdLee

1.7.0

1.6.0

  • Add support for submitting an App Version for Review and CRUD for App Store Versions (#145) via @scottlemke
  • Merge release 1.5.0 into master (#144) via @SwiftLeeBot

1.5.0

1.4.0

1.3.0

1.2.0

1.1.3

1.1.2

  • Return Response instead of Void for "Sales and Finance Reports" endpoints (#100) via @DechengMa
  • Add public init to CapabilitySetting and CapabilityOption (#106) via @DechengMa
  • Add paging to listProfiles endpoint (#107) via @DechengMa
  • List/Read Certificates fails to parse response. (#104) via @orj
  • Merge release 1.1.1 into master (#99) via @SwiftLeeBot

1.1.1

1.1.0

1.0.3

  • Profile.Attributes createDate should be createdDate (#90) via @orj
  • APIEndpoint.listBundleIds doesn't have 'include' parameter. (#88) via @orj
  • Naming mismatch for include field in Response (#86) via @DechengMa
  • Merge release 1.0.2 into master (#85) via @SwiftLeeBot

1.0.2

1.0.1

  • Device.attributes.devicesClass is misnamed (#76) via @ruipfcosta
  • Wrong response type for getAllCertificates call (#72) via @ristkof
  • Merge release 1.0.0 into master (#74) via @SwiftLeeBot

1.0.0

  • Trying to build a command line tool (#69) via @AvdLee
  • Make it a requirement to have SwiftLint setup locally (#58) via @AvdLee
  • Implement WeTransfer-iOS-CI (#71) via @AvdLee
  • Sometimes the bundle id has platform = "UNIVERSAL" (#70)
  • Adds response data for requests with a void result type. (#66)
  • Add support for Profiles and Devices endpoints (#65)
  • SPM issues about macOS version (#61)
  • Add support for Bundle IDs and Capabilities endpoints (#57)
  • typo fix for issue 42 (#62)
  • Remove custom Result type (#59)
  • Rename Certificates method name to align with API design (#55)
  • Fix indentation in docs (#56)
  • Fix CI and Danger reports (#54)
  • Add support for Certificates endpoints (#53)
  • Implemented Register a New Bundle ID endpoint (#51)
  • Make error messages more verbose when debugging (#52)
  • Updated Swift Package Manager installation instructions (#50)
  • Swift 5.1 support (#49)
  • Date decoding issue (#43)

0.9.0

This is the initial release of the SDK, including the following features:

  • Configuration with API Key
  • APIProvider with endpoints structure
  • Add models for all endpoints
  • JWT Logic to sign requests
  • Get started section in the readme
  • Support for Mac
  • TestFlight API implementation
  • Users and Roles implementation
  • Sales and Finances implementation
  • Replace Alamofire dependency with own simple URLSession implementation