Google Promises Versions Save

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.

2.3.1

9 months ago

2.0.0

3 years ago
  • Renames await() to awaitPromise().

1.2.8

5 years ago
  • Adds pending promise to FBLPromise's Dot Syntax API and updates parameter type for fulfill:.
  • Updates Promises to Swift 5.

1.2.7

5 years ago
  • Disables Whole Module Optimization (#98).

1.2.6

5 years ago
  • Updates Promises to Xcode 10.2 and integrates with latest SwiftLint checks.

1.2.5

5 years ago

Updates Promises to Swift 4.2.

1.2.4

5 years ago
  • Fixes issue 81 where NSError was not being converted to a PromiseError properly.

1.2.3

5 years ago
  • 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

5 years ago

1.2.1

5 years ago
  • FBLPromiseCatchBlock renamed to FBLPromiseCatchWorkBlock
  • Introduced FBLPromiseErrorIsTimedOut() and FBLPromiseErrorIsValidationFailure() for easier check for predefined FBLPromiseErrorCodes