Releases: bvanhoekelen/performance
Releases · bvanhoekelen/performance
Version v2.5.1 is now available
Add
- Remove ugly windows console error (#20 from MarouaneRag/patch-1)
Version v2.5.0 is now available
Change
- Use
protected
instead ofprivate
- Use
static
instead ofself
- use
/**
for comments - use
throw new exception
instead ofdie
- Require php version 5.6 and higher
Version v2.4.0 is now available
Add
- Config item
Config::setClearScreen()
to prevent cleaning screen
Version v2.3.6 is now available
Fix
- Add
overflow: auto
to result box
Version v2.3.5 is now available
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
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
- https://github.com/vesper8 for feedback on overriding my date configuration #9
Version v2.3.2 is now available
Change
- Change error messages.
- dd() and dump() to die and print_r.
Remove
- Larapack/dd dependency (See #7).
Special thanks to
- https://github.com/vesper8 for feedback on Larapack/dd dependency
Version v2.3.1 is now available
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
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
Added
- Web interface can be hidden (preference is store).