Skip to content

Releases: malcommac/Hydra

Hydra 2.0.6

25 Apr 07:38
Compare
Choose a tag to compare

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.

Hydra 2.0.5 (Swift 5.3+)

08 Oct 08:11
Compare
Choose a tag to compare

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

Hydra 2.0.4 (Swift 5.0+)

15 Sep 07:16
Compare
Choose a tag to compare

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

Hydra 2.0.3 (Swift 5.0+)

23 Jul 07:27
Compare
Choose a tag to compare

Released on: 2019-07-23

Changes

  • #74 Fixed compile errors with XCode 12

Hydra 1.2.2 (Swift 4)

22 Jul 07:51
Compare
Choose a tag to compare
  • Release Date: 2019-07-22

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

Hydra 2.0.0 (Swift 5.0+)

29 Mar 14:04
Compare
Choose a tag to compare

Released on: 2019-03-28

Changes

  • #62 Added retryWhen operator
  • Swift 5 compatibility

Hydra 1.2.1 (Swift 4.0+)

27 Oct 12:55
Compare
Choose a tag to compare
  • 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

Hydra 1.2.0 (Swift 4)

27 Oct 12:55
Compare
Choose a tag to compare
  • 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

Hydra 1.0.2 (Swift 3)

27 Oct 13:03
Compare
Choose a tag to compare
  • 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

Hydra 1.0.1 (Swift 3)

27 Oct 12:56
Compare
Choose a tag to compare
  • 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