Commit Graph

7 Commits

Author SHA1 Message Date
Max Howell
be56acdce9 Fix the playground (been broken a while now!) 2018-06-04 19:18:17 -04:00
Max Howell
47367f1df6 5.0.0 2017-11-06 09:27:11 -05:00
Carlos Cuba
eed0ef15ab PromiseKit.playground/section-1.swift renamed to Contents.swift to fix Xcode error - Playground file is missing a "Contents.swift" file.
This being made, building the framework for a macOS target, as described on the file's initial comments, makes us able to run the Playground without any issues.
Xcode Version 9.0 (9A235)
2017-10-08 13:04:13 -05:00
Alan D. Cabrera
9395635cfb Add DispatchTimeInterval to after() function
While the use of TimeInterval is understandable from the perspective
of maintaining parity with the Objective-C function PMKAfter, it's not
quite as strongly typed as DispatchTimeInterval.  Also, what's really
going on is a dispatch after a deadline and so support for both seconds
and DispatchTimeInterval seem warranted.
2017-07-09 12:05:43 -07:00
Max Howell
88b5ec2c49 Document how to get the playground to work
Refs #644
2017-04-29 11:37:09 -04:00
Max Howell
67bc256992 PromiseKit 4 / Swift 3 / Xcode 8
http://promisekit.org/news/2016/09/PromiseKit-4.0-Released/
2016-09-07 15:45:21 -07:00
Max Howell
705986d0d1 Add ChangeLog 2016-08-04 17:36:42 -07:00