1# 2.14.3
2
3* Support PHP 8.1
4
5# 2.14.1
6
7* Fix syntax highlighting scrolling too far.
8* Improve the way we detect xdebug linkformat.
9
10# 2.14.0
11
12* Switched syntax highlighting to Prism.js
13
14Avoids licensing issues with prettify, and uses a maintaned, modern project.
15
16# 2.13.0
17
18* Add Netbeans editor
19
20# 2.12.1
21
22* Avoid redirecting away from an error.
23
24# 2.12.0
25
26* Hide non-string values in super globals when requested.
27
28# 2.11.0
29
30* Customize exit code
31
32# 2.10.0
33
34* Better chaining on handler classes
35
36# 2.9.2
37
38* Fix copy button styles
39
40# 2.9.1
41
42* Fix xdebug function crash on PHP 8
43
44# 2.9.0
45
46* JsonResponseHandler includes the exception code
47
48# 2.8.0
49
50* Support PHP 8
51
52# 2.7.3
53
54* PrettyPageHandler functionality to hide superglobal keys has a clearer name hideSuperglobalKey
55
56# 2.7.2
57
58* PrettyPageHandler now accepts custom js files
59* PrettyPageHandler templateHelper is now accessible through inheritance
60
61# 2.7.1
62
63* Fix a PHP warning in some cases with anonymous classes.
64
65# 2.7.0
66
67* removeFirstHandler and removeLastHandler.
68
69# 2.6.0
70
71* Fix 2.4.0 pushHandler changing the order of handlers.
72
73# 2.5.1
74
75* Fix error messaging in a rare case.
76
77# 2.5.0
78
79* Automatically configure xdebug if available.
80
81# 2.4.1
82
83* Try harder to close all output buffers
84
85# 2.4.0
86
87* Allow to prepend and append handlers.
88
89# 2.3.2
90
91* Various fixes from the community.
92
93# 2.3.1
94
95* Prevent exception in Whoops when caught exception frame is not related to real file
96
97# 2.3.0
98
99* Show previous exception messages.
100
101# 2.2.0
102
103* Support PHP 7.2
104
105# 2.1.0
106
107* Add a `SystemFacade` to allow clients to override Whoops behavior.
108* Show frame arguments in `PrettyPageHandler`.
109* Highlight the line with the error.
110* Add icons to search on Google and Stack Overflow.
111
112# 2.0.0
113
114Backwards compatibility breaking changes:
115
116* `Run` class is now `final`. If you inherited from `Run`, please now instead use a custom `SystemFacade` injected into the `Run` constructor, or contribute your changes to our core.
117* PHP < 5.5 support dropped.
118