Skip to content

v0.1.0

Compare
Choose a tag to compare
@haileys haileys released this 31 Aug 03:42
· 665 commits to master since this release

New Features

  • #15 - Add history browsing in REPL with up/down arrow keys. (@jarrodrobins)
  • #3 - Add experimental Pry REPL support
  • Browsing to /__better_errors will show the error page for the most recent exception.

Bugs Fixed

  • #12, #18 - Fixes NoMethodError when an exception does not respond to __better_errors_binding_stack
  • Fix case where a binding could be mismatched with a stack frame.