Skip to content

Releases: koher/PromiseK

Xcode 10 and macOS / tvOS / watchOS

25 Sep 17:23
5fef149
Compare
Choose a tag to compare
  • Xcode 10 / Swift 4.2
  • Supports macOS, tvOS and watchOS

#6

Support Swift 4.1

02 Apr 17:47
72bea2c
Compare
Choose a tag to compare
Merge pull request #5 from koher/dev-3.1

Support Swift 4.1

Simplified APIs and Swift 4.0

02 Apr 17:45
8d9bb55
Compare
Choose a tag to compare
  • New simplified APIs
  • Supported Swift 4.0

Forbid multiple `fulfill` calls

18 Oct 16:07
Compare
Choose a tag to compare
Pre-release

Now multiple fulfill calls cause a logic failure.

Simplified initializer

18 Oct 09:02
Compare
Choose a tag to compare
Pre-release
- init(_ executor: (_ resolve: @escaping (Promise<Value>) -> ()) -> ())
+ init(_ executor: (_ fulfill: @escaping (Value) -> ()) -> ()) {

New `get` method

18 Oct 08:59
Compare
Choose a tag to compare
New `get` method Pre-release
Pre-release
3.0.0-alpha.2

Fix Package.swift

Simplified APIs

02 May 05:11
Compare
Choose a tag to compare
Simplified APIs Pre-release
Pre-release
3.0.0-alpha

Update README

Support Swift 3

02 May 05:10
Compare
Choose a tag to compare
Merge pull request #2 from koher/swift-3

Update for Swift 3

For Swift Package Manager

08 Apr 16:53
Compare
Choose a tag to compare
Pre-release
2.4.0-spm

Reinitialize the package by SwiftPM

New >>-? and -<<? operators

01 Jan 17:51
Compare
Choose a tag to compare
2.3

Implement `>>-?` and `-<<?`