Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 2.1.1 into 2.2.x #46

Merged
merged 11 commits into from Oct 24, 2020

Commits on Sep 8, 2020

  1. Bumps changelog version to 2.1.1

    Updates the CHANGELOG.md file to add a changelog entry for a new 2.1.1 version.
    laminas-bot committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b197b74 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. fix: update dependencies to ensure some fixes are included

    Signed-off-by: Geert Eltink <geert.eltink@gmail.com>
    geerteltink committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    b253949 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from geerteltink/fix/update-dependencies

    fix: update dependencies to ensure some fixes are included
    geerteltink committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    8eecb18 View commit details
    Browse the repository at this point in the history
  3. feat: php 8 support

    Signed-off-by: Geert Eltink <geert.eltink@gmail.com>
    geerteltink committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    e9d0ee0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #42 from geerteltink/feat/php-8

    feat: php 8 support
    geerteltink committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    680171d View commit details
    Browse the repository at this point in the history
  5. fix: unused imports and generics

    Adds support for psalm-var and genercis in docblock:
    
    - @psalm-var IteratorAggregate
    - @var IteratorAggregate<string,string>
    - @param IteratorAggregate<string,string> $config
    
    Fixes #23
    
    Signed-off-by: Geert Eltink <geert.eltink@gmail.com>
    geerteltink committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    339894e View commit details
    Browse the repository at this point in the history
  6. docs: add example for type hinting in docblocks

    Signed-off-by: Geert Eltink <geert.eltink@gmail.com>
    geerteltink committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    10a0146 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #45 from geerteltink/docs/dockblock-typehint

    docs: add example for type hinting in docblocks
    geerteltink committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    6a6ed6f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #44 from geerteltink/fix/generics

    fix: unused imports and generics
    geerteltink committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    e6481d0 View commit details
    Browse the repository at this point in the history
  9. 2.1.1 readiness

    Updates the CHANGELOG.md to set the release date.
    laminas-bot committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    9a4602f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24f1fb8 View commit details
    Browse the repository at this point in the history