Releases: google/promises
Releases · google/promises
2.3.1
23 Jul 22:32
Compare
Sorry, something went wrong.
No results found
2.0.0
06 May 06:06
Compare
Sorry, something went wrong.
No results found
Renames await() to awaitPromise().
1.2.8
09 May 23:24
Compare
Sorry, something went wrong.
No results found
Adds pending promise to FBLPromise's Dot Syntax API and updates parameter type for fulfill:.
Updates Promises to Swift 5.
1.2.7
11 Mar 16:11
Compare
Sorry, something went wrong.
No results found
Disables Whole Module Optimization (#98 ).
1.2.6
30 Jan 18:10
Compare
Sorry, something went wrong.
No results found
Updates Promises to Xcode 10.2 and integrates with latest SwiftLint checks.
1.2.5
09 Jan 16:18
Compare
Sorry, something went wrong.
No results found
Updates Promises to Swift 4.2.
1.2.4
09 Jan 07:35
Compare
Sorry, something went wrong.
No results found
Fixes issue 81 where NSError was not being converted to a PromiseError properly.
1.2.3
26 Jul 15:11
Compare
Sorry, something went wrong.
No results found
Adds retry operator that enables reattempting a task if the promise for that task is initially rejected.
Sets the APPLICATION_EXTENSION_API_ONLY to YES on the project level and defaults the APPLICATION_EXTENSION_API_ONLY flag on targets.
Moves SWIFT_VERSION flag from Promise/PromiseTests targets to the Xcode project.
Applies extension-safe flag for framework targets.
1.2.2
08 Jun 22:54
Compare
Sorry, something went wrong.
No results found
Merge pull request #51 from shoumikhin/master
Set CURRENT_PROJECT_VERSION in Xcode project.
1.2.1
22 May 21:13
Compare
Sorry, something went wrong.
No results found
FBLPromiseCatchBlock renamed to FBLPromiseCatchWorkBlock
Introduced FBLPromiseErrorIsTimedOut() and FBLPromiseErrorIsValidationFailure() for easier check for predefined FBLPromiseErrorCodes