Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactphp/promise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.1
Choose a base ref
...
head repository: reactphp/promise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.0
Choose a head ref
  • 14 commits
  • 21 files changed
  • 7 contributors

Commits on Jan 8, 2019

  1. Add docblocks to functions and interfaces

    Charlotte Dunois committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    24724b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from CharlotteDunoisLabs/patch-docblocks-2.x

    Add docblocks to functions and interfaces
    jsor authored Jan 8, 2019
    Configuration menu
    Copy the full SHA
    43896aa View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    683c343 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #143 from clue-labs/deprecate-lazypromise

    Mark LazyPromise as deprecated for Promise v2
    jsor authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    f16348c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    a7da0f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Merge pull request #154 from reedy/reedy-patch-2

    Add .gitattributes to exclude dev files from exports (2.x)
    WyriHaximus authored Dec 3, 2019
    Configuration menu
    Copy the full SHA
    7c98fda View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    1150e0a View commit details
    Browse the repository at this point in the history
  2. Run tests on PHP 7.4

    clue committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    ac2b6a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Merge pull request #163 from clue-labs/2x-php7.4

    Run tests on PHP 7.4 (backport to v2.x) and update PHPUnit test setup
    jsor authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    0f37290 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Mark FulfilledPromise and RejectedPromise as deprecated

    Use `resolve()` and `reject()` instead.
    clue committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    fb502e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #165 from clue-labs/deprecate-fulfilled-rejected

    Mark `FulfilledPromise` and `RejectedPromise` as deprecated (Promise v2)
    WyriHaximus authored Mar 8, 2020
    Configuration menu
    Copy the full SHA
    f0430ac View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Configuration menu
    Copy the full SHA
    8feffb8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from jsor-labs/cancellation-queue-object-check

    Backport "Add check whether $cancellable is an object" to 2.x
    clue authored May 9, 2020
    Configuration menu
    Copy the full SHA
    a287fc0 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Prepare v2.8.0 release

    clue committed May 12, 2020
    Configuration menu
    Copy the full SHA
    f3cff96 View commit details
    Browse the repository at this point in the history
Loading