Skip to content

Hydra 1.0.0 (latest for Swift 3.x)

Compare
Choose a tag to compare
@malcommac malcommac released this 03 Sep 14:50
· 106 commits to master since this release
  • 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