This repository has been archived by the owner on Jul 3, 2022. It is now read-only.
Releases: Thomvis/BrightFutures
Releases · Thomvis/BrightFutures
8.2.0
8.1.0
- Adds support for Swift 5.4 and Xcode 12.5. (#216 & #218, thanks MagFer, MultiColourPixel & paiv)
- Adds
Future.init(error: E, delay: DispatchTimeInterval)
(#215, thanks RomanPodymov) - Fixed casing of various global constants. (#176, thanks Sajjon)
- Deprecated
NoValue
in favor ofNever
8.0.1
8.0.0
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 ofNever
from the standard library
Thanks to kimdv for doing most of the migration work!
7.0.1
7.0.0
6.0.1
6.0.0
6.0.0-beta.1: Xcode 9 / Swift 4
Adds support for Swift 4 and Xcode 9