Malcommac Hydra Versions Save

⚡️ Lightweight full-featured Promises, Async & Await Library in Swift

2.0.6

3 years ago

Released on: 2021-04-25

Changes

  • [#86] [ENH] Suppress await() function in Xcode 12.5. Now you can use Hydra.await() instead in order to avoid any warning on lib.

2.0.5

3 years ago

Released on: 2020-10-08

Changes

  • [#83] [FIX] Removed weak self from recover operator so the recover's parent promise is strongly retained
  • [NEW] Added support for Swift Package Manager 5.3
  • [NEW] Minimum deployment target set to iOS 9

2.0.4

3 years ago

Released on: 2020-09-15

Changes

  • [NEW] #71 - Adding support for delay parameter in retry() operator
  • [FIX] #81 - Compatibility with Xcode 12, fixed warning and update project settings enhancement
  • [FIX] #77 - Fixed chainable thens operators in Xcode 12/Swift 5.3

2.0.3

3 years ago

Released on: 2019-07-23

Changes

  • #74 Fixed compile errors with XCode 12

1.2.2

3 years ago
  • Release Date: 2019-07-22

  • #74 Fixed an issue when compiling Hydra with XCode 12 (beta 2)

2.0.0

5 years ago

Released on: 2019-03-28

Changes

  • #62 Added retryWhen operator
  • Swift 5 compatibility

1.0.2

6 years ago
  • 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

1.0.1

6 years ago
  • 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

1.2.0

6 years ago
  • Release Date: 2017-10-27

  • Download Version for Swift 4: Download 1.2.0

  • #54 Fixed an issue when compiling Hydra for macOS, tvOS and watchOS

1.2.1

6 years ago
  • Release Date: 2017-10-27

  • Download Version for Swift 4: Download 1.2.1

  • #56 Fixed an issue with Promise and Zip with four parameters