All Versions
33
Latest Version
Avg Release Cycle
61 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v2.1.12
October 15, 2017 -
v2.1.0 Changes
- โ Add a
SystemFacade
to allow clients to override Whoops behavior. - ๐ Show frame arguments in
PrettyPageHandler
. - Highlight the line with the error.
- โ Add icons to search on Google and Stack Overflow.
- โ Add a
-
v2.0.0 Changes
Backwards compatibility breaking changes:
Run
class is nowfinal
. If you inherited fromRun
, please now instead use a customSystemFacade
injected into theRun
constructor, or contribute your changes to our core.- ๐ PHP < 5.5 support dropped.