All Versions
19
Latest Version
Avg Release Cycle
144 days
Latest Release
1268 days ago

Changelog History
Page 2

  • v2.5.0 Changes

    August 27, 2018
  • v2.4.0 Changes

    October 13, 2017

    ๐Ÿš€ To complete this release:

    • โšก๏ธ Update wiki to reflect new editor support
  • v2.3.0 Changes

    August 04, 2017
  • v2.2.0 Changes

    July 29, 2017
    • ๐Ÿ‘ท #299 and other commits - CI runs on Ruby 2.2, 2.3, and 2.4 (@nicolasleger, @RobinDaugherty)
    • ๐Ÿ‘ #310 - Add section to readme about text editor settings (@markburns)
    • ๐Ÿ‘ #317 - Fix typo in editor protocol spec (@amPerl)
    • ๐Ÿ‘ป #323 - Consolidate newlines in exception messages to avoid blank output (@latortuga)
    • โšก๏ธ #331 - Update copyright (@aqnouch)
    • #347 - Hide variables unless we have binding_of_caller (@sj26)
    • ๐Ÿ—„ #354 - Use Exception#cause insted of deprecated Exception#original_exception, fixing #363 and #371 (@grosser)
    • โฌ†๏ธ #365 - Upgrade RSpec to 3.5 and convert to expectation syntax (@bquorning)
    • ๐Ÿ‘ #375 - Fix ExceptionWrapper error on manual console page, fixing #353 (@RobinDaugherty)
  • v2.1.1 Changes

    January 09, 2015

    Bugs Fixed

    • ๐Ÿ‘• #295 - Coffeelint errors now show correct file and line numbers (@spicycode)
  • v2.1.0 Changes

    December 23, 2014

    Bugs Fixed

    • ๐Ÿ‘ #284 - Fix console history requiring two up arrow keystrokes (@axelson)

    Misc

    • โš  #271 - Fix warnings when running with -w (@amatsuda)
    • ๐Ÿ‘ป #290 - Changed max height on exception message to make it more obvious that content is scrollable (@antn)
  • v2.0.0 Changes

    August 20, 2014

    Bugs Fixed

    • ๐Ÿ‘ #258 - Fix Pry 0.10.x compatibility (@fredwu)
    • Syntax errors no longer hide the file and line number where the syntax error occurred

    Misc

    • ๐Ÿ‘ #264 - Better Errors now respects the X-Forwarded-For HTTP header (@turbosquid)
    • โฌ‡๏ธ Dropped support for Ruby 1.9.2 and 1.9.3
  • v1.1.0 Changes

    December 23, 2013

    New Features

    • ๐Ÿ‘ #205 - ^N and ^P can be used to jump through history in the REPL (@milushov)
    • ๐Ÿ‘ #206 - REPL history persists between requests (@milushov)

    ๐Ÿ› Bugs Fixed

    • #212 - Ensure original_exception is an instance of Exception in ErrorPage#real_exception (@civisanalytics)
    • ๐Ÿ‘ป #216 - Fix full exception message expanding on mouseover in Firefox (@toymachiner62)
    • ๐Ÿ‘ #218 - Prevent cursor from jumping to the beginning of the REPL input when navigating history
    • Files under vendor/ are no longer treated as application frames
  • v1.0.1 Changes

    September 29, 2013

    Bugs Fixed

    • โช Reverted #203 to fix installation failures on some systems