Skip to content

Releases: bvanhoekelen/performance

Version v2.5.1 is now available

21 Jul 19:38
Compare
Choose a tag to compare

Add

  • Remove ugly windows console error (#20 from MarouaneRag/patch-1)

Version v2.5.0 is now available

31 Mar 14:43
Compare
Choose a tag to compare

Change

  • Use protected instead of private
  • Use static instead of self
  • use /** for comments
  • use throw new exception instead of die
  • Require php version 5.6 and higher

Version v2.4.0 is now available

11 Dec 22:54
f69c32c
Compare
Choose a tag to compare

Add

  • Config item Config::setClearScreen() to prevent cleaning screen

Version v2.3.6 is now available

05 Oct 20:51
Compare
Choose a tag to compare

Fix

  • Add overflow: auto to result box

Version v2.3.5 is now available

01 Mar 10:12
Compare
Choose a tag to compare

Add

  • SQL query log for web presenter

Change

  • Max screen width to 140

Fix

  • Wrong time rounding by SQL query log

Version v2.3.4 is now available

08 Feb 09:44
Compare
Choose a tag to compare

Remove

  • Remove default time zone UTC. This has to be set by the user in php.ini

Change

  • Fix example 8, change dump of print_r

Special thanks to

Version v2.3.2 is now available

20 Nov 20:48
Compare
Choose a tag to compare

Change

  • Change error messages.
  • dd() and dump() to die and print_r.

Remove

  • Larapack/dd dependency (See #7).

Special thanks to

Version v2.3.1 is now available

14 Sep 12:28
Compare
Choose a tag to compare

Change

  • Increase accuracy for time measurement on normal points.

Added

  • Multiple point support, see wiki or issue #5

Version v2.2.1 is now available

17 Aug 17:16
Compare
Choose a tag to compare

Change

  • Performance installation package uses less storage space.
  • Add .gitattributes for ignore export the folder (assets, examples and screenshots).

Version v2.2.0 is now available

17 Jul 21:49
Compare
Choose a tag to compare

Added

  • Web interface can be hidden (preference is store).