Releases: crystal-loot/exception_page
Releases · crystal-loot/exception_page
v0.5.0
- UI fix with long filenames
- Decouple from HTTP::Server::Context
Notes
There is a breaking change, and for_runtime_exception
no longer exists. Replace the call to this with instantiating the exception page.
- context.response.print MyApp::ExceptionPage.for_runtime_exception(context, e).to_s
+ context.response.print MyApp::ExceptionPage.new(context, e)
See the PR for more details: #49
v0.4.1
- Removes the extra raw details when it's the same as the title message
v0.4.0
- Adds syntax highlighting for Crystal code
- Updated request info uri to use full url
v0.3.1
This patch includes shard updates for Windows compatibility
v0.3.0
This release removes the javascript from the exception page. You still have the option to add your own custom javascript as needed, but all of the default has been ripped out.
The mobile view has also been cleaned up.
v0.2.2
There's no change from 0.2.1 other than getting rid of the version mismatch warning that shards throws.
v0.2.1
This release contains a CSS fix to center the logo in cases where the logo may not be a perfect square.
v0.2.0
This release adds a new shard for how the backtrace is laid out.
v0.1.5
Compatibility with Crystal 1.0