Skip to content

v3.0.0

Choose a tag to compare

@crynobone crynobone released this 28 Aug 11:01
· 11 commits to master since this release

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.