All Versions
19
Latest Version
Avg Release Cycle
144 days
Latest Release
1604 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.5.0 Changes
August 27, 2018- ๐ท Run CI on Rails 5.2 and Ruby 2.5 #418 (@RobinDaugherty)
- ๐ Use
ObjectSpace.memsize_of
to avoid serializing large variables #413 #422 (@Xavier-J-Ortiz and @RobinDaugherty) - ๐ Rescue on undefined local variables in frame_binding #419 (@pdobb with inspiration from @glebtv)
- โ Add native support for linking to VSCode #406 (@atipugin)
- โ Add native support for linking to Atom #356 (@nplusp)
- โก๏ธ Update event names to support Turbolinks 5 #421 (@valterbarros and @RobinDaugherty)
- ๐ Relocate to new digs at https://github.com/BetterErrors organization.
-
v2.4.0 Changes
October 13, 2017- ๐ท Ruby and Rails matrix in CI #398 (@RobinDaugherty)
- ๐ Fix variable inspection specs #403 (@RobinDaugherty)
- ๐ Fix browser performance issues with configurable maximum variable size #402 (@bquorning, @tobypinder)
- ๐ Fix sharing the DOM with web-console #401 (@RobinDaugherty)
- ๐ท Test coverage reporting in CI #404 (@RobinDaugherty)
- ๐ Make hitting tab key focus on the console #338 (@chesterlaw)
- ๐ Use Rails BacktraceCleaner to log errors if it's defined #343 (@pzgz)
- ๐ IDEA and Rubymine editor url capability #319 (@mattschlobohm)
๐ To complete this release:
- โก๏ธ Update wiki to reflect new editor support
-
v2.3.0 Changes
August 04, 2017- ๐ #366 #384 #385 #386 - Simplified the README, adding more documentation to the project's wiki. (@Aerlinger, @bryant1410, @shekibobo, @RobinDaugherty)
- ๐ #388 - Leave extraneous files out of the published gem. (@RobinDaugherty)
- ๐ #387 - Clean up some remaining pre-RSpec-3 syntax. (@RobinDaugherty)
- ๐ #389 - Fix blank frame info area when variable fetch returns error (providing more help for users of Middleman, Hanami, and Shotgun). (@RobinDaugherty)
- ๐ #367 - Fix issue with variable fetch call on the root page in Hanami. (@ixti)
- ๐ #329 - Fix issues with pry version >= 0.10. (@aeberlin)
- #327 - Ignore special
#$!
local variable in StackFrame#local_variables. (@charliesome) - ๐ #390 - Switch from erubis to erubi. (@RobinDaugherty)
- ๐ป #395 - Fix Pry "uninitialized constant" exception (@RobinDaugherty)
-
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 deprecatedException#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, 2015Bugs Fixed
- ๐ #295 - Coffeelint errors now show correct file and line numbers (@spicycode)
-
v2.0.0 Changes
August 20, 2014Bugs 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, 2013New 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 ofException
inErrorPage#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
- ๐ #205 -
-
v1.0.1 Changes
September 29, 2013Bugs Fixed
- โช Reverted #203 to fix installation failures on some systems