All Versions
41
Latest Version
Avg Release Cycle
87 days
Latest Release
1142 days ago

Changelog History
Page 1

  • v1.15.0 Changes

    December 08, 2021
    • 👍 [added] Support for the static return type [@denis-rolling-scopes]
    • 🗄 [fixed] Add return types for Comparator implementations to avoid deprecation warnings from Symfony's DebugClassLoader [@stof]
  • v1.14.0 Changes

    September 16, 2021
    • 👍 [added] Support for static closures in will and should [@ntzm]
    • ✅ [added] Allow install on PHP 8.1 (with test suite fixes) [@javer]
    • 👍 [added] Support for the 'never' return type [@ciaranmcnulty]
    • 🛠 [fixed] Better error message when doubling intersection return types [@ciaranmcnulty]
  • v1.13.0 Changes

    March 17, 2021
    • [added] willYield can now specify a return value [@camilledejoye]
    • 👻 [added] Prophecy exception interfaces are explicitly Throwable [@ciaranmcnulty]
    • 🛠 [fixed] Argument::in() and notIn() now marked as static [@tyteen4a03]
    • 🛠 [fixed] Can now double unions containing false [@ciaranmcnulty]
    • 🛠 [fixed] Virtual magic methods with arguments are now doublable in PHP 8 [@ciaranmcnulty]
  • v1.12.2 Changes

    December 19, 2020
    • 🛠 [fixed] MethodNotFoundException sometimes thrown with wrong class attached [@ciaranmcnulty]
  • v1.12.1 Changes

    October 29, 2020
    • 🛠 [fixed] Incorrect handling of inherited 'self' return types [@ciaranmcnulty]
  • v1.12.0 Changes

    October 28, 2020
  • v1.11.1 Changes

    July 08, 2020
    • 🛠 [fixed] can't double objects with self type hints (@greg0ire)
    • 👯 [fixed] cloned doubes were not loosely comparable (@tkulka)
  • v1.11.0 Changes

    July 07, 2020
    • 👍 [changed] dropped support for PHP versions earlier than 7.2 (@ciaranmcnulty)
    • 🚚 [fixed] removed use of Reflection APIs deprecated in PHP 8.0 (@Ayesh)
  • v1.10.3 Changes

    March 05, 2020

    🚚 [fixed] removed fatal error when phpdocumentor/reflection-docblock 5 parses an invalid @method tag (@stof)

  • v1.10.2 Changes

    January 20, 2020
    • 👍 [added] support for new versions of sebastian/comparator and sebastian/recursion-context (@sebastianbergmann)