Skip to content

Releases: the-grid/Disc

0.3.1

01 Jan 23:29
Compare
Choose a tag to compare

This release is compatible with Xcode 7.0 and Swift 2.0

  • Fixed an issue where the client_id parameter was missing when attempting to retrieve a Passport access token via OAuth providers. Thanks @nickvelloff!

0.3.0

01 Jan 05:02
Compare
Choose a tag to compare

This release is compatible with Xcode 7.0 and Swift 2.0

  • Added support for getting a Passport access token via OAuth providers.
  • Updated documentation.
  • Removed OAuthClient and migrated its functionality to APIClient as static methods.

0.2.1

20 Nov 10:18
Compare
Choose a tag to compare

This release is compatible with Xcode 7.0 and Swift 2.0

  • Added support for adding identities with providers that require a token secret.
  • Added support for adding identities with providers that require an auth code and redirect URI.
  • Updated documentation.

0.2.0

17 Nov 15:49
Compare
Choose a tag to compare

This release is compatible with Xcode 7.0 and Swift 2.0

  • Added support for adding an identity.
  • Added support for getting an individual identity.
  • Updated documentation.
  • Removed the removable property from Identity.

0.1.0

27 Oct 22:04
Compare
Choose a tag to compare

This release is compatible with Xcode 7.0 and Swift 2.0

  • Provides models and networking functionality.