Releases: laravie/profiler
Releases Β· laravie/profiler
v3.1.1
02 Mar 03:06
Compare
Sorry, something went wrong.
No results found
Changes
Update symfony/polyfill-php73 minimum version.
v3.1.0
01 Mar 13:37
Compare
Sorry, something went wrong.
No results found
Changes
Add support to Laravel Framework v7.
Use hrtime() instead of microtime().
v3.0.0
28 Aug 11:01
Compare
Sorry, something went wrong.
No results found
Changes
Add support to Laravel Framework v6.+.
Refactor Laravie\Profiler\Timer.
Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
return self should only be used when method is marked as final.
v2.0.1
17 Feb 07:14
Compare
Sorry, something went wrong.
No results found
Changes
Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
v2.0.0
01 May 14:25
Compare
Sorry, something went wrong.
No results found
Changes
Bump minimum supported PHP version to 7.1+.
Update supported Laravel Framework to 5.6+.
v1.1.0
26 Dec 23:33
Compare
Sorry, something went wrong.
No results found
Added
Added Laravie\Profiler\Contracts\Timer.
Added support to add context to monolog.
Changes
Bump minimum supported PHP version to 7.0+.
v1.0.0
25 Jul 14:47
Compare
Sorry, something went wrong.
No results found