Releases: deivid-rodriguez/pry-byebug
Releases · deivid-rodriguez/pry-byebug
3.10.1
Fixed
- Rails console loading a debugger REPL instead of the standard Pry REPL (#392)
3.10.0
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
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
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
- Byebug 11 compatibility, with ruby 2.6 support.
3.6.0
Added
- Byebug 10 compatibility, with ruby 2.5 support.
3.5.1
Fixed
- Allow other threads like Pry. (#142)
3.5.0
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
Fixed
- Installation on old rubies after byebug dropping support for them.
3.4.2
Fixed
- Byebug doesn't start after
disable-pry
command.