v2.5.1 - 2020-07-21
- Remove ugly windows console error (#20 from MarouaneRag/patch-1)
v2.5.0 - 2019-03-31
- Use
protected
instead ofprivate
- Use
static
instead ofself
- use
/**
for comments - use
throw new exception
instead ofdie
- Require php version 5.6 and higher
v2.4.0 - 2018-12-11
- Config item
Config::setClearScreen()
to prevent cleaning screen
v2.3.6 - 2018-10-05
- Add
overflow: auto
to result box
v2.3.5 - 2018-03-01
- SQL query log for web presenter
- Max screen width to 140
- Wrong time rounding by SQL query log
v2.3.4 - 2018-02-08
- Remove default time zone UTC. This has to be set by the user in php.ini
- Fix example 8, change dump of print_r
v2.3.2 - 2017-11-20
- Change error messages.
- dd() and dump() to die and print_r
- Larapack/dd dependency. See #7
- https://github.com/vesper8 feedback on Larapack/dd dependency
v2.3.1 - 2017-09-14
- Increase accuracy for time measurement on normal points.
- Multiple point support, see wiki or issue #5
v2.2.1 - 2017-08-17
- Performance installation package uses less storage space.
- Add .gitattributes for ignore export the folder (assets, examples and screenshots).
v2.2.0 - 2017-07-17
- In the web interface can be hidden and the preference is store.
v2.1.0 - 2017-06-28
- Run user and process id information.
v2.0.2 - 2017-05-18
- Fix Too few arguments to function error. See: https://github.com/illuminate/database/commit/ba465fbda006d70265362012653b4e97667c867b#diff-eba180ff89e23df156c82c995be952df
v2.0.1 - 2017-04-27
- Small fixes, typos and screenshots
v2.0.0 - 2017-04-26
- Add query log support
- Export function (included to file)
- Message function
- Enable an disable manual or automatic base on ENV:APP_DEBUG
- Config item Nice label
- Change config system
- Change display to presenter
- Big code refactoring
v1.0.7 - 2017-04-20
- Terminal view: redesign, add tool name and change background color
v1.0.6 - 2017-04-17
- Config item: ENABLE_TOOL see wiki for info
v1.0.5 - 2017-04-17
- Config item: POINT_LABEL_LTRIM see wiki for info
- Config item: POINT_LABEL_RTRIM see wiki for info
v1.0.4 - 2017-04-17
- Imported typo Fixe form nunomaduro. Thanks!
v1.0.3 - 2017-04-16
- Config system
- Config item: CONSOLE_LIVE see wiki for info
- Text by 'max execution time' by 0 to unlimited
- Performance ascii art. Pull request form nunomaduro.
v1.0.2 - 2017-03-23
- Format to seconds
- Count task
v1.0.1 - 2017-03-23
- Missing tag by web view
- Default font-family: Times;
- Phpunit test
- Travis.yml
v1.0.0 - 2017-03-22
- Start project on Packagist