Skip to content

Latest commit

 

History

History
187 lines (124 loc) · 7.02 KB

CHANGELOG.md

File metadata and controls

187 lines (124 loc) · 7.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

For a full diff see 1.0.0...main.

For a full diff see 0.8.1...1.0.0.

Changed

  • Added support for phpstan/phpstan:^1.0.0 and dropped support for non-stable versions of phpstan/phpstan (#266), by @alexander-schranz

For a full diff see 0.8.0...0.8.1.

Changed

For a full diff see 0.7.0...0.8.0.

Removed

  • Removed the symbolic link from src/extension.neon to extension.neon (#182), by @localheinz

    When using phpstan/extension-installer, no changes on your end are required.

    When not using phpstan/extension-installer, you need to adjust phpstan.neon:

     includes:
    -	- vendor/jangregor/phpstan-prophecy/src/extension.neon
    +	- vendor/jangregor/phpstan-prophecy/extension.neon

For a full diff see 0.6.2...0.7.0.

Changed

For a full diff see 0.6.1...0.6.2.

Fixed

For a full diff see 0.6.0...0.6.1.

Changed

  • Marked classes as final (#118), by @localheinz
  • Modified return value of ObjectPropecyMethodReflection::hasSideEffects() as invoking methods on an instance of Prophecy\Prophecy\ObjectProphecy might have side effects (#119), by @localheinz

For a full diff see 0.5.1...0.6.0.

Added

For a full diff see 0.5.0...0.5.1.

Changed

For a full diff see 0.4.2...0.5.0.

Added

For a full diff see 0.4.1...0.4.2.

For a full diff see 0.4...0.4.1.

For a full diff see 0.3.0...0.4.

For a full diff see 0.2.0...0.3.0.

For a full diff see 0.1.2...0.2.0.

For a full diff see 0.1.1...0.1.2.

For a full diff see 0.1...0.1.1.

For a full diff see afd6fd9...0.1.