Commit Graph

122 Commits

Author SHA1 Message Date
Johannes Fahrenkrug
5e2e7e3a75
Documentation: Clarify when promise body gets executed 2019-11-15 11:57:38 -05:00
Johannes Fahrenkrug
8fbf6985b4
Documentation: Clarify when a promise "starts" in the FAQ
Provide a simpler exlanation and examples about when promises "start".
Make it clear that the promise's body executes after the promise is created,
without the need to call `then` or `done` on it. Also clarify that async
tasks that a being kicked off from a promise's body behave the same way
regardless of whether PromiseKit is being used or not.
2019-11-15 11:39:21 -05:00
Max Howell
08fb076071
Update CommonPatterns.md 2019-09-04 14:01:49 -04:00
Cihat Gündüz
286225ffcd
[Installation.md] Document installation via Accio 2019-04-06 11:09:55 -04:00
Max Howell
91f002f6f6
mxcl.github.io|promisekit.org -> mxcl.dev
* Fixes broken links
* Corrects spelling

[skip ci]
2019-03-01 00:02:04 -05:00
Ricardo Santos
662ce62593 Fix typo 2019-02-28 09:25:11 +10:30
Max Howell
40ffd806f4 Update documentation links
[skip ci]
2019-02-12 17:46:50 -05:00
Max Howell
69b112b28e
Deprecate promisekit.org
[ci skip]
2019-02-11 19:44:11 -05:00
Max Howell
716f9c2d24 Update documentation links
[skip ci]

Fixes #1008
2019-02-05 15:41:58 -05:00
Max Howell
65c42e2e13
Xcode 10.2 / Swift 5 support
Note we had to bump the Xcodeproj to Swift 4, which is thew new minimum that is supported for Xcode 10.2.

This will affect Carthage users.
2019-01-29 13:34:21 -05:00
Max Howell
bef8971416 Tag 6.8.0 2019-01-23 22:44:42 -05:00
Jonas
e209fcbb7d
Use PackageDescription API v4 in Installation.md
Updates Installation.md to use PackageDescription API v4
2019-01-17 21:08:06 +01:00
Max Howell
c2fe0272fc
[ci skip] Add detweet example 2019-01-15 13:24:16 -05:00
Max Howell
8218b667bf
Fixes #984 2019-01-15 11:49:36 -05:00
Max Howell
30dd840f40
v4 Supports Xcode 10 2018-12-27 10:11:05 +00:00
Max Howell
02e84ce4b1
Update ObjectiveC.md 2018-12-14 22:18:26 +00:00
Max Howell
358ed97c6d
Update Logging FAQ 2018-12-04 18:52:56 -05:00
Neal Lester
a5ab1ea5b3 Added facilities for controlling console output
Refs #961
2018-12-04 14:48:58 -05:00
Max Howell
3d544c4f5b
Update CommonPatterns.md 2018-11-29 20:23:15 -05:00
Max Howell
321d22b600
Ambiguous reference to firstly 2018-11-14 14:14:39 -05:00
Max Howell
a4b4de83fb
Include more information for not resolving 2018-11-05 13:32:35 -05:00
Roman Mogutnov
3e7f15672b qos removed 2018-10-24 13:41:45 +03:00
Roman Mogutnov
18e7cf024f Changed on concurrent queue 2018-10-23 12:00:52 +03:00
Roman Mogutnov
b744c04456 Fixed mistake with barrier on serial queue 2018-10-22 19:15:21 +03:00
Allen Ding
035ccea865
Fix typo in GettingStarted.md 2018-10-17 14:12:33 +08:00
Max Howell
fbe14e6bec Demonstrate how to sequence [Promise] 2018-10-12 13:55:42 -04:00
Max Howell
c5deb32c1b
Add Agnosti.tech link 2018-10-08 11:54:20 -04:00
Max Howell
050061aaec Document how to remove Xcode warning due to pod 2018-10-08 10:58:45 -04:00
Max Howell
4bb3cc2e81
Document how shit CocoaPods is 2018-10-08 10:41:59 -04:00
Max Howell
cdfeef252b
Document creating Guarantees 2018-10-04 13:34:20 -04:00
Max Howell
d6f24e2b0d
Update server-side suggestions 2018-08-15 16:12:49 -04:00
Max Howell
ca0c4e6369
[FAQ] How do I create a fulfilled Void promise?
[ci skip]
2018-07-23 12:12:53 -04:00
Max Howell
e50702aa12
[FAQ] How do I early return?
[ci skip]
2018-07-23 12:11:25 -04:00
Dmitriy Borovikov
1238d4e764 Update documentation referencing .allErrorsIncludingCancellation 2018-07-18 11:11:29 +03:00
Garth Snyder
2b88cac8e0 Doc headings to title case, no Oxford commas 2018-06-27 10:50:56 -07:00
Garth Snyder
caa3322070 Minor copy editing of RxSwift section 2018-06-27 10:50:56 -07:00
Max Howell
7159cf8484 Update troubleshooting and issue template
I get so many tickets that are answered in the GD Troubleshooting guide it makes me want to quit open source.

[ci skip]
2018-06-21 01:22:30 -04:00
Garth Snyder
fecf4f8430 Documentation copy editing, add more RxSwift info, fix asVoid() example 2018-06-17 15:37:09 -07:00
Max Howell
cee308837f
We meant return 2018-06-17 11:23:24 -04:00
Amedakedo
98f89110ce Update Objective-C Documentation
Throwing errors in objective-c could lead to memory leaks. Updated the
documentation regarding this problem.
2018-06-07 00:08:53 +09:00
Max Howell
4c69e228aa Confirmed that we support Swift 4.2 & Xcode 10 2018-06-04 19:18:17 -04:00
Max Howell
e2d8a05dab FAQ about who retains what 2018-06-01 12:04:28 -04:00
Garth Snyder
1af7599572 Copy editing for FAQ.md 2018-05-30 17:46:32 -07:00
Johannes Dörr
84f1f29005 Added link to CancellablePromiseKit 2018-05-19 21:05:57 +02:00
Max Howell
18b2591915
Update Troubleshooting.md 2018-05-08 19:32:38 -04:00
Max Howell
b4131f9d11
Refer to the API Reference 2018-05-03 23:28:21 -05:00
Max Howell
dbee4124f4 Add API Reference; remove outdated translations 2018-05-03 23:14:15 -05:00
Max Howell
69459cfe7e
Update Appendix.md 2018-05-03 22:46:05 -05:00
Max Howell
2e562d4b12
NSError.cancelledError is no longer provided. 2018-05-03 22:27:02 -05:00
Max Howell
b2d72f6dd3 Document Void tuplegate (again)
Somehow this part of the troubleshooting guide vanished.
2018-04-27 15:14:29 -04:00