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

8.0.0

Compare
Choose a tag to compare
@Thomvis Thomvis released this 11 Apr 10:33
· 47 commits to master since this release

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!