Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: phpbench/phpbench

1.4.1

12 Mar 08:07
Compare
Choose a tag to compare
  • Reintroduce phpbench.schema.json (was accidentally ignored in .gitattrbibutes)
  • Fix readthedocs documentation build

1.4.0

26 Jan 19:55
Compare
Choose a tag to compare
  • Add support for 8.4 (explicit nullables)
  • Bring the phpbench/dom library into this repository.
  • Introduce .gitattributes to not publish tests files etc.

1.3.1

30 Jun 11:07
a3e1ef0
Compare
Choose a tag to compare
  • Fix schema concat issue which prevents PHAR from launching.

1.3.0

30 Jun 10:45
Compare
Choose a tag to compare

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:

Bug fixes:

  • Ignore @template and other generic annotations #1097 @dantleech
  • Defer character reader until command execution @jbboher #1092

1.2.15

29 Nov 12:23
Compare
Choose a tag to compare
  • Bump minimum PHP version to 8.1
  • Allow Symfony 7.0 @keulinho
  • Add documentation for adding env providers @GromNaN

1.2.14

09 Jul 09:17
Compare
Choose a tag to compare

Improvements:

  • Use latest version of Box
  • Fixing build (versions 1.2.{12,13,14})

1.2.10

24 Mar 08:54
95206f9
Compare
Choose a tag to compare

Bug fixes:

1.2.9

08 Mar 08:56
Compare
Choose a tag to compare

Bug fixes:

  • Fix PHP 8.2 deprecation warning #1022

Improvements:

  • Drop support for 7.3 and support for 8.1 and 8.2 in the pipeline.

1.2.8

14 Jan 13:09
Compare
Choose a tag to compare

Improvements:

1.2.7

15 Oct 09:58
Compare
Choose a tag to compare

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 of glob 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