Releases: bavix/laravel-xhprof
Releases · bavix/laravel-xhprof
2.0.5
What's Changed
- Add support laravel ^11
- Bump bavix/.github from 0.1.6 to 0.1.9 by @dependabot in #15
- Bump bavix/.github from 0.1.9 to 0.2.0 by @dependabot in #16
- Bump bavix/.github from 0.2.0 to 0.2.1 by @dependabot in #17
- Bump bavix/.github from 0.2.1 to 0.2.2 by @dependabot in #18
- Bump bavix/.github from 0.2.2 to 0.2.3 by @dependabot in #19
Full Changelog: 2.0.4...2.0.5
2.0.4
Full Changelog: 2.0.3...2.0.4
2.0.3
Add support laravel 10.x
Full Changelog: 2.0.2...2.0.3
2.0.2
2.0.1
2.0.0
- Generate run_id() in the config, so that another part of code can put a link/header in the page for easily accessing the profiled data.
- Drop the dependency on the xhprof_lib files, as the needed code is just a file_put_contents of the serialized data.
Thanks you @peterverraedt