This repository has been archived by the owner on Jul 3, 2022. It is now read-only.
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!