Releases: google/promises
Releases · google/promises
2.3.1
2.0.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
- 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
1.2.1
FBLPromiseCatchBlock
renamed toFBLPromiseCatchWorkBlock
- Introduced
FBLPromiseErrorIsTimedOut()
andFBLPromiseErrorIsValidationFailure()
for easier check for predefinedFBLPromiseErrorCode
s