Byebug: v11.0.0 Release

Release date:
February 15, 2019
Previous version:
v10.0.2 (released March 30, 2018)
Magnitude:
3,513 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

68 Features Released with v11.0.0

Top Contributors in v11.0.0

deivid-rodriguez
dependabot-bot
MSP-Greg
RudyOnRails
tamkylet
yui-knk

Directory Browser for v11.0.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Added

  • #377: skip to continue until the next breakpoint as long as it is different from the current one. You can use this command to get out of loops, for example (@tacnoman).
  • #524: continue! (or continue unconditionally) to continue until the end of the program regardless of the currently enabled breakpoints (@tacnoman).

Fixed

  • #527: break help text to clarify placeholders from literals.
  • #528: quit! help to not show a space between "quit" and "!".

Removed

  • Support for MRI 2.2. Byebug no longer installs on this platform.