All Versions
44
Latest Version
Avg Release Cycle
26 days
Latest Release
-
Changelog History
Page 4
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
andHealthCheckInterface
. - ๐ The Executor namespace has been moved from
PhpBench\Benchmark\Executor
toPhpBench\Executor
.
๐ Features:
- ๐ Support for named parameters #574
- Replaces
params
column in reports withset
(showing param set name) by default - Progress loggers show param name.
- Serialized XML documents have a new element
parameter-set
to contain parameter elements.
- Replaces
๐ 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.
- The ExecutorInterface has been
removed and replaced by the