v0.3.2
Debug the Debuggable
Added a case to the error conditions in the APIErrorMIddleware responder for Debuggable errors when the app is in a dev environment.
Also added a compiler conditional so you don't get warnings about casting an Error to CustomStringConvertible always succeeding. Because it doesn't. On Linux that is.