Releases: Rundiz/profiler
Releases · Rundiz/profiler
v1.1.11
- Rename HTML classes.
- Please rename your class from
rdprofiler-log-newrow
tordprofiler-data-display-row
.
- Please rename your class from
- Add style to sections tabs for Logs section. If there is at least notice level of logs, the section tab of Logs will be colored.
- Add method to check deprecated features that still in use.
Full Changelog: 1.1.10...1.1.11
v1.1.10
v1.1.9
- Update rdprofiler.js to show XHR URL.
- Update CSS.
Use variables, increase details panel height. - Update HTML to link to this repository and mark
data-nosnippet
.
v1.1.8
- Update render to append only if there is profiler data.
v1.1.7
- Update XHR to use append only.
- Update CSS class names to be more specific to this package.
- Reduce usage of jQuery.
v1.1.6
v1.1.5
- Remove JS, CSS block comments; Remove empty lines & empty spaces when load assets to reduce size.
- Fix errors in PHP 8.1.
v1.1.4
- Rewrite JS to use class ES6.
- Add more example testing that page always displaying footer at bottom.
- Add JS method to set
body
class and set element height torundizProfilerElementHeight
JS variable. rundizProfilerScrollTo()
function is now becomesRundizProfiler.scrollTo()
class.
v1.1.3
v1.1.2
v1.1.1
- Fix CSS that maybe conflict with other apps. 1, 2, 3, 4
- Add option to indent the result or not.
- [BC Break] Change CSS class for log type.
- LF normalization.