Skip to content

v1.0.0

Compare
Choose a tag to compare
@haileys haileys released this 08 Sep 15:03
· 403 commits to master since this release

New Features

  • #188 - BetterErrors.editor is set to an intelligent default based on the value of ENV["EDITOR"] (@rmm5t)
  • Automatic indentation when using Pry
  • #189 - Support :emacsclient as a possible editor (@rmm5t)
  • #201 - 'Application Frames' is no longer selected by default if there are none (@filp)
  • #203 - binding_of_caller is automatically installed on supported platforms (@sirupsen)

Bugs Fixed

  • #176 - Better Errors now serves appropriate status codes for various exceptions (@bobbrez)
  • #179 - Stack frames in BasicObject contexts are supported (@kostia)
  • #143 - Fix exception being raised when REMOTE_ADDR is empty (@Hackeron)
  • #105 - Fix exception when creating stack frames for native Java exceptions on JRuby
  • #144, #146 - Fix exception raised when parsing IPv6 addresses with a zone index
  • #42 - Separate line numbers from code to allow code copy pasting (@antn)
  • #166 - Fix incorrect stack trace when showing HAML syntax errors