Skip to content

Releases: ivygulch/SwiftPromises

Swift 2.0, type-safe version of Promises

19 Nov 21:03
Compare
Choose a tag to compare

SwiftPromises is a lightweight implementation of the Promise pattern popularlized by various Javascript frameworks.

This major version adds type safety to the project

This minor bug fix version handles difference cases of passing a Promise as a result to the valueAsPromise() function when T is AnyObject

Swift 2.0, type-safe version of Promises

19 Nov 00:47
Compare
Choose a tag to compare

SwiftPromises is a lightweight implementation of the Promise pattern popularlized by various Javascript frameworks.

This version adds type safety to the project

Swift 2.0 non-type-safe version of Promises

18 Nov 23:26
Compare
Choose a tag to compare
v0.9.0

Update project to Swift 2/Xcode 7