yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 150 forks source link

Enh #390 Better serializer (incl. closures) by using opis/closure #398

Closed Sarke closed 5 years ago

Sarke commented 5 years ago
Q A
Is bugfix? kinda
New feature? kinda
Breaks BC? maybe?
Tests pass? yes
Fixed issues #390

The only BC breaking change was removing the $stringify parameter for Panel::getLogMessages() that I introduced in 2.1.4.

samdark commented 5 years ago

Merged. Thank you!