Skip to content

Releases: google/promises

2.3.1

23 Jul 22:32
Compare
Choose a tag to compare

2.0.0

06 May 06:06
Compare
Choose a tag to compare
  • Renames await() to awaitPromise().

1.2.8

09 May 23:24
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Disables Whole Module Optimization (#98).

1.2.6

30 Jan 18:10
Compare
Choose a tag to compare
  • Updates Promises to Xcode 10.2 and integrates with latest SwiftLint checks.

1.2.5

09 Jan 16:18
963e1bc
Compare
Choose a tag to compare

Updates Promises to Swift 4.2.

1.2.4

09 Jan 07:35
963e1bc
Compare
Choose a tag to compare
  • Fixes issue 81 where NSError was not being converted to a PromiseError properly.

1.2.3

26 Jul 15:11
Compare
Choose a tag to compare
  • 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
75e40ec
Compare
Choose a tag to compare
Merge pull request #51 from shoumikhin/master

Set CURRENT_PROJECT_VERSION in Xcode project.

1.2.1

22 May 21:13
Compare
Choose a tag to compare
  • FBLPromiseCatchBlock renamed to FBLPromiseCatchWorkBlock
  • Introduced FBLPromiseErrorIsTimedOut() and FBLPromiseErrorIsValidationFailure() for easier check for predefined FBLPromiseErrorCodes