Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.44 KB

CHANGES-v5.md

File metadata and controls

43 lines (34 loc) · 1.44 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.

[5.1.2]

Fixed

  • [fixed] Throw better exception when constructor returns null (@ddziaduch)

Fixed

  • [fixed] Avoid memory error in DotFormatter with large number of events (@lombartec)

Added

  • PHP 7.3 compatibility (@ciaranmcnulty)
  • Configure verbosity option in configuration file (@DonCallisto)

[5.0.3]

Fixed

  • Error with scalarmatcher when type does not match (@DonCallisto)

Fixed

  • Better error message when trying to call method on scalar return type (@ciaranmcnulty)

Fixed

  • Type error when using Object State Matcher (@nightlinus)

Changed

  • Bumped minimum PHP and Symfony dependences (@ciaranmcnulty)
  • Added void type hints to codebase (@kix)