All Versions
27
Latest Version
Avg Release Cycle
155 days
Latest Release
1052 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.3.0 Changes
May 14, 2016 -
v3.2.0 Changes
May 14, 2016 -
v3.1.0 Changes
April 14, 2015➕ Added
- Frame navigation commands
up
,down
andframe
.
- Frame navigation commands
-
v3.0.1 Changes
April 02, 2015🛠 Fixed
- Several formatting and alignment issues.
-
v3.0.0 Changes
February 02, 2015🛠 Fixed
binding.pry
would not stop at the correct place when called at the last line of a method/block.
✂ Removed
- Stepping aliases for
next
(n
),step
(s
),finish
(f
) andcontinue
(c
). See #34.
-
v2.0.0 Changes
January 09, 2014🛠 Fixed
- Byebug 3 compatibility.
- Pry not starting at the first line after
binding.pry
but atbinding.pry
. continue
not finishing pry instance (#13).
-
v1.3.3 Changes
🛠 Fixed
- 🚀 Pry 0.10 series and further minor version level releases compatibility.
-
v1.3.2 Changes
🛠 Fixed
- 🐛 Bug inherited from
byebug
.
- 🐛 Bug inherited from
-
v1.3.1 Changes
August 02, 2014🛠 Fixed
- 🐛 Bug #22 (thanks @andreychernih).
-
v1.3.0 Changes
May 02, 2014➕ Added
- Breakpoints on method names (thanks @andreychernih & @palkan).
🛠 Fixed
- "Undefined method
interface
" error (huge thanks to @andreychernih).