stable

php-react-promise-2.8.0-1.fc32

FEDORA-2020-cffaa3dcfb created by siwinski 4 years ago for Fedora 32

2.8.0 (2020-05-12)

  • Mark FulfilledPromise, RejectedPromise and LazyPromise as deprecated for Promise v2 (and remove for Promise v3). (#143 and #165 by @clue)

    // deprecated
    $fulfilled = new React\Promise\FulfilledPromise($value);
    $rejected = new React\Promise\RejectedPromise($reason);
    
    // recommended alternatives
    $fulfilled = React\Promise\resolve($value);
    $rejected = React\Promise\reject($reason);
    
  • Fix: Fix checking whether cancellable promise is an object and avoid possible warning. (#168 by @smscr and @jsor)

  • Improve documentation and add docblocks to functions and interfaces. (#135 by @CharlotteDunois)

  • Add .gitattributes to exclude dev files from exports. (#154 by @reedy)

  • Improve test suite, run tests on PHP 7.4 and update PHPUnit test setup. (#163 by @clue)

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf upgrade --refresh --advisory=FEDORA-2020-cffaa3dcfb

This update has been submitted for testing by siwinski.

4 years ago

This update's test gating status has been changed to 'waiting'.

4 years ago

This update's test gating status has been changed to 'ignored'.

4 years ago

siwinski edited this update.

4 years ago

siwinski edited this update.

4 years ago

This update has been pushed to testing.

4 years ago

This update's test gating status has been changed to 'greenwave_failed'.

4 years ago

This update's test gating status has been changed to 'ignored'.

4 years ago

This update can be pushed to stable now if the maintainer wishes

4 years ago

This update has been submitted for stable by bodhi.

4 years ago

This update has been pushed to stable.

4 years ago

Please login to add feedback.

Metadata
Type
enhancement
Karma
0
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
3
Stable by Time
7 days
Dates
submitted
4 years ago
in testing
4 years ago
in stable
4 years ago
modified
4 years ago
BZ#1835048 php-react-promise-2.8.0 is available
0
0

Automated Test Results