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: phpgt/Http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.4
Choose a base ref
...
head repository: phpgt/Http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.5
Choose a head ref
  • 7 commits
  • 72 files changed
  • 2 contributors

Commits on Jun 27, 2021

  1. Abstract exception removal (#80)

    * Improve CI
    
    * build: update dependencies
    
    * ignore phpunit cache
    
    * refactor: remove "abstract" from exceptions
    Greg Bowler authored Jun 27, 2021
    Configuration menu
    Copy the full SHA
    1c34b07 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. 45 phpstan level 6 (#114)

    * feature: throw exception if stream can not open
    for #45
    
    * wip: type safety improvements
    
    * type safety improvements
    closes #45
    
    * build: upgrade ci
    
    * build: phpstan level 6
    
    * test: fix test
    
    * test: fix nullable type
    Greg Bowler authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    4ec34f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. build: hard dependencies (#154)

    Greg Bowler authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    d7bc6d2 View commit details
    Browse the repository at this point in the history
  2. Bump willdurand/negotiation from 3.0.0 to 3.1.0 (#110)

    Bumps [willdurand/negotiation](https://github.com/willdurand/Negotiation) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/willdurand/Negotiation/releases)
    - [Commits](willdurand/Negotiation@3.0.0...3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: willdurand/negotiation
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    97cb4b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Bump phpstan/phpstan from 1.8.0 to 1.8.1 (#155)

    Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.8.0 to 1.8.1.
    - [Release notes](https://github.com/phpstan/phpstan/releases)
    - [Changelog](https://github.com/phpstan/phpstan/blob/1.8.x/CHANGELOG.md)
    - [Commits](phpstan/phpstan@1.8.0...1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: phpstan/phpstan
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    0b59ba1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. feature: Uri::getQueryValue (#157)

    closes #156
    Greg Bowler authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    ff0567f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. 159 response redirect (#160)

    * feature: response redirect/reload
    for #159
    
    * refactor: set callable after construction
    
    * refactor: type improvement
    
    * feature: pass status code on redirect
    Greg Bowler authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    1b93fa9 View commit details
    Browse the repository at this point in the history
Loading