Skip to content

Releases: crystal-loot/exception_page

v0.5.0

13 Oct 21:52
c8c83bc
Compare
Choose a tag to compare
  • 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

26 Dec 22:18
a5261c2
Compare
Choose a tag to compare
  • Removes the extra raw details when it's the same as the title message

v0.4.0

25 Dec 17:49
a7cd109
Compare
Choose a tag to compare
  • Adds syntax highlighting for Crystal code
  • Updated request info uri to use full url

v0.3.1

01 Jul 18:23
9051af1
Compare
Choose a tag to compare

This patch includes shard updates for Windows compatibility

v0.3.0

21 Apr 00:11
65f4573
Compare
Choose a tag to compare

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

06 Feb 23:09
f8aab01
Compare
Choose a tag to compare

There's no change from 0.2.1 other than getting rid of the version mismatch warning that shards throws.

v0.2.1

30 Nov 00:14
aa641f3
Compare
Choose a tag to compare

This release contains a CSS fix to center the logo in cases where the logo may not be a perfect square.

v0.2.0

09 Apr 17:43
b3d1db7
Compare
Choose a tag to compare

This release adds a new shard for how the backtrace is laid out.

v0.1.5

03 Apr 16:29
d565143
Compare
Choose a tag to compare

Compatibility with Crystal 1.0