BrightFutures Versions Save

Write great asynchronous code in Swift using futures and promises

8.2.0

1 year ago

With this release, BrightFutures has reached end-of-life.

  • Adds support for Swift 5.6 and Xcode 13.3.
  • Adds support for awaiting a Future's value.
  • Adds support for @dynamicMemberLookup.

8.1.0

2 years ago

8.0.1

5 years ago

Fixes an issue that broke Swift Package Manager support. (#208, thanks slessans!)

8.0.0

5 years ago

Adds support for Swift 5 and Xcode 10.2. Previous versions of Swift are no longer supported.

  • Migrated from antitypical/Result to the new Result type in the standard library
  • Removed NoError in favor of Never from the standard library

Thanks to kimdv for doing most of the migration work!

7.0.1

5 years ago
  • Updates Result dependency to 4.1 compatible versions. (#203 , thanks Jeroenbb94!)
  • Fixes an issue related to the threadDictionary on Linux (#204, thanks jgh-!)

7.0.0

5 years ago

Adds support for Swift 4.2 and Xcode 10.

  • Upgrade Result dependency to 4.0.
  • [FIX] Fixed a typo and incorrect reference in the andThen test (#197, thanks robertoaceves!)

6.0.1

6 years ago

Adds support for Swift 4.1 and Xcode 9.3 (tested with beta 4).

Workaround for SR-7059

6.0.0

6 years ago

Add support for Swift 4 and Xcode 9

6.0.0-beta.1

6 years ago

Adds support for Swift 4 and Xcode 9

5.2.0

7 years ago

Adds support for Swift 3.1 and Xcode 8.3