Skip to content

Releases: trivago/Heimdallr.swift

4.0.0

04 Jan 09:06
2aede71
Compare
Choose a tag to compare
  • New - Added support for Swift Package manager
  • Fixed - Bumped the version for CocoaPods so that is should work there again

3.7.0

29 Jun 06:57
fd4b9c2
Compare
Choose a tag to compare

Updates project to Swift 5 and Xcode 10.2

Update carthage dependencies

18 Jul 10:28
Compare
Choose a tag to compare

This release updates the ReactiveSwift and ReactiveObjCBridge dependencies.

3.6.0

23 Feb 10:31
Compare
Choose a tag to compare

This release targets Xcode 8.2 / Swift 3.0.


Thanks to @marcelofabri for migrating Heimdallr.swift to Swift 3. 👌🎉

3.5.1

20 Oct 11:04
Compare
Choose a tag to compare

Fixes broken objc-compatibility that was accidentally introduced via #79

3.5.0

20 Sep 11:18
Compare
Choose a tag to compare

This release targets Xcode 8.0 / Swift 2.3.

3.4.0

25 Aug 09:08
Compare
Choose a tag to compare

This Release serializes all requests to
authenticateRequest(request:, completion:), so that no race conditions should occur, if e.g. 2 callers trigger a token refresh at the same time.

Big thank you to @Stengo for the implementation and @marcelofabri for bringing the issue onto our radar again (#92)

Remove Argo Dependency

12 Aug 07:10
Compare
Choose a tag to compare

Removes Argo as Dependency (thanks @marcelofabri for that one)

Also updates:

  • Quick/Nimble
  • antitypical/Result
  • ReactiveCocoa/ReactiveCocoa

3.2.2

07 Apr 12:34
Compare
Choose a tag to compare

Update dependencies (Argo, Result)

3.2.1

07 Mar 13:46
Compare
Choose a tag to compare
  • Fixed wrong CODE_SIGN_IDENTITY for ReactiveHeimdallr-iOS