Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

43 lines (32 loc) · 1.01 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.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

Unreleased

[0.3.0] 2021-01-04

Added

  • Support for PhpSpec 6 (#13)

Removed

  • Support for PhpSpec 5 (#13)

[0.2.1] 2020-01-29

Added

  • Support for phpstan extension installer #12

[0.2.0] 2019-05-15

Fixed

  • support for negation in ObjectState Matcher (not)
  • support for phpstan 0.11.x

[0.1.1] 2018-12-30

Added

  • support for ObjectState Matcher (is, has)

Removed

  • unused symfony/finder dependency

[0.1.0] 2018-12-29

Added

  • first initial release