Releases: phpbench/phpbench
Releases · phpbench/phpbench
1.4.1
1.4.0
1.3.1
1.3.0
Features:
- Add default
table_summary
report component @dantleech - Add command to initialize the configuration file (
config:init
) @dantleech - Add command to add a new service config based on a prototype (
config:extend
) @dantleech
Improvements:
- Use single quotes for expressions in the default reports @dantleech
- Hide noisy log messages for missing fields #1095 @dantleech
- Improved types etc @aivchen #1064 #1064 #1070 #1071 #1074 #1081...
- Improved tests @aivchen
- Improved code-style @aivchen #1057 #1076 #1070
- Import Attribute symbol @gsteel #1075
Bug fixes:
- Ignore
@template
and other generic annotations #1097 @dantleech - Defer character reader until command execution @jbboher #1092
1.2.15
1.2.14
1.2.10
Bug fixes:
- Fix deprecation warning when using blinken logger @tavaresmatheus
1.2.9
1.2.8
1.2.7
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