Skip to content

Releases: laravie/profiler

v3.1.1

02 Mar 03:06
9b99846

Choose a tag to compare

Changes

  • Update symfony/polyfill-php73 minimum version.

v3.1.0

01 Mar 13:37

Choose a tag to compare

Changes

  • Add support to Laravel Framework v7.
  • Use hrtime() instead of microtime().

v3.0.0

28 Aug 11:01

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

Changes

  • Bump minimum supported PHP version to 7.1+.
  • Update supported Laravel Framework to 5.6+.

v1.1.0

26 Dec 23:33

Choose a tag to compare

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

Choose a tag to compare

Added

  • Initial stable release.