Releases: vadymmarkov/When
Releases · vadymmarkov/When
2.3.2
2.3.1
Fix RxWhen
targets.
2.3.0
2.2.1
Add convenience API for converting an async function to a promise #16 by @JohnSundell
2.2.0
- 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
Update Rx extension.
2.1.1
Fix Rx extension for CocoaPods.
2.1.0 - RxSwift extensions
Update README.md
2.0.0 - Swift 3
Update When.podspec
1.0.4 - Fix Mac target
Merge pull request #8 from vadymmarkov/fix/mac-os-target Add files to Mac target