Async Plus Versions Save

⛓ A chainable interface for Swift's async/await.

1.1.1

1 year ago

CocoaPods support added. Fix accidental version mismatch in podspec file.

1.1.0

1 year ago

CocoaPods support has been added

1.0.2

2 years ago

Bugfix to allow compatibility with iOS

1.0.1

2 years ago
  • By upgrading to this minor release, users of the Async+ package will no longer see unnecessary Xcode build schemes appearing called "async-plus" and "code-generation". These build schemes should automatically disappear with the upgrade of the package (if they don't then please delete them).

1.0.0

2 years ago
  • Values returned from then, attempt, and recover can no longer be ignored, meaning that it is no longer possible (at compile time) to call catch on these chains without another then that uses the chain's value (similar to PromiseKit's done).
  • All operations now have associated protocols, and internal protocols have been given more sensible names.
  • The type-flag system that was a burden for the compiler has been abolished in favor of more traditional usage of protocols.