Skip to content

Releases: deivid-rodriguez/pry-byebug

3.10.1

16 Aug 16:29
daa3032
Compare
Choose a tag to compare

Fixed

  • Rails console loading a debugger REPL instead of the standard Pry REPL (#392)

3.10.0

15 Aug 18:04
8ecbda1
Compare
Choose a tag to compare

Added

  • Support for pry 0.14 (#346, #386). NOTE: pry-byebug now needs to be explicitly required from ~/.pryrc since plugin autoloading has been removed from Pry.

Removed

  • Support for Ruby 2.4, 2.5, and 2.6. Pry-byebug no longer installs on these platforms (#380).

3.9.0

21 Mar 20:05
c61628b
Compare
Choose a tag to compare

Fixed

  • Dependency on pry being too loose. Now breaking minor releases of pry won't affect pry-byebug users (#289).

Added

  • Support for pry 0.13.0 (#266).

Removed

  • Support for pry older than 0.13.0 (#289).

3.8.0

24 Jan 10:19
f8cddd5
Compare
Choose a tag to compare

Fixed

  • Use Binding#source_location instead of evaluating __FILE__ to avoid
    warnings on Ruby 2.7 and on Ruby 2.6 in verbose mode (#221).

Removed

  • Support for Ruby 2.3. Pry-byebug no longer installs on this platform.

3.7.0

21 Feb 08:06
Compare
Choose a tag to compare
  • Byebug 11 compatibility, with ruby 2.6 support.

3.6.0

07 Feb 12:56
2e8a099
Compare
Choose a tag to compare

Added

  • Byebug 10 compatibility, with ruby 2.5 support.

3.5.1

27 Nov 17:03
e508d9f
Compare
Choose a tag to compare

Fixed

  • Allow other threads like Pry. (#142)

3.5.0

26 Aug 08:04
Compare
Choose a tag to compare

Added

  • Byebug 9.1 support. As a result, Ruby 2.0 & Ruby 2.1 support has been dropped.
    Pry-byebug no longer installs on these platforms.

3.4.3

22 Aug 15:45
Compare
Choose a tag to compare

Fixed

  • Installation on old rubies after byebug dropping support for them.

3.4.2

06 Dec 14:15
Compare
Choose a tag to compare

Fixed

  • Byebug doesn't start after disable-pry command.