Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Releases: Thomvis/BrightFutures

8.2.0

02 Jul 18:32
fa66fa1
Compare
Choose a tag to compare

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

12 Jun 15:52
Compare
Choose a tag to compare

8.0.1

23 Apr 07:08
Compare
Choose a tag to compare

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

8.0.0

11 Apr 10:33
Compare
Choose a tag to compare

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

28 Mar 10:04
Compare
Choose a tag to compare
  • 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

18 Sep 20:48
Compare
Choose a tag to compare

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

30 Mar 14:34
6.0.1
53732cf
Compare
Choose a tag to compare

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

Workaround for SR-7059

6.0.0

30 Sep 16:04
6.0.0
Compare
Choose a tag to compare

Add support for Swift 4 and Xcode 9

6.0.0-beta.1: Xcode 9 / Swift 4

23 Jul 10:50
6.0.0-beta.1
7e08010
Compare
Choose a tag to compare
Pre-release

Adds support for Swift 4 and Xcode 9

5.2.0

01 Apr 16:01
5.2.0
f18744a
Compare
Choose a tag to compare

Adds support for Swift 3.1 and Xcode 8.3