PromiseKit
PromiseKit copied to clipboard
Promises for Swift & ObjC.
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.0.0 to 3.8.3. Release notes Sourced from codecov's releases. v3.8.3 Fixes #329 fix: Test if response has two lines Dependencies #306 Bump eslint-config-prettier from 7.2.0 to 8.3.0...
Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...
Hi, I would like to know if there is a way currently to compile PromiseKit into an xcframework for the latest xcode13. I used to compile it before with carthage...
Using PMKError.cancelled unexpectedly (to a newbie) stops chain from completing. Document somehow??
* Please specify the PromiseKit major version you are using 7.0.0.rc2 installed with SPM I created a promise wrapper for NSAlert. It seemed sensible to use `seal.reject(PMKError.cancelled)` in the case...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
### Issue Appstore rejects the AppClip with `Promisekit` due to it's usage of `requestAlwaysAuthorization` in `AuthorizationCatcher`. `ITMS-90842: Invalid SDK usage - App clip 'AppClip.app' uses the SDK selector 'requestAlwaysAuthorization', which...
You have either: * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`. * mistyped the name or version. * not added the...
We see this crash in our app on AppStore, using PromiseKit 6.2.1: ```Thread 5 name: Thread 5 Crashed: 0 libsystem_malloc.dylib 0x000000018763355c nanov2_allocate_from_block$VARIANT$mp + 4 (nanov2_malloc.c:1942) 1 libsystem_malloc.dylib 0x00000001876329d0 nanov2_allocate$VARIANT$mp +...
This PR introduces tuple overloads for `when(resolved:)` (which make use of `Thenable` protocol) and additional tuple overloads for `when(fulfilled:)` up to 9 arguments. This PR also introduces an associated type...
This PR makes `AnyPromise` available to Objective-C and Swift code when used with SPM. To achieve this, the PromiseKit package now consists of two targets. PromiseKit and PromiseKitObjC. The existence...