All Versions
27
Latest Version
Avg Release Cycle
155 days
Latest Release
1860 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.9.0 Changes
March 21, 2020 -
v3.8.0 Changes
January 22, 2020๐ 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.
- Use
-
v3.7.0 Changes
February 21, 2019- ๐ Byebug 11 compatibility, with ruby 2.6 support.
-
v3.6.0 Changes
February 07, 2018โ Added
- ๐ Byebug 10 compatibility, with ruby 2.5 support.
-
v3.5.1 Changes
November 27, 2017๐ Fixed
- ๐ Allow other threads like Pry. (#142)
-
v3.5.0 Changes
August 26, 2017โ 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.
- ๐ Byebug 9.1 support. As a result, Ruby 2.0 & Ruby 2.1 support has been dropped.
-
v3.4.3 Changes
August 22, 2017๐ Fixed
- ๐ Installation on old rubies after byebug dropping support for them.
-
v3.4.2 Changes
December 06, 2016๐ Fixed
- Byebug doesn't start after
disable-pry
command.
- Byebug doesn't start after
-
v3.4.1 Changes
November 22, 2016๐ Fixed
- control_d handler not being required properly when
pry-byebug
loaded
๐ as apry
plugin and not through explicit require.
- control_d handler not being required properly when
-
v3.4.0 Changes
May 15, 2016๐ Fixed
- Byebug 9 compatibility.
โ Added
- A new
backtrace
command.