BrightFutures v8.0.0 Release Notes
Release Date: 2019-04-11 // over 4 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 ofNever
from the standard library
Thanks to kimdv for doing most of the migration work!