Releases: the-grid/Disc
Releases · the-grid/Disc
Release podspec
0.6.0 update spec
Podspec
Merge pull request #30 from the-grid/podspec Podspec
PUT, not POST for refresh token request
0.5.7 swap token exchange request to PUT
Minor naming update
0.5.6 naming fix
Update Swish
Merge pull request #27 from the-grid/update-swish update Swish
Add support for refresh token
Merge pull request #26 from the-grid/support-refresh-token add refresh token support, update non-json endpoint support
Remove JSON dependency
Merge pull request #25 from the-grid/try-swish-branch Try Swish out Swish branch for removing hard dependency on JSON
static requestEmailLogin to APIClient
Merge pull request #24 from the-grid/static-email-method add static func requestEmailLogin
This release is compatible with Xcode 7.3 and Swift 2.2
Merge pull request #22 from the-grid/email Email passwordless auth
0.4.0
This release is compatible with Xcode 7.2 and Swift 2.1.1
- Updates the Travis config to remove workarounds for homebrew and Carthage, resulting in faster CI builds.
- Updates the
test
script to fail earlier. - Replaces internal
MockingjayMatchers.swift
file with external MockingjayMatchers framework. - Updates the Travis config to use Xcode 7.2
- Adds an
install
script for reproducible builds. - Adds a
beVoid()
Nimble matcher for empty responses.