All Versions
14
Latest Version
Avg Release Cycle
171 days
Latest Release
1296 days ago

Changelog History
Page 2

  • v1.0.2 Changes

    October 27, 2017

    ๐Ÿš€ Release Date : 2017-10-27

    Download Version for Swift 3 : Download 1.0.2

    ๐Ÿ›  #56 Fixed an issue with Promise and Zip with four parameters

  • v1.0.1 Changes

    October 27, 2017

    ๐Ÿš€ Release Date : 2017-10-27

    Download Version for Swift 3 : Download 1.0.1

    ๐Ÿ›  #51 Fixed an when compiling using Chartage

    ๐ŸŽ #52 Fixed an issue when compiling Hydra for macOS, tvOS and watchOS

  • v1.0.0 Changes

    September 03, 2017

    ๐Ÿš€ Release Date : 2017-09-03

    Zipped Version : Download 1.0.0

    ๐Ÿ‘ #45 Added support for cancellable promises inside the await operator.

    โฑ #46 Resolved an issue where timeout operator keep a Promise alive even if it resolves correctly before it expires.

    #44 Resolved a compatibility issue with await under iOS 11 or later.

    #48 Resolved a memory leaks with cancellable promises.

    โš  #49 Replaced with (Void) with () to fix warnings with Swift 4 and XCode 9

  • v0.9.9 Changes

    July 24, 2017

    ๐Ÿš€ Release Date : 2017-07-24

    Zipped Version : Download 0.9.9

    ๐Ÿ‘€ #39 void variable now allows to chain multiple promises which return different Result types. See the doc on README to learn more.