All Versions
25
Latest Version
Avg Release Cycle
112 days
Latest Release
-

Changelog History
Page 1

  • v8.2.0 Changes

    • ➕ Adds support for Swift 5.6 and Xcode 13.3.
    • ➕ Adds support for awaiting a Future's value.
    • ➕ Adds support for @dynamicMemberLookup.
  • v8.1.0 Changes

    • ➕ 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 of Never
  • v8.0.1 Changes

    April 23, 2019

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

  • v8.0.0 Changes

    April 11, 2019

    ➕ 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!

  • v7.0.1 Changes

    March 28, 2019
    • ⚡️ Updates Result dependency to 4.1 compatible versions. (#203 , thanks Jeroenbb94!)
    • 🛠 Fixes an issue related to the threadDictionary on Linux (#204, thanks jgh-!)
  • v7.0.0 Changes

    September 18, 2018

    ➕ 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!)
  • v6.0.1 Changes

    March 30, 2018

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

  • v6.0.0 Changes

    September 30, 2017

    ➕ Add support for Swift 4 and Xcode 9

  • v6.0.0-beta.1 Changes

    July 23, 2017

    ➕ Adds support for Swift 4 and Xcode 9

  • v5.2.0 Changes

    April 01, 2017

    ➕ Adds support for Swift 3.1 and Xcode 8.3