Skip to content

Tags: happy486/PromiseKit

Tags

4.0.5

Toggle 4.0.5's commit message

Unverified

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

4.0.4

Toggle 4.0.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Tag 4.0.4; Fix UIImagePickerController subspec

4.0.3

Toggle 4.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.
Tag 4.0.3

4.0.2

Toggle 4.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.
Tweak issue template

4.0.1

Toggle 4.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.
Tag 4.0.1

4.0.0

Toggle 4.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.
Safer fix for CocoaPods header ordering issue

Refs mxcl#529

3.5.1

Toggle 3.5.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 3.5.1

3.5.0

Toggle 3.5.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 3.5.0

3.4.4

Toggle 3.4.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix regression for NSURLSession ext on watchOS

Refs mxcl#433

3.4.3

Toggle 3.4.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixes mxcl#492; objc import of AnimationOptions

The Swift representation of OptionsSetType cannot be imported into ObjC, which shouldn’t matter since this is code for Swift code only, but if the methods in which this code is used are marked @objc it seems to cause compilation errors if the type cannot be seen in ObjC.

This is bizarre, but what can we do but apply a fix? 

Tag 3.4.3