Skip to content

Releases: vadymmarkov/When

2.3.2

28 May 15:33
Compare
Choose a tag to compare

Add possiblity to add multiple done/fail/always handlers #20

2.3.1

28 May 14:36
Compare
Choose a tag to compare

Fix RxWhen targets.

2.3.0

28 May 14:30
Compare
Choose a tag to compare
  1. Implement promise cancellation and failure policy to ignore cancelled error: #17
  2. Add recoverfunction that returns a new promise that can be used to continue the chain when an
    error was thrown: #18
  3. Expose a function that returns a promise with Void as a result type: #19

2.2.1

19 May 07:41
Compare
Choose a tag to compare

Add convenience API for converting an async function to a promise #16 by @JohnSundell

2.2.0

14 Apr 11:42
Compare
Choose a tag to compare

Improvements by @mallexxx #13

  • Made when([Promise]) -> Promise function public
  • Made the Promise.state property public readable
  • Added Promise{ resolve, reject in ... } init syntax, used in other Promise libraries and missing here
  • Running Promise init block code on the queue provided in the init(queue:) argument, it seems incorrect to run the Promise block synchronously on the same queue it was created

2.1.2

22 Mar 14:55
Compare
Choose a tag to compare

Update Rx extension.

2.1.1

31 Jan 21:17
Compare
Choose a tag to compare

Fix Rx extension for CocoaPods.

2.1.0 - RxSwift extensions

31 Jan 21:12
Compare
Choose a tag to compare
Update README.md

2.0.0 - Swift 3

26 Sep 10:41
Compare
Choose a tag to compare
Update When.podspec

1.0.4 - Fix Mac target

07 Jun 10:25
Compare
Choose a tag to compare
Merge pull request #8 from vadymmarkov/fix/mac-os-target

Add files to Mac target