Skip to content

Releases: dopesong/Slim-Whoops

Allow to transmit exception code as response status code

17 May 17:18
59d6f0a
Compare
Choose a tag to compare
Merge pull request #5 from irmantas-vai/transmit-status-code

Allow to transmit exception code as response status code

Prepend the content type handler instead of appending it

09 Nov 16:36
Compare
Choose a tag to compare
Merge pull request #3 from kerneldemon/prepend-content-type-handler

Prepend the content type handler instead of appending it #2

Changed type for invoke method

16 Aug 13:17
Compare
Choose a tag to compare

Now invoke method accepts not only \Exception but also \Throwable. In this case whoops error handler can be used also as Slim phpErrorHandler

Whoops version updated to 2.0

05 May 12:16
Compare
Choose a tag to compare

Also added ability to push additional whoopsHandlers without extending.

First stable release

26 Nov 11:46
Compare
Choose a tag to compare
1.0.0

Changed namespace to include Vendor according to PSR

0.1

11 Nov 11:50
Compare
Choose a tag to compare
0.1

Initial release