CHANGELOG.md 1.07 KB
Newer Older
1 2 3
Yii Framework 2 debug extension Change Log
==========================================

Qiang Xue committed
4 5 6
2.0.0-rc under development
--------------------------

7
- Enh #3088: The debug module will manage their own URL rules now (qiangxue)
Alexander Makarov committed
8
- Enh #3103: debugger panel is now not displayed when printing a page (githubjeka)
Qiang Xue committed
9
- Enh #3108: Added `yii\debug\Module::enableDebugLogs` to disable logging debug logs by default (qiangxue)
Qiang Xue committed
10

11 12
2.0.0-beta April 13, 2014
-------------------------
13

14
- Bug #1783: Using VarDumper::dumpAsString() instead var_export(), because var_export() does not handle circular references. (djagya)
15
- Bug #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled (qiangxue)
16
- Bug #1747: Fixed problems with displaying toolbar on small screens (cebe)
Qiang Xue committed
17
- Bug #1827: Debugger toolbar is loaded twice if an action is calling `run()` to execute another action (qiangxue)
Mark committed
18
- Enh #1667: Added mail panel (Ragazzo, 6pblcb)
Mark committed
19
- Enh #2006: Added total queries count monitoring (o-rey, Ragazzo)
20

Carsten Brandt committed
21
2.0.0-alpha, December 1, 2013
22 23 24
-----------------------------

- Initial release.