Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/reactphp/promise

Promises/A implementation for PHP.
https://github.com/reactphp/promise

Tweak readme

626321a9409c512897bb63b50270dd602220b3cd authored almost 12 years ago by Jan Sorgalla <[email protected]>
Rename Promise to DeferredPromise and add basic test

cd076f0072bae37a8942b7df1ca7029ef25528bb authored almost 12 years ago by Jan Sorgalla <[email protected]>
Extend readme and add license

3200ebf728ef55a46aa02d23b879dc8c4198c793 authored almost 12 years ago by Jan Sorgalla <[email protected]>
CS fixes

df8b85f53f1f04da63a984b21aa6ded3e2013cc3 authored almost 12 years ago by Jan Sorgalla <[email protected]>
Refactor Deferred

85f54ad6a60e9b241aeefd04b4fd7000a7a2106b authored almost 12 years ago by Jan Sorgalla <[email protected]>
CS fix

a00c507eae30896384598d52cd3aa7fce0a8d117 authored almost 12 years ago by Jan Sorgalla <[email protected]>
Remove Util::resolved and Util::rejected and use distinct Promise classes

ed34b8b92a8e2280b67855b4e84abcbc205159e6 authored almost 12 years ago by Jan Sorgalla <[email protected]>
Add tests for Util::resolve and Util::reject

bd252743effb211a7d1d8cdc77aa8087f6b06950 authored almost 12 years ago by Jan Sorgalla <[email protected]>
Switch to @test annotation

518fb674aa61adf01546d00703979357f142b9cc authored almost 12 years ago by Jan Sorgalla <[email protected]>
Add tests for Deferred

47aec3926a2a0a4e84f9938021c3d618f9774e93 authored almost 12 years ago by Jan Sorgalla <[email protected]>
Refactor to a port of when.js

c4066b801b006e5c23b8934b7454ff3e8f4a1e6a authored almost 12 years ago by Jan Sorgalla <[email protected]>
Fix variable name

9b91c0874508a99e564324547800cbf911396d92 authored about 12 years ago by Jan Sorgalla <[email protected]>
Switch to multi arg style for when() callbacks

3b6df9cf0442d258c5bbd835a42c56ed83dd4e68 authored about 12 years ago by Jan Sorgalla <[email protected]>
Allow nested promises

c87b9976bc44f1d149c5eb113482929f73cba259 authored about 12 years ago by Jan Sorgalla <[email protected]>
Switch to single array arg style for when()

14d12bc3f7bff4bbd6094d26afb348186862a1f5 authored about 12 years ago by Jan Sorgalla <[email protected]>
Explicitly set arguments in resolve/reject

2dc52a5e2bf6016ceec3735344a25b2a78a6f62f authored about 12 years ago by Jan Sorgalla <[email protected]>
Remove @group's

5ffbf1173df8728811da6ac61c6199f6af309c68 authored about 12 years ago by Jan Sorgalla <[email protected]>
Fix chaining of then() as per the spec

then() should return a new promise that is fulfilled when the given fulfilledHandler or errorHan...

6a08880ad84c8d41dce3040d8385a172c8b3ba4f authored about 12 years ago by Jan Sorgalla <[email protected]>
Fix link

ccdc7473971b5f170b1ca3f091aa69cdae77a86e authored about 12 years ago by Jan Sorgalla <[email protected]>
Initial commit

94df78dd9516aaddb0281431dd0de2ae01a601b0 authored about 12 years ago by Jan Sorgalla <[email protected]>