This changelog references the relevant changes (bug and security fixes) done to laravie/profiler.
Released: 2020-03-02
- Update
symfony/polyfill-php73minimum version.
Released: 2020-03-01
- Add support to Laravel Framework v7.
- Use
hrtime()instead ofmicrotime().
Released: 2019-08-28
- 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
selfshould only be used when method is marked asfinal.
Released: 2019-02-17
- Improve performance by prefixing all global functions calls with
\to skip the look up and resolve process and go straight to the global function.
Released: 2018-05-01
- Bump minimum supported PHP version to 7.1+.
- Update supported Laravel Framework to 5.6+.
Released: 2017-12-27
- Added
Laravie\Profiler\Contracts\Timer. - Added support to add context to monolog.
- Bump minimum supported PHP version to 7.0+.
Released: 2017-07-25
- Initial stable release.