CHANGELOG.md 775 Bytes
Newer Older
1 2 3 4 5 6
Yii Framework 2 debug extension Change Log
==========================================

2.0.0 beta under development
----------------------------

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

2.0.0 alpha, December 1, 2013
-----------------------------

- Initial release.