Commit Graph

986 Commits

Author SHA1 Message Date
Max Howell
47f40ef75f
Update docs, fix broken links
Removes Chinese translations because they were far behind.

[ci skip]
2019-02-28 23:37:10 -05:00
Max Howell
dd77da78cb Test against Xcode 10.1 2018-12-27 09:55:29 +00:00
Max Howell
1001d23725 Test everything we claim to support 2018-06-04 19:30:20 -04:00
Max Howell
a92c40ca73 Update docs for Xcode 10 2018-06-04 19:25:02 -04:00
Max Howell
7fb12976da Fix Swift 4.2 warnings 2018-06-04 19:23:16 -04:00
Max Howell
99771a775e Update xcodeproj to Xcode 10 2018-06-04 19:23:02 -04:00
Max Howell
c70677a12b Update StoreKit extension; Tag 4.5.2 2018-01-29 11:06:23 -05:00
Max Howell
de638abca5 Update extensions; Tag 4.5.1 2018-01-05 18:17:35 -05:00
Max Howell
52697b25d4 Provide localizedDescription errors 2017-12-04 10:59:37 -05:00
Max Howell
6bab5e0c7f Add @discardableResult; Closes #595; Tag 4.5.0
PromiseKit 5 much improves this area with the concept of an unavailable promise (`Guarantee`).

Thus since we offer a superior library now, we will close this ticket.
2017-11-05 17:52:08 -05:00
Max Howell
d7a978d628 Update CoreLocation 2017-11-05 17:16:49 -05:00
Max Howell
ac79c48666 Use #ifdef, not #if; Fixes #733; Tag 4.4.4 2017-11-04 14:14:55 -04:00
Max Howell
1c8f706f4f
Create URLSession+BadResponseErrors.swift 2017-11-03 10:13:22 -04:00
Max Howell
5c40f1ebfc Travis: Use Xcode 9.1 2017-10-31 21:36:39 -04:00
Max Howell
457ce549ee Update README.md 2017-10-15 12:31:17 -04:00
Max Howell
49ca5abcc7 Update FAQ.md 2017-10-14 11:49:13 -04:00
Max Howell
35266ab977 Update Troubleshooting.md 2017-10-14 11:05:27 -04:00
Max Howell
3e2229cf57 Mention our Android support 2017-10-13 20:20:01 -04:00
Max Howell
6d67ccf733 Tag 4.4.3 2017-10-13 11:59:37 -04:00
Max Howell
7e71d1cba7 Merge pull request #726 from rikner/android
Compile for Android
2017-10-13 11:58:40 -04:00
rikner
0819a2a77d compile for Android 2017-10-13 15:37:26 +02:00
Max Howell
191950c006 CocoaPods fixes; Exts/Social update; Tag 4.4.2 2017-10-12 20:50:11 -04:00
Max Howell
c86788df49 Merge pull request #721 from cecuba/patch-1
Update FAQ.md
2017-10-11 09:47:48 -04:00
Carlos Cuba
1f9d28d699 Update FAQ.md
There was a typo on the last section of the document.
Thanks for this great framework!
2017-10-11 00:23:52 -05:00
Max Howell
0b027a8a36 Merge pull request #720 from juli1quere/patch-1
Fix potential error in sample code of Getting Started
2017-10-10 14:02:49 -04:00
Julien Quéré
d85f621cf3 Fix potential error in sample code 2017-10-10 09:13:18 +02:00
Max Howell
58f77597b0 Merge pull request #719 from cecuba/Fix-Contents.swift-file-missing-error-when-opening-Playground
Fixing error preventing Playground to be opened
2017-10-08 14:54:21 -04: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
Max Howell
f27cc55a8f Firebase and Promises
Refs #716
2017-09-29 10:49:33 -04:00
Max Howell
1da778bcfe Expand matrix to include dep-manager support
[ci skip]
2017-09-16 13:37:24 -04:00
Max Howell
0c4905628d Fixes #712; missing extern “C”; Tag 4.4.1 2017-09-14 15:11:29 -04:00
Max Howell
81b95f85c2 CI all Xcodes; Show it in README 2017-09-12 22:38:54 -04:00
Max Howell
96ed2158c4 Update installation instructions for PMK 4.4
Removes `swift_version` from (modern) our `Podfile` suggestions.

Seemingly this is not documented or encouraged anymore by team CocoaPods. However it for sure was needed during the Xcode 7 period when Swift varied substantially between v2s.

Refs #707; Refs #708.

[ci skip]
2017-08-28 15:34:36 -04:00
Max Howell
e50d584ef5 Update extensions to support Swift 4; Tag 4.4.0 2017-08-28 02:23:44 -04:00
Max Howell
4015e21f81 Document what PMK4 actively supports 2017-08-17 14:32:30 -04:00
Max Howell
36f0fb7ea0 Merge pull request #701 from paulthorsteinson/patch-1
GettingStarted.md cleanup
2017-08-11 14:28:09 -04:00
Max Howell
61f796319b Tag 4.3.2 2017-08-10 15:20:34 -04:00
Max Howell
3336c1cb37 Update issue template 2017-08-09 11:40:35 -04:00
Paul Thorsteinson
a0de048cea Fix GettingStarted.md typos
Fixed a spelling mistake and a few other examples that seemed like they had been typed wrong.
2017-08-08 18:24:43 -06:00
Max Howell
f4712dd76b Update version matrix 2017-08-08 11:46:05 -04:00
Max Howell
b1dd2bf874 Support Swift 4 and its (()) requirements :-/ 2017-08-07 17:51:03 -04:00
Max Howell
d325ce2377 Merge pull request #693 from ryanschneider/patch-1
Fix syntax issues in `attempt` example
2017-08-01 14:21:27 -04:00
Ryan Schneider
50c4b0f79e Update CommonPatterns.md attempt example
Update `attempt` example to use new `after(interval: DispatchTimeInterval)` preferred signature.
2017-08-01 10:45:05 -07:00
Max Howell
12006228ba Update Troubleshooting.md 2017-08-01 11:04:01 -04:00
Max Howell
6ee4867f1d Temporarily revoke Photos macOS support
See comment for explanation.
2017-07-29 14:48:56 -04:00
Max Howell
46d719ba92 Fix podspec 2017-07-29 13:32:47 -04:00
Ryan Schneider
a02f8b8791 Fix syntax issues in attempt example
I just ended up using the `attempt` example in some code, but had to make some syntactical fix-ups to get it to work and figured I'd send them back your way:

- `after` takes a `TimeInterval`, not a `DispatchTimeInterval`
- The signature referred to `source` instead of `body` (which needed to be marked `@escaping`)
- Missing `{`
2017-07-28 16:09:04 -07:00
Max Howell
db8bfd63b0 Clarify between canceling the chain and the task 2017-07-27 17:26:23 -04:00
Max Howell
31fd17d97e Disable Swift 4 CI since we don’t yet support it
I intend to, once the results of tuplegate are finalized.
2017-07-15 17:41:28 -04:00
Max Howell
275c5ee2be Don’t try to test Promise() before Swift 3.1 2017-07-15 17:41:28 -04:00