Skip to content

Releases: FutureKit/FutureKit

FutureKit 3.5

29 Jan 15:51
Compare
Choose a tag to compare

This version should be compatible with Swift 3.x/Swift 4.0/Swift 4.1 if installing via Cocoapods.

If installing via Carthage, this version may only support Swift 4.x. (that is the current swift language settings int he project).

Just some minor compability fixes.

Swift 2.3 Compatible Version

19 Oct 19:27
Compare
Choose a tag to compare

Future 2.3 is basically FutureKit 2.0 But compatible with the Swift 2.3 compiler.

FutureKit 2.0

14 Jun 23:43
Compare
Choose a tag to compare

Protocol extension based handlers!

CompletionType protocol (convert 3rd party elements to FutureKit)

Convert errors to cancellations

Changes to cancellation.

Small bug fixes and playground improvements.

14 Mar 16:25
Compare
Choose a tag to compare

Fixed a bug in FutureFifo that ignored the Executor property when executing blocks. (Thanks @heiberg)

Merged some playground fixes (thanks @jstewuk )

Cancellation Deadlock fix.

12 Feb 17:16
Compare
Choose a tag to compare

A fix for an occasional deadlock on cancellation.

Removes OSSpinLock, Fixes some public access issues

06 Jan 19:07
Compare
Choose a tag to compare
updated version

Closes #30
Squashed commit of the following:

commit efe6457d9e0e80843e2796d2eb6c2ccf197dc424
Author: Michael Gray <michaelg@ambulnz.com>
Date:   Wed Jan 6 14:05:03 2016 -0500

    updated version

Fix for whole-mod-optimization

27 Dec 21:04
Compare
Choose a tag to compare
Merge pull request #26 from FutureKit/bug/release_builds_hang

turning of whole-module-optimization for Release builds