8000 Comparing 1.1.1...2.0.1 · php-fig/container · GitHub
[go: up one dir, main page]

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-fig/container
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.1
Choose a base ref
...
head repository: php-fig/container
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.1
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 17, 2020

  1. feat: add return type hints

    This patch adds a return type hint to `ContainerInterface::has()`, per
    the already documented specification, in preparation for a v3 release.
    No other methods were eligible, as they specified `mixed`.
    
    See https://www.php-fig.org/blog/2019/10/upgrading-psr-interfaces/
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    de1921e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. fix: update dev-master to 2.0.x-dev, not 3.0.x-dev

    I'd misread the original by-laws around typehint addition to require two new major versions, when it's just a minor version and a major version.
    weierophinney committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    f9a9895 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    122c267 View commit details
    Browse the repository at this point in the history
  2. fix: alias master branch to 2.0.x

    Not sure why merting #28 did not pick this up...
    weierophinney committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    68f5200 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

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

Commits on Mar 24, 2021

  1. Partially revert 19764b1

    Jean85 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    2ae3732 View commit details
    Browse the repository at this point in the history
Loading
0