Skip to content

Tags: TechTinySet/PromiseKit

Tags

6.2.0

Toggle 6.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix throwing in init(resolver:) => warning

The Resolver deallocated pending, so it led to the pending promise warning.

Aside: this of course means that we don’t warn for pending Guarantees or AnyPromises.

Fixes mxcl#799

6.1.2

Toggle 6.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Import CoreLocation 3.0.3; Tag 6.1.2

6.1.1

Toggle 6.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Tag 6.1.1

1.7.6

Toggle 1.7.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Tag 1.7.6

6.1.0

Toggle 6.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Tag 6.1.0

6.0.3

Toggle 6.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Include PromiseKit/CoreLocation#10; Tag 6.0.3

Note this updates our Bolts requirement to 1.9.0 because Facebook don’t understand how semantic versioning works.

6.0.2

Toggle 6.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Xcode 9.3 / Swift 4.1 / Swift 3.3 updates

Strictly I’d feel better to test all configurations, but PromiseKit only uses Foundation, so the chance that for some reason there is an API break or worse some kind of runtime issue is pretty low and I feel that we have to be kinder to Travis’s free infrastructure.

Tag 6.0.2

6.0.1

Toggle 6.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix SwiftPM

6.0.0

Toggle 6.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixes for CocoaPods; --warning

5.0.6

Toggle 5.0.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update StoreKit