Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

1.2.3

Choose a tag to compare

released this 26 Jul 15:11
· 137 commits to master since this release
  • 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.