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 differentResult
types. See the doc on README to learn more.