All Versions
44
Latest Version
Avg Release Cycle
26 days
Latest Release
-

Changelog History
Page 4

  • v0.16.10 Changes

    September 01, 2019

    ๐Ÿ› Bug fix:

    • ๐Ÿ›  Fix PHP 7.4 bug for baseline script (@julien-boudry)
  • v0.16.9

    March 09, 2019
  • v0.16.8

    March 09, 2019
  • v0.16.7

    March 09, 2019
  • v0.16.6

    March 09, 2019
  • v0.16.5

    March 09, 2019
  • v0.16.4

    March 09, 2019
  • v0.16.3

    March 09, 2019
  • v0.16.2

    March 09, 2019
  • v0.16.0 Changes

    BC Break:

    • The ExecutorInterface has been removed and replaced by the BenchmarkExecutorInterface, MethodExecutorInterface and HealthCheckInterface.
    • ๐Ÿšš The Executor namespace has been moved from PhpBench\Benchmark\Executor to PhpBench\Executor.

    ๐Ÿ”‹ Features:

    • ๐Ÿ‘Œ Support for named parameters #574
      • Replaces params column in reports with set (showing param set name) by default
      • Progress loggers show param name.
      • Serialized XML documents have a new element parameter-set to contain parameter elements.

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ‘ท Various CI and code quality fixes, thanks @localheinz
    • 0๏ธโƒฃ groups column no longer shown by default in reports.
    • HTML report changed from XHTML to HTML5.
    • ๐Ÿ”„ Changed PHPStan level from 1 to 4.