Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 1.57 KB

Changelog

dev-master

  • ... here is new notes ...

1.1.1 - 15.11.2019

  • Remove hard requirement of ext-xhprof from composer.json, because package can work with ext-xhprof and ext-tideways_xhprof depending on PHP version.
  • Added suggest block with hints about proper extensions.
  • XHProf will be configured on bootstrap stage before automatic run. This will allow to have configured XHProf instance from component if profiler will be executed manually in another place.
  • XHProfComponent::stopProfiling() now returns links to reports instead of void.
  • Added param tmpPath in component to define temporary directory for profiling results.

1.1.0 - 13.03.2018

  • Added support for extension by https://tideways.io
  • Updated note about using XHProf on PHP 7.x

1.0.0 - 16.11.2017

  • First stable release
  • Refactoring of the codebase. Important changes:
    • renamed manualStart to autoStart, manualStop to autoStop and changed logic for this flags
    • removed ability to set own ID for profiling run
    • changed namespace from stevad\yii2xhprof to stevad\xhprof
  • Added option ignoredFunctions to set list of ignored functions during profiling session
  • Changed logic of auto-profiling: start during bootstrap and stop in PHP shutdown function
  • Minimal yii2-debug version is 2.0.6
  • Added note about using XHProf on PHP 7.x

0.2.0 - 03.04.2017

  • Added profiling of the console commands.

0.1.1 - 18.10.2015

  • Fixed bad path to runtime directory to store xhprof reports for extension.

0.1.0 - 18.10.2015

First public release