Skip to content

v0.3.2

Choose a tag to compare

@calebkleveter calebkleveter released this 25 May 13:05
· 8 commits to master since this release
36a1568

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.