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: php-http/promise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: php-http/promise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.1
Choose a head ref
  • 13 commits
  • 9 files changed
  • 4 contributors

Commits on Sep 2, 2023

  1. cleanup configuration of cs

    dbu committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b75c39a View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    StyleCIBot committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    bb48206 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26 from php-http/analysis-22M1L4

    Apply fixes from StyleCI
    dbu authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    2f59387 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #25 from php-http/fix-cs

    cleanup configuration of cs
    dbu authored Sep 2, 2023
    Configuration menu
    Copy the full SHA
    cac94eb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Refactor Promise classes with generic types

    This commit refactors the Promise interface and concrete classes to use generic types. This provides better support for static analysis tools, enforcing type safety and improving code readability.
    Radiergummi authored and Ndiritu committed Oct 18, 2023
    2 Configuration menu
    Copy the full SHA
    4f3fc6c View commit details
    Browse the repository at this point in the history
  2. Added generics to changelog

    Radiergummi authored and Ndiritu committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9e1e4d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Fix style-ci issues

    Ndiritu committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    465dae0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Merge pull request #27 from Ndiritu/Radiergummi/add-generic-annotations

    Refactor Promise classes with generic types (fast-tracking #24)
    dbu authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c25665f View commit details
    Browse the repository at this point in the history
  2. test with php 8.1 and 8.2

    dbu committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7689ca4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from php-http/php-81-83

    test with php 8.1 and 8.2
    dbu authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7d39899 View commit details
    Browse the repository at this point in the history
  4. prepare release

    dbu committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ef4905b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Accept Throwable for onRejected and expand return type for wait() (#30)

    * Add PHPStan checks to PRs
    * Use conditional return type in PHPDoc for wait()
    Ndiritu authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7fa2284 View commit details
    Browse the repository at this point in the history
  2. prepare release

    dbu committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    44a67cb View commit details
    Browse the repository at this point in the history
Loading