All Versions
44
Latest Version
Avg Release Cycle
26 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.7 Changes
๐ Improvements:
- โ Remove dependency on
webmozart/path
(copied the class into PHPBench) - โก๏ธ Update PHPStan to 1.0 and fix new errors #1006
- ๐ Use
webmozart/glob
instead ofglob
for benchmark paths and config include paths #1005
๐ Bug fixes:
- ๐ Fix bad exception call #1002 @TRowbotham
- ๐ Fix comma formatting of numbers with no zero decimal precision #1008
- โ Remove dependency on
-
v1.2.6 Changes
๐ Bug fixes:
- ๐ Allow multiple
Assert
annotations #996 @nyamsprod
- ๐ Allow multiple
-
v1.2.5 Changes
๐ Bug fixes:
- ๐ New "CouldNotLoadMetadata" exception was located in the
tests
folder and was not available when phpbench was used as a dependency.
- ๐ New "CouldNotLoadMetadata" exception was located in the
-
v1.2.4 Changes
๐ Improvements
- ๐ Show solidarity with Ukrainians
- ๐ Show more concise error messages including script exit code #969
- Configuration (
expression.strip_tailing_zeros
) to strip meaningless zeros after the decimal place #958
-
v1.2.3 Changes
๐ Improvements:
- ๐ Allow
psr/log
2.x
and3.x
๐ Bug fixes:
- ๐ Parameters seem to be converted to strings when storing/retrieving #959
- ๐ Allow
-
v1.2.2 Changes
๐ Bug fixes:
- ๐ Fix non-existing mappings in composer file #955 @Dgame
-
v1.2.1 Changes
๐ Bug fixes:
- Do not index variants by parameter set name (as they vary by number of revs/iterations etc also) #947
๐ Improvements:
- ๐ Symfony 6 support - @julien-boudry
- ๐ Allow globs in benchmark path specification - @ricardoboss
-
v1.2.0 Changes
๐ Features:
- ๐ [expression] Support binary memory units #934
- [reporting] Ability to expand table columns dynamically #928
- [reporting] Ability to group columns #928
- 0๏ธโฃ [reporting] Added
benchmark_compare
default report #928 - [cli] Ability to filter by variant #938
- [cli] Ability to filter reports #940
๐ Improvements:
- [storage] Allow
.
in tag names - ๐ [runner] Do not show warning when unable to load metadata for benchmark IF
the
runner.file_pattern
is specified #941
๐ Bug fixes:
- ๐ Fix property (
.
) access precedence, it is now the same as[
array access #928
-
v1.1.3 Changes
October 31, 2021- ๐ Fix bug with misassigned labels in bar chart #931
- Safely removed non-functioning config option
report.html_output_dir
#930
-
v1.1.2 Changes
September 25, 2021- ๐ Removing PHP8.1 deprecations - @Crell
- ๐ Removing PHP7.2 support