Skip to content

Releases: BetterErrors/better_errors

v0.0.4

31 Aug 03:28
Compare
Choose a tag to compare

New Features

  • Add 'All Frames'/'Application Frames' selector to backtrace to filter displayed stack frames to those in application code.

v0.0.3

31 Aug 03:27
Compare
Choose a tag to compare

New Features

  • Inline REPL for each stack frame

Bugs Fixed

  • #1 - Fix NameError in certain circumstances when accessing a local variable in TOPLEVEL_BINDING

v0.0.2

31 Aug 03:24
Compare
Choose a tag to compare

New Features

  • Show pretty method names like MyClass.class_method or MyClass#instance_method

v0.0.1

31 Aug 03:22
Compare
Choose a tag to compare

Initial release.