Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

63 lines (50 loc) · 3.34 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 7afa59c...main.

Added

Changed

  • Renamed SlowTestReporter to Reporter\Reporter (#20), by @localheinz
  • Renamed Reporter\Reporter to Reporter\DefaultReporter and extracted Reporter\Reporter interface (#21), by @localheinz
  • Renamed Collector to Collector\DefaultCollector and extracted Collector\Collector interface (#24), by @localheinz
  • Used TimeKeeper instead of SlowTestCollector in Subscriber\TestPreparedSubscriber (#25), by @localheinz
  • Used TimeKeeper and Collector\Collector instead of SlowTestCollector in Subscriber\TestPassedSubscriber (#26), by @localheinz
  • Composed maximum duration into SlowTest (#37), by @localheinz
  • Rendered maximum duration in report created by DefaultReporter (#38), by @localheinz

Removed